summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)Eli Zaretskii2022-12-18
* ; Fix typosStefan Kangas2022-11-18
* Prefer defvar-keymap in sql.elStefan Kangas2022-11-13
* Fix sql-{beginning,end}-of-statement countingIngo Lohmar2022-11-06
* Make some defcustom types more restrictiveStefan Kangas2022-07-05
* Recognize \' as a quoted quote in MySQLLars Ingebrigtsen2022-06-19
* Add a new command 'yank-in-context'Lars Ingebrigtsen2022-05-20
* ; Fix typosStefan Kangas2022-05-15
* Rewrite sql-interactive-remove-continuation-promptFilipp Gunbin2022-05-03
* Ensure that the global sql-buffer variable is setLars Ingebrigtsen2022-04-24
* Fix prompts in sql-get-login againFilipp Gunbin2022-04-23
* Fix sql-mode comment-end parsingLars Ingebrigtsen2022-04-09
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Fix prompt in `sql-sqlite'Lars Ingebrigtsen2021-12-19
* | SQL mode supports sending passwords in processMichael R. Mauger2021-10-19
* | Added sql-add-connectionMichael R. Mauger2021-10-18
* | Remove XEmacs compat code from sql.elStefan Kangas2021-10-08
* | Remove Emacs 20 compat code from sql.elStefan Kangas2021-10-08
* | Merge from origin/emacs-28Glenn Morris2021-10-05
|\|
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-05
* | Use format-prompt for many more promptsStefan Kangas2021-10-05
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-09
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-08
* * lisp/progmodes/sql.el: Turn `sql-*-statement-starters' to defvars.Ingo Lohmar2021-05-27
* * lisp/progmodes/sql.el: `sql-postgres-statement-starters' defcustomIngo Lohmar2021-05-19
* prepend newline in sqli bufferIngo Lohmar2021-05-16
* ; Normalize and add missing first and last linesStefan Kangas2021-04-19
* * lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Fix declarationStefan Monnier2021-04-11
* Convert many more links to use HTTPSStefan Kangas2021-03-24
* Assume font-lock-mode variable is not voidStefan Kangas2021-02-05
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in sql.elStefan Kangas2020-12-09
* * lisp/progmodes/sql.el: Remove redundant URL.Stefan Kangas2020-12-09
* Remove redundant requires of 'custom'Stefan Kangas2020-12-03
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-24
* Remove some Emacs 19 compat code and referencesStefan Kangas2020-10-25
* Merge from origin/emacs-27Glenn Morris2020-10-02
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
| * 2020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2020-10-01
* | Don't recommend quoting lambdasStefan Kangas2020-10-01
* | Fix defcustom type in sql.el for sql-postgres-login-paramsLars Ingebrigtsen2020-09-25
* | Fix some defcustom typesLars Ingebrigtsen2020-09-25
* | Fix problem with /- incorrectly starting a comment in SQL modeLars Ingebrigtsen2020-08-10
* | Adds backslash as escape character to mysql syntax-alistKristian Hole2020-08-09
* | Remove superfluous code from the previous '' sql string fixLars Ingebrigtsen2020-08-09
* | Handle '' in strings in SQL ModeFlorian v. Savigny2020-08-08
* | 2020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger2020-06-13