[nongnu] elpa/emacsql c7a8ef0908 015/427: Rename every emacsql argument to conn.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit c7a8ef0908bd0a304f19231ff1f36651e4ed3d58 Author: Christopher Wellons Commit: Christopher Wellons Rename every emacsql argument to conn. --- emacsql.el | 106 ++--- 1 file changed, 53 insertions(+), 53 deleti

[nongnu] elpa/emacsql e859204451 064/427: Flesh out more README.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit e8592044516ef4d36f5a66f4957f67f58f2d35f1 Author: Christopher Wellons Commit: Christopher Wellons Flesh out more README. --- README.md | 78 --- 1 file changed, 75 insertions(+), 3 deletions(-) diff --gi

[nongnu] elpa/emacsql 031ec59f18 048/427: Add combine function to with-vars macro.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 031ec59f18471b0511d3acc2d5fb97e4d2c03430 Author: Christopher Wellons Commit: Christopher Wellons Add combine function to with-vars macro. --- emacsql.el | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/emacsql.el b/emacsql.el inde

[nongnu] elpa/emacsql 35676bb560 065/427: Fix README examples.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 35676bb56080f21d3b21de5d2a79df04af7722bc Author: Christopher Wellons Commit: Christopher Wellons Fix README examples. --- README.md | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c4f4f610d..9dc13cea30

[nongnu] elpa/emacsql f54142f1eb 062/427: Argument list checking in emacsql-format.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit f54142f1eb1cd5bceb8130cf9bfafbfa8dd3d74b Author: Christopher Wellons Commit: Christopher Wellons Argument list checking in emacsql-format. --- emacsql.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacsql.el b/emacsql.el index e2c646d578..728b0a8f42 10

[nongnu] elpa/emacsql 7c572d688d 052/427: Fix % operator situation.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 7c572d688d6b308157154e0b6d588dabe7a63a5e Author: Christopher Wellons Commit: Christopher Wellons Fix % operator situation. --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index eb6866b143..ede5b0b288 1006

[nongnu] elpa/emacsql 08ea1e6636 005/427: Wrap with single rather than double quotes.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 08ea1e6636a99240eb916a02b1e4f9ffdc70763a Author: Christopher Wellons Commit: Christopher Wellons Wrap with single rather than double quotes. --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index f14a12f34

[nongnu] elpa/emacsql b2d83c6477 123/427: Fix up ORDER BY, drop :ascending-by.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit b2d83c6477fc120dc4b98d7897bf5b4087b95cd1 Author: Christopher Wellons Commit: Christopher Wellons Fix up ORDER BY, drop :ascending-by. --- README.md| 7 --- emacsql-tests.el | 7 +++ emacsql.el | 20 ++-- 3 files changed, 25

[nongnu] elpa/emacsql 9091fe8df5 019/427: Rename sqlite-program-name into namespace.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 9091fe8df579f9162fdcd6935889ebba286ad40b Author: Christopher Wellons Commit: Christopher Wellons Rename sqlite-program-name into namespace. --- emacsql.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql.el b/emacsql.el index c42b19

[nongnu] elpa/emacsql 77ae713186 046/427: Create table expander.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 77ae713186a750bc5c6fb1e77aa177f445dfe0c2 Author: Christopher Wellons Commit: Christopher Wellons Create table expander. --- emacsql-tests.el | 4 +++- emacsql.el | 5 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/emacsql-tests.el b/ema

[nongnu] elpa/emacsql d1c0904564 120/427: Fix missing quotes.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit d1c0904564273f6b0640fd214f1de376b6ac0305 Author: Christopher Wellons Commit: Christopher Wellons Fix missing quotes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e71467091..320333fe43 100644 --- a/

[nongnu] elpa/emacsql 43ecb5a252 071/427: Tweak README names.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 43ecb5a252c37d03d93a6b69796b968d9a18cd46 Author: Christopher Wellons Commit: Christopher Wellons Tweak README names. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a58addfe3..748696bab8 100644

[nongnu] elpa/emacsql 36c6aae4b5 042/427: Drop raw select.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 36c6aae4b58159e976da8b03db444d0846336efb Author: Christopher Wellons Commit: Christopher Wellons Drop raw select. --- emacsql.el | 7 --- 1 file changed, 7 deletions(-) diff --git a/emacsql.el b/emacsql.el index b5ccb82a6b..dc27c69de1 100644 --- a/emacsql.el

