summaryrefslogtreecommitdiff
path: root/lisp/progmodes/sql.el
AgeCommit message (Expand)Author
2026-01-15Update SQLite font-lock rulesRudolf Adamkovič
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-03-20MariaDB and Mysql handle escaped aphostrophes in the same wayVincenzo Pupillo
2025-01-01Update copyright year to 2025Paul Eggert
2024-10-13Fix case problem with 'sql-magic-go' (bug#73499)Stephen Berman
2024-09-21Update and improve UI of sql-read-product (bug#73412)Stephen Berman
2024-04-18Fix sending input to SQL when point is not at EOBEli Zaretskii
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-25; Delete redundant defvars; font-lock is preloadedStefan Kangas
2023-08-24Modernize sql-postgres-options docstringStefan Kangas
2023-08-20Delete some Emacs 19/21 compat codeStefan Kangas
2023-08-16Remedy wrong-looking \(:?...\) regexp constructsMattias Engdegård
2023-07-14; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602).YugaEgo
2023-04-20sql: add missing postgresql typesNicolas Martyanoff
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-18; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)Eli Zaretskii
2022-11-18; Fix typosStefan Kangas
2022-11-13Prefer defvar-keymap in sql.elStefan Kangas
2022-11-06Fix sql-{beginning,end}-of-statement countingIngo Lohmar
2022-07-05Make some defcustom types more restrictiveStefan Kangas
2022-06-19Recognize \' as a quoted quote in MySQLLars Ingebrigtsen
2022-05-20Add a new command 'yank-in-context'Lars Ingebrigtsen
2022-05-15; Fix typosStefan Kangas
2022-05-03Rewrite sql-interactive-remove-continuation-promptFilipp Gunbin
2022-04-24Ensure that the global sql-buffer variable is setLars Ingebrigtsen
2022-04-23Fix prompts in sql-get-login againFilipp Gunbin
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