index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
sqlite-mode.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-07-26
Fix 'sqlite-mode-delete' with NULL field values
Yue Yi
2025-01-25
Quote identifiers in SQL queries in 'sqlite-mode'
Vladimir Panteleev
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-07-20
Miscellaneous checkdoc fixes
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-26
Mollify byte compiler in builds without SQLite
Po Lu
2023-09-17
Remove column quoting from sqlite-mode
Thomas Hilke
2023-09-16
Close SQL database when corresponding 'sqlite-mode' buffer is killed
Thomas Hilke
2023-08-03
Handle tabs in the SQL shown in the column listing
john muhl
2023-01-15
Improve error message from sqlite-mode.el
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-06-24
Fix cl-generic bootstrap problems
Lars Ingebrigtsen
2022-05-11
(sqlite-mode--column-names): Suppport nested parens
Yoav Marco
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-12
Check for support in sqlite-mode-open-file
Lars Ingebrigtsen
2021-12-12
Fix some compilation warnings in sqlite-less builds
dick r. chiang
2021-12-12
Tweak erroring in sqlite-mode-delete
Lars Ingebrigtsen
2021-12-12
Make sqlite-mode-list-tables work on older sqlite versions
Lars Ingebrigtsen
2021-12-11
Improve documentation of sqlite3 support
Eli Zaretskii
2021-12-11
Add confirmation to sqlite-mode-delete
Lars Ingebrigtsen
2021-12-11
Don't leave open cursors when listing sqlite data
Lars Ingebrigtsen
2021-12-11
Add FIXME comment
Lars Ingebrigtsen
2021-12-11
Add an sqlite-mode-delete command
Lars Ingebrigtsen
2021-12-11
Improve sqlite-mode--tablify tables
Lars Ingebrigtsen
2021-12-11
Fix sqlite-mode.el build problems
Lars Ingebrigtsen
2021-12-11
Add a new mode for examining sqlite files
Lars Ingebrigtsen