[nongnu] elpa/emacsql 727f3c8566 022/427: Make nil correspond to NULL.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 727f3c85669fcce033000a625477d01908c21b33 Author: Christopher Wellons Commit: Christopher Wellons Make nil correspond to NULL. --- emacsql-tests.el | 3 ++- emacsql.el | 7 --- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/emacsql-tests.

[nongnu] elpa/emacsql aa9283ca0a 132/427: Allow sub-selects with :from.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit aa9283ca0a638fa53625743624e8e74b8cf6fbae Author: Christopher Wellons Commit: Christopher Wellons Allow sub-selects with :from. --- README.md | 2 ++ emacsql.el | 5 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e

[nongnu] elpa/emacsql 25f9817064 094/427: Add work-in-progress note back.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 25f981706480928eabe98916d6c90417b3f6d31d Author: Christopher Wellons Commit: Christopher Wellons Add work-in-progress note back. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbab63fdbe..ef41cdfef

[nongnu] elpa/emacsql 72145a1627 045/427: Allow for multi-arity keyword expanders.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 72145a16279a51c2f24263ffbed15822f0918fcf Author: Christopher Wellons Commit: Christopher Wellons Allow for multi-arity keyword expanders. --- emacsql.el | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/emacsql.el b/emacs

[nongnu] elpa/emacsql c9aab20d47 082/427: Add in operator (special case operator).

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit c9aab20d476ca9dd67cbbb0ddedcafc23a59c197 Author: Christopher Wellons Commit: Christopher Wellons Add in operator (special case operator). --- README.md| 2 +- emacsql-tests.el | 4 +++- emacsql.el | 7 ++- 3 files changed, 10 insertions(+), 3 de

[nongnu] elpa/emacsql 0bff8ccc34 126/427: Fix up README.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 0bff8ccc34926dbe6cd4106c7718f20934f8d895 Author: Christopher Wellons Commit: Christopher Wellons Fix up README. --- README.md | 12 ++-- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e8d0263b58..a82a88c6cc 1006

[nongnu] elpa/emacsql abe43b3381 043/427: Add :where test.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit abe43b3381fba02e481b5767343d3b690be10421 Author: Christopher Wellons Commit: Christopher Wellons Add :where test. --- emacsql-tests.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emacsql-tests.el b/emacsql-tests.el index 32b984a130.

[nongnu] elpa/emacsql 29f65b3b8e 093/427: Update Windows statement in the README.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 29f65b3b8e2fc6c922bf59948be87695c0b299aa Author: Christopher Wellons Commit: Christopher Wellons Update Windows statement in the README. --- README.md | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34f4e9a

[nongnu] elpa/emacsql f794d4d38f 116/427: Allow for selected columns in :insert-into.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit f794d4d38fb1dece67b13ccb4465085e6100da97 Author: Christopher Wellons Commit: Christopher Wellons Allow for selected columns in :insert-into. --- README.md | 1 + emacsql.el | 7 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/RE

[nongnu] elpa/emacsql f512300aba 054/427: Fix a few things in emacsql-expr.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit f512300abafa580abe5e8f7d125babb248e4fad0 Author: Christopher Wellons Commit: Christopher Wellons Fix a few things in emacsql-expr. --- emacsql.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/emacsql.el b/emacsql.el index cd76

[nongnu] elpa/emacsql 9272d13ace 036/427: Add some tests for the expanders.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 9272d13ace5bf59dbb8b04554a631361deca9335 Author: Christopher Wellons Commit: Christopher Wellons Add some tests for the expanders. --- emacsql-tests.el | 19 +++ 1 file changed, 19 insertions(+) diff --git a/emacsql-tests.el b/emacsql-tests.el in

[nongnu] elpa/emacsql cefe1ec014 121/427: Add emacsql-sqlite3-unavailable-p.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit cefe1ec01426231bdb79e154f5301f1500ed68b1 Author: Christopher Wellons Commit: Christopher Wellons Add emacsql-sqlite3-unavailable-p. --- README.md| 2 +- emacsql-tests.el | 1 + emacsql.el | 18 ++ 3 files changed, 20 insertions(+),

[nongnu] elpa/emacsql f410b5d663 068/427: Fix spelling error.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit f410b5d6630f7f40282f1735e278eb2d9827433e Author: Christopher Wellons Commit: Christopher Wellons Fix spelling error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9508383903..25a9b91c75 100644 --- a/

