summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602).YugaEgo2023-07-141-1/+1
* sql: add missing postgresql typesNicolas Martyanoff2023-04-201-8/+11
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)Eli Zaretskii2022-12-181-1/+2
* ; Fix typosStefan Kangas2022-11-181-1/+1
* Prefer defvar-keymap in sql.elStefan Kangas2022-11-131-28/+24
* Fix sql-{beginning,end}-of-statement countingIngo Lohmar2022-11-061-4/+6
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
* Recognize \' as a quoted quote in MySQLLars Ingebrigtsen2022-06-191-22/+27
* 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