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
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
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
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
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
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
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
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
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
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
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/
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
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
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.
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
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
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
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
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
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.
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
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
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
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
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(+),
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/
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
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
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
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
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
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
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
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
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 -
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
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
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
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
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
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 +++
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
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..
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
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
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/
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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/
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
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
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/
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
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|
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 +++-
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
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 +++--
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
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
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
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
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
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..
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
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
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
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.
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
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
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
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
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
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
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
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 -
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 - 100 of 640 matches
Mail list logo