[nongnu] elpa/emacsql eb10ddcdba 004/427: Error-free reaping since it's automatic.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit eb10ddcdbabd22b9af2721eefdca3dd5daea3432 Author: Christopher Wellons Commit: Christopher Wellons Error-free reaping since it's automatic. --- emacsql.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index 04413bd6fb

[nongnu] elpa/emacsql a306de980a 070/427: Add :delete keyword.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit a306de980ac720634666c12c215f5c7c79769205 Author: Christopher Wellons Commit: Christopher Wellons Add :delete keyword. --- README.md | 8 emacsql.el | 3 +++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 62e19530bf..7a58addf

[nongnu] elpa/emacsql 85076dfe0f 027/427: Flesh out example more.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 85076dfe0f8f4cd8910eea15cc04343073be3fcf Author: Christopher Wellons Commit: Christopher Wellons Flesh out example more. --- README.md | 8 emacsql.el | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md ind

[nongnu] elpa/emacsql 178a31d5ca 024/427: Lock in the coding system.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 178a31d5ca753143e1d4e55119bc68c648fffe47 Author: Christopher Wellons Commit: Christopher Wellons Lock in the coding system. --- emacsql.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacsql.el b/emacsql.el index 5f2535b923..a59f91931e 100644 --- a/emacsq

[nongnu] elpa/emacsql 58e31aa3a9 079/427: Add :update and :set expanders.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 58e31aa3a9f888e197f086060ce5c6cabcd168e6 Author: Christopher Wellons Commit: Christopher Wellons Add :update and :set expanders. --- README.md| 17 + emacsql-tests.el | 4 +++- emacsql.el | 10 ++ 3 files changed, 30 inserti

[nongnu] elpa/emacsql b3110c9fa9 018/427: Rename .sqlite to .db.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit b3110c9fa9b6411c24e8d1a47c6e48717bfca8ea Author: Christopher Wellons Commit: Christopher Wellons Rename .sqlite to .db. --- README.md | 2 +- emacsql.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47f437eb54

[nongnu] elpa/emacsql 76bf0c34dc 038/427: Add rudimentary :where expander.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 76bf0c34dce3efb24702635a341b51b7f2e754ef Author: Christopher Wellons Commit: Christopher Wellons Add rudimentary :where expander. --- README.md | 5 ++--- emacsql.el | 15 +++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md

[nongnu] elpa/emacsql 2053a15b21 010/427: Add Emacs requirement note.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 2053a15b214353ea0595eb2608b1f1db925bc66a Author: Christopher Wellons Commit: Christopher Wellons Add Emacs requirement note. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eae6f6aea2..54b6d03745 100644 --- a/README

[nongnu] elpa/emacsql 75ea77c9a0 149/427: Add an "as" operator, greatly simplifying :from.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 75ea77c9a0d1f5aede67a01dceeeaa3b077948fe Author: Christopher Wellons Commit: Christopher Wellons Add an "as" operator, greatly simplifying :from. --- README.md| 11 -- emacsql-tests.el | 8 ++--- emacsql.el | 103 -

[nongnu] elpa/emacsql beb0e00b9e 100/427: Rename emacsql--vars-collect.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit beb0e00b9ed0d9b307e10833d6d597164e94ea5e Author: Christopher Wellons Commit: Christopher Wellons Rename emacsql--vars-collect. --- emacsql.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql.el b/emacsql.el index 6037a84921..4e5464a

[nongnu] elpa/emacsql da9797e948 098/427: Add a system-level test.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit da9797e948d8a311970951252c712125f92b77b1 Author: Christopher Wellons Commit: Christopher Wellons Add a system-level test. --- emacsql-tests.el | 8 1 file changed, 8 insertions(+) diff --git a/emacsql-tests.el b/emacsql-tests.el index bf1741298a..f53cd6

[nongnu] elpa/emacsql ee2877dab0 106/427: Clearer error message from escape identifier.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit ee2877dab0097bde20e7592193cb654aa7f56c5c Author: Christopher Wellons Commit: Christopher Wellons Clearer error message from escape identifier. --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index 1f5f851

