]> git.eshelyaron.com Git - emacs.git/commit
* lisp/progmodes.sql.el
authorMichael R. Mauger <michael@mauger.com>
Sun, 21 Apr 2019 00:13:56 +0000 (20:13 -0400)
committerMichael R. Mauger <michael@mauger.com>
Sun, 21 Apr 2019 04:05:42 +0000 (00:05 -0400)
commit23d8cfb9ce950f12b80314a9840a637177178e29
tree8f2d9b233d40b50d199ddb3265e1d70d46e69181
parent21db386ac0df26f0b1a549e0bd4f83c5bbce6361
 * lisp/progmodes.sql.el
(sql-product-alist): Corrected :terminator defns.
(sql-debug-send): New variable.
(sql-send-string): Use it and correct buffer context.
(sql-send-magic-terminator): Use `sql-input-sender'.
(sql-placeholders-filter): Bug#11481 Don't recursively replace placeholders
* test/lisp/progmodes/sql-tests.el
(sql-test-placeholder-filter): Test placeholder functionality.
lisp/progmodes/sql.el
test/lisp/progmodes/sql-tests.el