index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
sql.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * lisp/progmodes/sql.el (sql-interactive-mode): Remove FIXME (bug#64602).
YugaEgo
2023-07-14
1
-1
/
+1
*
sql: add missing postgresql types
Nicolas Martyanoff
2023-04-20
1
-8
/
+11
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; * lisp/progmodes/sql.el (sql-product-interactive): Doc fix (bug#60175)
Eli Zaretskii
2022-12-18
1
-1
/
+2
*
; Fix typos
Stefan Kangas
2022-11-18
1
-1
/
+1
*
Prefer defvar-keymap in sql.el
Stefan Kangas
2022-11-13
1
-28
/
+24
*
Fix sql-{beginning,end}-of-statement counting
Ingo Lohmar
2022-11-06
1
-4
/
+6
*
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-2
/
+2
*
Recognize \' as a quoted quote in MySQL
Lars Ingebrigtsen
2022-06-19
1
-22
/
+27
*
Add a new command 'yank-in-context'
Lars Ingebrigtsen
2022-05-20
1
-0
/
+1
*
; Fix typos
Stefan Kangas
2022-05-15
1
-1
/
+1
*
Rewrite sql-interactive-remove-continuation-prompt
Filipp Gunbin
2022-05-03
1
-80
/
+55
*
Ensure that the global sql-buffer variable is set
Lars Ingebrigtsen
2022-04-24
1
-0
/
+3
*
Fix prompts in sql-get-login again
Filipp Gunbin
2022-04-23
1
-3
/
+3
*
Fix sql-mode comment-end parsing
Lars Ingebrigtsen
2022-04-09
1
-1
/
+12
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Fix prompt in `sql-sqlite'
Lars Ingebrigtsen
2021-12-19
1
-1
/
+1
*
|
SQL mode supports sending passwords in process
Michael R. Mauger
2021-10-19
1
-0
/
+15
*
|
Added sql-add-connection
Michael R. Mauger
2021-10-18
1
-3
/
+12
*
|
Remove XEmacs compat code from sql.el
Stefan Kangas
2021-10-08
1
-9
/
+0
*
|
Remove Emacs 20 compat code from sql.el
Stefan Kangas
2021-10-08
1
-16
/
+1
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-05
1
-2
/
+2
|
\
|
|
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-2
/
+2
*
|
Use format-prompt for many more prompts
Stefan Kangas
2021-10-05
1
-12
/
+5
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-2
/
+2
*
Use string-search instead of string-match[-p]
Mattias EngdegÄrd
2021-08-09
1
-1
/
+1
*
Use string-replace instead of replace-regexp-in-string
Mattias EngdegÄrd
2021-08-08
1
-2
/
+2
*
* lisp/progmodes/sql.el: Turn `sql-*-statement-starters' to defvars.
Ingo Lohmar
2021-05-27
1
-27
/
+20
*
* lisp/progmodes/sql.el: `sql-postgres-statement-starters' defcustom
Ingo Lohmar
2021-05-19
1
-0
/
+8
*
prepend newline in sqli buffer
Ingo Lohmar
2021-05-16
1
-2
/
+3
*
; Normalize and add missing first and last lines
Stefan Kangas
2021-04-19
1
-2
/
+2
*
* lisp/progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Fix declaration
Stefan Monnier
2021-04-11
1
-3
/
+1
*
Convert many more links to use HTTPS
Stefan Kangas
2021-03-24
1
-1
/
+1
*
Assume font-lock-mode variable is not void
Stefan Kangas
2021-02-05
1
-3
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Prefer setq-local in sql.el
Stefan Kangas
2020-12-09
1
-32
/
+30
*
* lisp/progmodes/sql.el: Remove redundant URL.
Stefan Kangas
2020-12-09
1
-1
/
+0
*
Remove redundant requires of 'custom'
Stefan Kangas
2020-12-03
1
-1
/
+0
*
Make XEmacs compat aliases easy-menu-{add,remove} obsolete
Stefan Kangas
2020-11-24
1
-4
/
+6
*
Remove some Emacs 19 compat code and references
Stefan Kangas
2020-10-25
1
-3
/
+0
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-2
/
+2
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-2
/
+2
|
*
2020-03-29 Michael R. Mauger <michael@mauger.com>
Michael R. Mauger
2020-10-01
1
-1
/
+1
*
|
Don't recommend quoting lambdas
Stefan Kangas
2020-10-01
1
-3
/
+3
*
|
Fix defcustom type in sql.el for sql-postgres-login-params
Lars Ingebrigtsen
2020-09-25
1
-2
/
+1
*
|
Fix some defcustom types
Lars Ingebrigtsen
2020-09-25
1
-2
/
+2
*
|
Fix problem with /- incorrectly starting a comment in SQL mode
Lars Ingebrigtsen
2020-08-10
1
-19
/
+11
*
|
Adds backslash as escape character to mysql syntax-alist
Kristian Hole
2020-08-09
1
-2
/
+2
[next]