[nongnu] elpa/emacsql 3eb06cdd73 114/427: Add GROUP BY expander.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 3eb06cdd73a51f7cba83b18b95236d134de1f653 Author: Christopher Wellons Commit: Christopher Wellons Add GROUP BY expander. --- emacsql.el | 4 1 file changed, 4 insertions(+) diff --git a/emacsql.el b/emacsql.el index 01ee0ddd49..91be4b9b3a 100644 --- a/emacsq

[nongnu] elpa/emacsql e900f99091 075/427: Update examples.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit e900f990910e6447966e7ee91f27494b3ff204d9 Author: Christopher Wellons Commit: Christopher Wellons Update examples. --- README.md | 13 + emacsql.el | 9 + 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md i

[nongnu] elpa/emacsql bd6e02db55 104/427: Be much more strict with identifiers.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit bd6e02db55a9b2ca8c4065437df137964ebdd5df Author: Christopher Wellons Commit: Christopher Wellons Be much more strict with identifiers. The form table:column now convers to table.column. --- emacsql-tests.el | 11 ++- emacsql.el | 28 +++

[nongnu] elpa/emacsql 8f59fe6e80 073/427: Add a vector escape.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 8f59fe6e8051b9cd1436e83a71633b7aec6dc355 Author: Christopher Wellons Commit: Christopher Wellons Add a vector escape. --- emacsql.el | 21 - 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/emacsql.el b/emacsql.el index 49d87b071

[nongnu] elpa/emacsql 19a65f390e 147/427: Add ignored features section to README.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 19a65f390e2908aa6ded203f43e4f317b5c5ca96 Author: Christopher Wellons Commit: Christopher Wellons Add ignored features section to README. --- README.md | 18 ++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 4d6dcb0ac0..

[nongnu] elpa/emacsql 935cca89a9 176/427: Add updated information about Windows.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 935cca89a98c815071f824fcb321ea2db86d6794 Author: Christopher Wellons Commit: Christopher Wellons Add updated information about Windows. --- README.md | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md ind

[nongnu] elpa/emacsql b9599f1f41 066/427: Spelling error.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit b9599f1f416032ae646cb879e257ada23a3f30e3 Author: Christopher Wellons Commit: Christopher Wellons Spelling error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dc13cea30..7d3aeea714 100644 --- a/READ

[nongnu] elpa/emacsql a9b9d6bfc8 083/427: Fix typo in README.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit a9b9d6bfc866d73dc5ad3590cb9df3e5d4322815 Author: Christopher Wellons Commit: Christopher Wellons Fix typo in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89b8603025..12b421b377 100644 --- a/

[nongnu] elpa/emacsql 161e3a41b1 006/427: Add some tests.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 161e3a41b1e5611bd3808c6658cfff821de4d346 Author: Christopher Wellons Commit: Christopher Wellons Add some tests. --- emacsql-tests.el | 17 + 1 file changed, 17 insertions(+) diff --git a/emacsql-tests.el b/emacsql-tests.el new file mode 100644 i

[nongnu] elpa/emacsql f8d9511d1d 025/427: Tweak README limitations paragraph.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit f8d9511d1d401e157b0fef6123a9e6435bfaa560 Author: Christopher Wellons Commit: Christopher Wellons Tweak README limitations paragraph. --- README.md | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8362cb320

[nongnu] elpa/emacsql 3012f5b725 154/427: Fix typo.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 3012f5b725b5afb680254d46891af970de3648d8 Author: Christopher Wellons Commit: Christopher Wellons Fix typo. --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index df5ed36084..79ff8a8d10 100644 --- a/emacsql

[nongnu] elpa/emacsql 8951084b40 143/427: Add variable escaping.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 8951084b4006f69525c63b790c02de9b42492b37 Author: Christopher Wellons Commit: Christopher Wellons Add variable escaping. --- README.md| 5 - emacsql-tests.el | 12 +--- emacsql.el | 26 +++--- 3 files changed, 28 inse

[nongnu] elpa/emacsql afe64ca63a 040/427: Fix emacsql-add-expander example.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit afe64ca63a7a08a651d0efd02ed5cc16c4965f59 Author: Christopher Wellons Commit: Christopher Wellons Fix emacsql-add-expander example. --- emacsql.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql.el b/emacsql.el index ae596c15bd..e13

[nongnu] elpa/emacsql 4fa57ba758 051/427: Fully drop named parsing.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 4fa57ba758fd17e508ffdb949e268836e00f4bbc Author: Christopher Wellons Commit: Christopher Wellons Fully drop named parsing. This is because I'd rather support expressions inside queries. --- emacsql.el | 11 --- 1 file changed, 4 insertions(+), 7

