summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/sql.el: Turn `sql-*-statement-starters' to defvars.Ingo Lohmar2021-05-271-27/+20
* * lisp/progmodes/sql.el: `sql-postgres-statement-starters' defcustomIngo Lohmar2021-05-191-0/+8
* prepend newline in sqli bufferIngo Lohmar2021-05-161-2/+3
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-2/+2
* * lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Fix declarationStefan Monnier2021-04-111-3/+1
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Assume font-lock-mode variable is not voidStefan Kangas2021-02-051-3/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in sql.elStefan Kangas2020-12-091-32/+30
* * lisp/progmodes/sql.el: Remove redundant URL.Stefan Kangas2020-12-091-1/+0
* Remove redundant requires of 'custom'Stefan Kangas2020-12-031-1/+0
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-4/+6
* Remove some Emacs 19 compat code and referencesStefan Kangas2020-10-251-3/+0
* Merge from origin/emacs-27Glenn Morris2020-10-021-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+2
| * 2020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2020-10-011-1/+1
* | Don't recommend quoting lambdasStefan Kangas2020-10-011-3/+3
* | Fix defcustom type in sql.el for sql-postgres-login-paramsLars Ingebrigtsen2020-09-251-2/+1
* | Fix some defcustom typesLars Ingebrigtsen2020-09-251-2/+2
* | Fix problem with /- incorrectly starting a comment in SQL modeLars Ingebrigtsen2020-08-101-19/+11
* | Adds backslash as escape character to mysql syntax-alistKristian Hole2020-08-091-2/+2
* | Remove superfluous code from the previous '' sql string fixLars Ingebrigtsen2020-08-091-1/+0
* | Handle '' in strings in SQL ModeFlorian v. Savigny2020-08-081-0/+21
* | 2020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2020-06-131-1/+1
* | * lisp/progmodes/sql.el: Try and avoid `eval`; use define-derived-modeStefan Monnier2020-03-141-130/+70
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias EngdegÄrd2019-12-261-2/+2
|/
* Trivial docstring fixesJuanma Barranquero2019-12-241-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-1/+1
* Correct some custom type typosRobert Pluim2019-10-011-1/+1
* * lisp/progmodes/sql.elMichael R. Mauger2019-04-241-16/+30
* * lisp/progmodes/sql.el Bug#35307Michael R. Mauger2019-04-211-0/+6
* * lisp/progmodes/sql.el Bug#24483Michael R. Mauger2019-04-211-4/+5
* * lisp/progmodes.sql.elMichael R. Mauger2019-04-211-19/+23
* * lisp/progmodes/sql.el Bug#25424Michael R. Mauger2019-03-221-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* Correct implementation of `sql-set-product-feature' (Bug#30494).Michael R. Mauger2019-02-201-15/+34
* * lisp/progmodes/sql.el (sql-is-indent-available): RemoveStefan Monnier2019-02-201-18/+13
* * lisp/progmodes/sql.el: Fix use of string-empty-p in recent change.Glenn Morris2019-02-191-0/+1
* * lisp/progmodes/sql.el: Added password wallet usingwalletMichael R. Mauger2019-02-181-1/+150
* * lisp/progmodes/sql.el defensive programmingMichael R. Mauger2019-02-181-5/+7
* Check that feature exist in `sql-set-product-feature' (Bug#30494).Pierre TĂ©choueyres2019-01-121-2/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-19/+19
* | Automate support for `sql-indent' ELPA packageMichael R. Mauger2018-10-011-5/+32
* | Fix Bug#32107Filipp Gunbin2018-07-111-2/+3
* | * lisp/progmodes/sql.el Add MariaDB support (Robert Cochran)Michael R. Mauger2018-06-111-52/+190
* | Improve buffer naming in sql.el (Bug#31446)Michael R. Mauger2018-06-021-88/+184