Files
emacs/lisp/sqlite-mode.el
Vladimir Panteleev 5e0fc49f3b Quote identifiers in SQL queries in 'sqlite-mode'
* lisp/sqlite-mode.el: (sqlite-mode-list-tables)
(sqlite-mode-list-columns, sqlite--mode--list-data)
(sqlite-mode-delete): Quote identifiers (table and column
names) in the SQL queries.  Fixes, e.g., opening databases
which have a table called "values".  (Bug#75598)
2025-01-25 11:14:01 +02:00

8.0 KiB