]> git.eshelyaron.com Git - emacs.git/commit
sql-mode w/ sqlite: In-memory database
authorRolf Ade <rolf@pointsman.de>
Sun, 5 Feb 2017 18:46:24 +0000 (19:46 +0100)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 3 Mar 2017 00:01:18 +0000 (19:01 -0500)
commit71871670c816f2ecc4383ef0fe516cbd9c9f781f
treec0f575fa85896bc783ee7eb18e5f2b60dffef2bf
parentc733d9169ce44f5600d41cf0e67e021371954c8e
sql-mode w/ sqlite: In-memory database

Enable the usage of an in-memory database. Prior to this, sql-mode w/
sqlite could only be used with file databases.
* list/progmodes/sql.el (sql-get-login-ext): Don't expand an empty
file name provided by the user, but call sub-process sqlite with that,
in which case it uses an in-memory database.

Copyright-paperwork-exempt: yes
lisp/progmodes/sql.el