summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
Commit message (Expand)AuthorAgeFilesLines
* Add a new command 'yank-in-context'Lars Ingebrigtsen2022-05-201-0/+1
* ; Fix typosStefan Kangas2022-05-151-1/+1
* Rewrite sql-interactive-remove-continuation-promptFilipp Gunbin2022-05-031-80/+55
* Ensure that the global sql-buffer variable is setLars Ingebrigtsen2022-04-241-0/+3
* Fix prompts in sql-get-login againFilipp Gunbin2022-04-231-3/+3
* Fix sql-mode comment-end parsingLars Ingebrigtsen2022-04-091-1/+12
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix prompt in `sql-sqlite'Lars Ingebrigtsen2021-12-191-1/+1
* | SQL mode supports sending passwords in processMichael R. Mauger2021-10-191-0/+15
* | Added sql-add-connectionMichael R. Mauger2021-10-181-3/+12
* | Remove XEmacs compat code from sql.elStefan Kangas2021-10-081-9/+0
* | Remove Emacs 20 compat code from sql.elStefan Kangas2021-10-081-16/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-051-2/+2
|\|
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-2/+2
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-12/+5
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-081-2/+2
* * 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