[nongnu] elpa/emacsql 652847dbf5 110/427: Allow memoization cache to be nil (for development).

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 652847dbf57a476d641b0160f28ee0ba834f2092 Author: Christopher Wellons Commit: Christopher Wellons Allow memoization cache to be nil (for development). --- emacsql.el | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/emacsql.el b/emacsql.el

[nongnu] elpa/emacsql 50ae54d159 053/427: Use expressions in select columns.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 50ae54d15932d128bd4429c2695f0531ccbc0f40 Author: Christopher Wellons Commit: Christopher Wellons Use expressions in select columns. --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index ede5b0b288..cd7606

[nongnu] elpa/emacsql 769abe20fa 183/427: Don't rely on a closure in cleanup hook.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 769abe20fa6182d11e283b1737c40ef16e57ccf8 Author: Christopher Wellons Commit: Christopher Wellons Don't rely on a closure in cleanup hook. It's unnecessary so just skip it. --- emacsql-psql.el | 2 +- emacsql-sqlite.el | 3 ++- 2 files changed, 3 insert

[nongnu] elpa/emacsql 1f57b77c4f 007/427: Add command logging.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 1f57b77c4fe67ffbacfbeedb925a3515b6dfd909 Author: Christopher Wellons Commit: Christopher Wellons Add command logging. --- emacsql.el | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/emacsql.el b/emacsql.el index a0e9b6a1c3.

[nongnu] elpa/emacsql 3511a0df1d 037/427: Add a top-level query function, emacsql.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 3511a0df1d1a19d7be0b2507e16330eff6b12470 Author: Christopher Wellons Commit: Christopher Wellons Add a top-level query function, emacsql. --- emacsql.el | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index

[nongnu] elpa/emacsql 578a71d2d8 157/427: Re-order some definitions to group them.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 578a71d2d8fca0da023197e1dbd014ca8f1cdaa0 Author: Christopher Wellons Commit: Christopher Wellons Re-order some definitions to group them. --- emacsql.el | 72 ++ 1 file changed, 39 insertions(+), 33 dele

[nongnu] elpa/emacsql ba2fac7701 228/427: Update the README.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit ba2fac77013d7b780e42ddba6e29604c13f3db25 Author: Christopher Wellons Commit: Christopher Wellons Update the README. --- README.md | 42 +++--- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/README.md b/README.m

[nongnu] elpa/emacsql adfbc7ed83 156/427: Add emacsql-show-last-sql.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit adfbc7ed837d5757c5681d5d2e830c3d43b3201a Author: Christopher Wellons Commit: Christopher Wellons Add emacsql-show-last-sql. --- README.md | 4 emacsql.el | 48 2 files changed, 52 insertions(+) diff --git a

[nongnu] elpa/emacsql 76a430032e 014/427: Fix up old test.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 76a430032ef22de5d19fe82ad15b4e0371999d7c Author: Christopher Wellons Commit: Christopher Wellons Fix up old test. --- emacsql-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql-tests.el b/emacsql-tests.el index 31a3921c5c..d1bcd2

[nongnu] elpa/emacsql 4718ff4e89 122/427: Simplify all the expanders with new local functions.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 4718ff4e899a7ce9bd9a662c2ae083e99a128d6a Author: Christopher Wellons Commit: Christopher Wellons Simplify all the expanders with new local functions. --- emacsql.el | 35 --- 1 file changed, 12 insertions(+), 23 deletions(-) diff

[nongnu] elpa/emacsql d8d4bf4b98 202/427: Add emacsql-with-transaction macro.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit d8d4bf4b98c36b50ab9c57e1b6892328ae1084c4 Author: Christopher Wellons Commit: Christopher Wellons Add emacsql-with-transaction macro. --- emacsql.el | 24 1 file changed, 24 insertions(+) diff --git a/emacsql.el b/emacsql.el index 5e8562b

[nongnu] elpa/emacsql 54247e4b5e 127/427: Add another insertion unit test.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 54247e4b5e65a4e7b803cd73afe638cd82963c92 Author: Christopher Wellons Commit: Christopher Wellons Add another insertion unit test. --- emacsql-tests.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacsql-tests.el b/emacsql-tests.el index 377e5a794c..3d04

