summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
Commit message (Expand)AuthorAgeFilesLines
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-7/+7
* Fix several backslash typos in Elisp stringsPaul Eggert2015-09-171-2/+2
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-1/+1
* Escape ` and ' in docPaul Eggert2015-09-011-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-4/+4
* 2015-03-14 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2015-03-141-16/+29
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* sql.el (sql-mode-oracle-font-lock-keywords): Correct regexpMichael R. Mauger2014-11-011-50/+56
* * sql.el (sql-interactive-mode, sql-stop): Correct fix forMichael R. Mauger2014-11-011-10/+13
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-4/+4
* (sql-execute): Use `special-mode'.Sam Steingold2014-09-221-1/+5
* (sql-product-alist): Improve the Vertica entry.Sam Steingold2014-09-221-3/+2
* oopsSam Steingold2014-09-131-5/+0
* Add support for Vertica SQL.Sam Steingold2014-09-121-0/+58
* (sql-default-directory): Fix type annotation.Sam Steingold2014-09-091-1/+1
* (sql-set-sqli-buffer): Call `sql-product-interactive' when no suitable buffer...Sam Steingold2014-09-081-4/+3
* (sql-default-directory): New user option.Sam Steingold2014-09-081-1/+10
* (sql-show-sqli-buffer): Display the buffer instead of its nameSam Steingold2014-09-081-9/+11
* (sql-send-line-and-next): New command, bound to C-c C-n.Sam Steingold2014-09-081-5/+12
* * lisp/progmodes/sql.el (sql-interactive-mode): Avoid setting global valueEmilio C. Lopes2014-02-271-2/+2
* * progmodes/sql.el: Version 3.4Michael Mauger2014-02-151-18/+36
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-031-25/+21
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * lisp/progmodes/sql.el (sql-add-product): Fix paren typo.Andreas Politz2013-10-121-1/+1
* * progmodes/sql.el Version 3.3Michael Mauger2013-07-231-31/+60
* More custom :type fixesGlenn Morris2013-05-101-26/+39
* * progmodes/sql.el Version 3.2Michael Mauger2013-03-111-152/+165
* * progmodes/sql.el: (sql-imenu-generic-expression):Michael Mauger2013-01-141-14/+44
* * progmodes/sql.el (sql-output-to-send): Remove, unused.Michael Mauger2013-01-141-8/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * progmodes/sql.el (sql-mode-postgres-font-lock-keywords): UpdateJulien Danjou2012-12-141-24/+30
* | * lisp/progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.Stefan Monnier2012-12-061-277/+279
* | Teach sql-mode's imenu about IF NOT EXISTSDaniel Colascione2012-11-211-9/+9
|\ \ | |/
* | Support IF NOT EXISTS in SQL declarationsDaniel Colascione2012-11-211-0/+1
|\ \ | |/
* | New property dynamic-docstring-function for docstrings.Stefan Monnier2012-11-081-26/+21
|/
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-8/+7
* * progmodes/sql.el: Version 3.1Michael Mauger2012-09-101-13/+29
* * progmodes/sql.el (sql-comint): Suppress the check for program onMichael Albinus2012-07-131-5/+7
* 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>Michael Mauger2012-03-011-88/+99
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-111-0/+4
* Add missing custom types to sql.elGlenn Morris2012-02-111-3/+8
* Shorten SQL mode NEWS entry, moving more details to doc stringsGlenn Morris2012-02-071-19/+15
* 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>Michael Mauger2012-01-041-5/+18
* Spelling fixes.Paul Eggert2011-12-181-1/+1
* Spelling fixes.Paul Eggert2011-11-261-6/+6
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* Spelling fixes.Paul Eggert2011-11-141-9/+9
* Small sql.el fix (tiny change)Andrew Schein2011-09-221-1/+1
* * progmodes/sql.el: Version 3.0Michael Mauger2011-07-051-255/+900