summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
AgeCommit message (Expand)Author
2022-04-09Fix sql-mode comment-end parsingLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-19Fix prompt in `sql-sqlite'Lars Ingebrigtsen
2021-10-19SQL mode supports sending passwords in processMichael R. Mauger
2021-10-18Added sql-add-connectionMichael R. Mauger
2021-10-08Remove XEmacs compat code from sql.elStefan Kangas
2021-10-08Remove Emacs 20 compat code from sql.elStefan Kangas
2021-10-05Merge from origin/emacs-28Glenn Morris
2021-10-05Use format-prompt for many more promptsStefan Kangas
2021-10-05; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-05-27* lisp/progmodes/sql.el: Turn `sql-*-statement-starters' to defvars.Ingo Lohmar
2021-05-19* lisp/progmodes/sql.el: `sql-postgres-statement-starters' defcustomIngo Lohmar
2021-05-16prepend newline in sqli bufferIngo Lohmar
2021-04-19; Normalize and add missing first and last linesStefan Kangas
2021-04-11* lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Fix declarationStefan Monnier
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-02-05Assume font-lock-mode variable is not voidStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Prefer setq-local in sql.elStefan Kangas
2020-12-09* lisp/progmodes/sql.el: Remove redundant URL.Stefan Kangas
2020-12-03Remove redundant requires of 'custom'Stefan Kangas
2020-11-24Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas
2020-10-25Remove some Emacs 19 compat code and referencesStefan Kangas
2020-10-02Merge from origin/emacs-27Glenn Morris
2020-10-02; Fix many typos in symbols in docs and commentsStefan Kangas
2020-10-012020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger
2020-10-01Don't recommend quoting lambdasStefan Kangas
2020-09-25Fix defcustom type in sql.el for sql-postgres-login-paramsLars Ingebrigtsen
2020-09-25Fix some defcustom typesLars Ingebrigtsen
2020-08-10Fix problem with /- incorrectly starting a comment in SQL modeLars Ingebrigtsen
2020-08-09Adds backslash as escape character to mysql syntax-alistKristian Hole
2020-08-09Remove superfluous code from the previous '' sql string fixLars Ingebrigtsen
2020-08-08Handle '' in strings in SQL ModeFlorian v. Savigny
2020-06-132020-03-29 Michael R. Mauger <michael@mauger.com>Michael R. Mauger
2020-03-14* lisp/progmodes/sql.el: Try and avoid `eval`; use define-derived-modeStefan Monnier
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-26Use regexp type for regexps in defcustom declarationsMattias Engdegård
2019-12-24Trivial docstring fixesJuanma Barranquero
2019-11-08Fix some quoting glitches in doc stringsPaul Eggert
2019-10-01Correct some custom type typosRobert Pluim
2019-04-24* lisp/progmodes/sql.elMichael R. Mauger
2019-04-21* lisp/progmodes/sql.el Bug#35307Michael R. Mauger
2019-04-21* lisp/progmodes/sql.el Bug#24483Michael R. Mauger
2019-04-21 * lisp/progmodes.sql.elMichael R. Mauger
2019-03-22* lisp/progmodes/sql.el Bug#25424Michael R. Mauger