[nongnu] elpa/emacsql d440b44778 076/427: Add escape vector test.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit d440b447788b2b3d615ada91d6a836448c244125 Author: Christopher Wellons Commit: Christopher Wellons Add escape vector test. --- emacsql-tests.el | 6 ++ 1 file changed, 6 insertions(+) diff --git a/emacsql-tests.el b/emacsql-tests.el index 38fc5e0300..42adb8325

[nongnu] elpa/emacsql f179ba928a 047/427: Add :drop-table expander.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit f179ba928a98a7a71db0c298f73205cd95eb9682 Author: Christopher Wellons Commit: Christopher Wellons Add :drop-table expander. --- emacsql-tests.el | 4 +++- emacsql.el | 9 - 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/emacsql-tests.

[nongnu] elpa/emacsql a362a97c98 136/427: Add README section on foreign keys.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit a362a97c98569045056a4be576ffa4c137aa0814 Author: Christopher Wellons Commit: Christopher Wellons Add README section on foreign keys. --- README.md | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md ind

[nongnu] elpa/emacsql f31120edb6 155/427: Fix up documentation headers.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit f31120edb6fe347ab9c81cf29df94a1709e42ed2 Author: Christopher Wellons Commit: Christopher Wellons Fix up documentation headers. --- README.md | 2 +- emacsql.el | 31 +++ 2 files changed, 12 insertions(+), 21 deletions(-) diff --git

[nongnu] elpa/emacsql 1074113f03 016/427: Add readability note.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 1074113f03778bb52163d17615595366dda07fc8 Author: Christopher Wellons Commit: Christopher Wellons Add readability note. --- README.md | 8 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1cf833ea4b..47f437eb54 100644 --- a/README

[nongnu] elpa/emacsql ed86b098ce 197/427: Add prefix arg to emacsql-show-last-sql.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit ed86b098ce341997058e6fa4c06a84c96ed7ee2d Author: Christopher Wellons Commit: Christopher Wellons Add prefix arg to emacsql-show-last-sql. --- emacsql.el | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/emacsql.el b/emacsql.el index

[nongnu] elpa/emacsql 458b8a6acd 074/427: Add :insert and :values expanders.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 458b8a6acdf7157dfb328a1b7f5885c6c3ee23d2 Author: Christopher Wellons Commit: Christopher Wellons Add :insert and :values expanders. --- emacsql.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/emacsql.el b/emacsql.el index 8aa0a67968..5dd6ba7fed 1006

[nongnu] elpa/emacsql eb3283990e 077/427: Drop emacsql-create.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit eb3283990ebbc15bffa8da17f7e77fd67070ae69 Author: Christopher Wellons Commit: Christopher Wellons Drop emacsql-create. --- emacsql.el | 12 1 file changed, 12 deletions(-) diff --git a/emacsql.el b/emacsql.el index c0fa338734..cd75907f7b 100644 --- a

[nongnu] elpa/emacsql ef976b8649 189/427: Add package target for Makefile.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit ef976b8649dd59f8539fd17de91319411d141859 Author: Christopher Wellons Commit: Christopher Wellons Add package target for Makefile. --- .gitignore | 1 + Makefile | 15 ++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/

[nongnu] elpa/emacsql 301e2ff4b6 175/427: Drop "simple" from helper method names.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 301e2ff4b6b43981b6df7b92330c4767f8f88ec3 Author: Christopher Wellons Commit: Christopher Wellons Drop "simple" from helper method names. --- emacsql-psql.el | 4 ++-- emacsql-sqlite.el | 4 ++-- emacsql.el| 4 ++-- 3 files changed, 6 insertions(+), 6 de

[nongnu] elpa/emacsql b447994514 033/427: Change table type recommendation.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit b4479945141462bad282f4b81ddf397c01986705 Author: Christopher Wellons Commit: Christopher Wellons Change table type recommendation. --- README.md | 8 emacsql.el | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md

[nongnu] elpa/emacsql e9fbc4a913 061/427: Fill out a Makefile.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit e9fbc4a913497d1036415bef1f8c2e69f788faea Author: Christopher Wellons Commit: Christopher Wellons Fill out a Makefile. --- Makefile | 25 + emacsql-tests.el | 9 + 2 files changed, 34 insertions(+) diff --git a/Makefile b/

[nongnu] elpa/emacsql 0ba12b89d5 084/427: Drop "work in progress."

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 0ba12b89d5a76cffeaf4e59cc6c44eedeb9edbf4 Author: Christopher Wellons Commit: Christopher Wellons Drop "work in progress." --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 12b421b377..e9a5bcec3d 100644

[nongnu] elpa/emacsql 13cfbeeaba 186/427: Tidy up the constructors.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 13cfbeeaba9462a9a111a3293cf6fddf1939a9bd Author: Christopher Wellons Commit: Christopher Wellons Tidy up the constructors. --- emacsql-psql.el | 33 - emacsql-sqlite.el | 32 +++- emacsql.el|

[nongnu] elpa/emacsql b2f2dd37cf 178/427: Allow connection to specify their own types.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit b2f2dd37cf5b1f58640312bab9c933af26efce9d Author: Christopher Wellons Commit: Christopher Wellons Allow connection to specify their own types. --- emacsql-psql.el | 10 -- emacsql-sqlite.el | 10 -- emacsql-tests.el | 43 +++-

[nongnu] elpa/emacsql be9c46c274 259/427: Change the way tuples are computed.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit be9c46c2746a7e27d06a294547edfcf480f011ed Author: Christopher Wellons Commit: Christopher Wellons Change the way tuples are computed. --- emacsql-sqlite.el | 2 +- emacsql-system.el | 48 +++- 2 files changed, 20 insert

[nongnu] elpa/emacsql af2cdddca1 231/427: Squash a bunch of bugs.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit af2cdddca1374971e3f767d1c37e7d67e780ee75 Author: Christopher Wellons Commit: Christopher Wellons Squash a bunch of bugs. --- emacsql-compiler.el | 20 ++--- emacsql-sqlite.el | 2 +- emacsql-tests.el| 122 +++--

[nongnu] elpa/emacsql 327b09b4b9 348/427: Add support for raw strings and raw parameters (#26, #28).

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 327b09b4b99ccb6b5605b804027a42fd73589929 Author: Christopher Wellons Commit: Christopher Wellons Add support for raw strings and raw parameters (#26, #28). Strings quoted with ' are not printed when used. A new "r" parameter type was also introduced t

[nongnu] elpa/emacsql e42d939235 187/427: In SQLite, block for up to 30 seconds on db lock.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit e42d9392358780294bc5c4fca9ef95247da17945 Author: Christopher Wellons Commit: Christopher Wellons In SQLite, block for up to 30 seconds on db lock. This should make it a lot easier to use. --- emacsql-sqlite.el | 1 + 1 file changed, 1 insertion(+) diff

[nongnu] elpa/emacsql 39ce3b9736 287/427: Smarter identifier identification in expressions.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 39ce3b9736751fe473fcb5e0f279b2f4da301645 Author: Christopher Wellons Commit: Christopher Wellons Smarter identifier identification in expressions. --- emacsql-compiler.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacsql-compiler.el b

[nongnu] elpa/emacsql 7cfed08ab8 099/427: Add docstring to emacsql--log.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 7cfed08ab861c06c7bf57bf692e641e795155976 Author: Christopher Wellons Commit: Christopher Wellons Add docstring to emacsql--log. --- emacsql.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacsql.el b/emacsql.el index 1983ca6ab6..6037a84921 100644 --- a/em

[nongnu] elpa/emacsql 47d9476a02 142/427: Add tests for quote operator.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 47d9476a02c698184bef312ba876c3860b7d9589 Author: Christopher Wellons Commit: Christopher Wellons Add tests for quote operator. --- emacsql-tests.el | 7 +++ 1 file changed, 7 insertions(+) diff --git a/emacsql-tests.el b/emacsql-tests.el index 85a822fb62..18

[nongnu] elpa/emacsql 1f6c06bda9 050/427: Use expr expansion in :where expander.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 1f6c06bda92f9e646af162eb997d1d9df5436ef0 Author: Christopher Wellons Commit: Christopher Wellons Use expr expansion in :where expander. --- emacsql.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/emacsql.el b/emacsql.el index 9a0d7521f6..

[nongnu] elpa/emacsql ad6c09681e 261/427: Oops, print the tuple.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit ad6c09681e483f68316330324900789e32858037 Author: Christopher Wellons Commit: Christopher Wellons Oops, print the tuple. --- emacsql-system.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql-system.el b/emacsql-system.el index c33a823d5

[nongnu] elpa/emacsql d5cfaee783 158/427: Be more precise about error messages.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit d5cfaee78389f35fd70b55bcf812b4c9e23f8bb4 Author: Christopher Wellons Commit: Christopher Wellons Be more precise about error messages. --- emacsql-tests.el | 13 emacsql.el | 190 +-- 2 files changed

[nongnu] elpa/emacsql 1e9857ccc4 103/427: Allow variables inside vectors.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 1e9857ccc450cf339ea6dd4b144e57e219c3be9b Author: Christopher Wellons Commit: Christopher Wellons Allow variables inside vectors. --- emacsql.el | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index 4e3875a

[nongnu] elpa/emacsql cd5e856ea6 150/427: Add :autoincrement.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit cd5e856ea6a9c7675bca68876bf438a69f0a621a Author: Christopher Wellons Commit: Christopher Wellons Add :autoincrement. --- README.md | 5 +++-- emacsql.el | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e85073a9a.

[nongnu] elpa/emacsql e6ab07e16b 140/427: Switch to a friendlier name.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit e6ab07e16bf094f53b0d8edda7211ddb0a7c7201 Author: Christopher Wellons Commit: Christopher Wellons Switch to a friendlier name. --- emacsql-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacsql-tests.el b/emacsql-tests.el index c1

[nongnu] elpa/emacsql 9dcfebfba7 030/427: Factor out schema->string code.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 9dcfebfba7b3ce50dd56e777a404f900c6f0b23c Author: Christopher Wellons Commit: Christopher Wellons Factor out schema->string code. --- emacsql.el | 47 --- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/e

[nongnu] elpa/emacsql 9e6ea00f01 243/427: Add note about PostgreSQL.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 9e6ea00f01b8dc85b7966e08c1625554764b97cb Author: Christopher Wellons Commit: Christopher Wellons Add note about PostgreSQL. --- README.md | 4 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef009129bb..d9236aded4 100644 --- a/READM

[nongnu] elpa/emacsql c4396ec5e6 057/427: Fix a bunch of warnings.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit c4396ec5e6cc036556e6d1a601f0513a015f1af3 Author: Christopher Wellons Commit: Christopher Wellons Fix a bunch of warnings. --- emacsql.el | 39 +-- 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/emacsql.el b/ema

[nongnu] elpa/emacsql 3f38b357c3 206/427: Detect empty SQL vectors (better error messages).

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 3f38b357c3f5ca7a3a2041c624daaa7962a20a58 Author: Christopher Wellons Commit: Christopher Wellons Detect empty SQL vectors (better error messages). --- emacsql-compiler.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacsql-compiler.el b/emacsql-compiler.e

[nongnu] elpa/emacsql 86687b6ba3 067/427: Flesh out more README.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 86687b6ba3e0830da7179b4ce218da7b571debbf Author: Christopher Wellons Commit: Christopher Wellons Flesh out more README. --- README.md | 60 ++-- 1 file changed, 42 insertions(+), 18 deletions(-) diff --git

[nongnu] elpa/emacsql 39aa16906a 034/427: Remove redundant wait.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 39aa16906a707b5ca06dd3ecff5889353866d5c5 Author: Christopher Wellons Commit: Christopher Wellons Remove redundant wait. --- emacsql.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index 4e2dcb3eec..9badf8cd6e 100644 --- a/emacsql.el

[nongnu] elpa/emacsql c1ea25c872 322/427: Drop Windows issue from README (fixed in 24.4).

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit c1ea25c87290f6d222497ad73ac0828c39daffef Author: Christopher Wellons Commit: Christopher Wellons Drop Windows issue from README (fixed in 24.4). This statement was only true up until 24.4. --- README.md | 7 --- 1 file changed, 7 deletions(-) diff -

[nongnu] elpa/emacsql 6c32f02139 137/427: Add emacsql-thread macro.

2022-12-13 Thread ELPA Syncer
branch: elpa/emacsql commit 6c32f02139d54b989be62fb530ff2e73899ceb74 Author: Christopher Wellons Commit: Christopher Wellons Add emacsql-thread macro. --- emacsql.el | 11 +++ 1 file changed, 11 insertions(+) diff --git a/emacsql.el b/emacsql.el index a1986e2e19..6e44c2a2bd 100644

  1   2   3   4   5   6   7   >