Sean Corfield
|
21ce3a2242
|
fixes #551 by supporting multiple window clauses
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-11-18 15:02:28 -08:00 |
|
Sean Corfield
|
6fa606ffd5
|
address #532 by adding exclude, rename
and tests for nest_one, nest_many
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-11-12 15:58:32 -08:00 |
|
Sean Corfield
|
230cc467a1
|
fixes #538
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-09-22 17:15:47 -07:00 |
|
Sean Corfield
|
4efa9a38ef
|
address #539 by improving getting started
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-09-21 18:12:10 -07:00 |
|
Sean Corfield
|
2c6bf85f7f
|
fixes #530 by supporting :using-gin in :create-index
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-06-12 22:53:40 -07:00 |
|
Sean Corfield
|
747383c847
|
fix #529 by changing how table name/expression is formatted in special join syntax
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-05-13 15:26:00 -07:00 |
|
Sean Corfield
|
d1e9617eae
|
Revert "fix #528 by not ?-escaping operators"
This reverts commit eb680a204e.
|
2024-04-04 09:43:59 -07:00 |
|
Sean Corfield
|
6c88c0ba3c
|
Revert "update (c) date"
This reverts commit a5bdf4d13c.
|
2024-04-04 09:43:48 -07:00 |
|
Sean Corfield
|
a5bdf4d13c
|
update (c) date
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-04-03 17:22:05 -07:00 |
|
Sean Corfield
|
eb680a204e
|
fix #528 by not ?-escaping operators
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-04-03 16:56:13 -07:00 |
|
Sean Corfield
|
c9867097e8
|
fix broken test
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-02-09 22:42:06 -08:00 |
|
Sean Corfield
|
2f4792253a
|
clean up some lint warnings
Signed-off-by: Sean Corfield <sean@corfield.org>
|
2024-02-09 22:39:38 -08:00 |
|
Hannu Hartikainen
|
e70e3713fc
|
Implement CREATE INDEX
Fixes #348.
|
2023-12-08 13:09:39 +02:00 |
|
Sean Corfield
|
caca08fd5b
|
#511 add tests; document bigquery create or replace
|
2023-10-21 14:51:13 -07:00 |
|
Sean Corfield
|
7d56daacca
|
initial BigQuery :create-table-as :or-replace
|
2023-10-20 10:50:09 -07:00 |
|
Sean Corfield
|
11e1a93c59
|
fix #505 by rewriting helper-merge
|
2023-09-27 23:13:16 -07:00 |
|
Sean Corfield
|
e8753efa3e
|
fix #478 by removing duplication in one branch
|
2023-03-13 14:24:11 -07:00 |
|
Sean Corfield
|
3f31e5a61f
|
fix #478
|
2023-03-12 17:40:53 -07:00 |
|
Sean Corfield
|
fc3397650e
|
Merge pull request #470 from p-himik/467-allow-scalar-order-by-et-al
Allow single kw in :order-by and other clauses
|
2023-02-27 14:00:44 -08:00 |
|
Eugene Pakhomov
|
3fba12fbcc
|
Allow single kw in :order-by and other clauses
|
2023-02-26 14:20:09 +02:00 |
|
Eugene Pakhomov
|
dae73c6195
|
Allow multiple expressions in special :order-by
|
2023-02-26 12:22:12 +02:00 |
|
Sean Corfield
|
6b015400ed
|
fix #445 #453
|
2023-01-14 14:58:13 -08:00 |
|
Sean Corfield
|
bf96f034c3
|
update docs; fix set-options!
|
2022-12-17 16:02:02 -08:00 |
|
Sean Corfield
|
c62f5da3f8
|
make numbered params work with 'in'
|
2022-12-16 23:56:53 -08:00 |
|
Youngil Choi
|
a87fa0c9ab
|
Improve type formatting logic in :cast function
|
2022-11-20 06:51:43 +09:00 |
|
Sean Corfield
|
95e50a930e
|
fixes #386 #437 #439
|
2022-11-05 17:15:32 -07:00 |
|
Sean Corfield
|
6c107b7cf0
|
fix #435 by documenting CREATE TEMP TABLE etc
|
2022-10-01 00:31:20 -07:00 |
|
Sean Corfield
|
e553f4f169
|
add a test for #431 :)
|
2022-09-20 04:37:43 -07:00 |
|
Sean Corfield
|
061288f1c0
|
address #415 by supporting multi-column add/alter/modify
|
2022-09-12 18:17:26 -07:00 |
|
Sean Corfield
|
5d7a3faea5
|
address #415 by supporting multiple drop columns
|
2022-09-12 13:51:54 -07:00 |
|
Sean Corfield
|
e45ea8586e
|
Add PostgreSQL JSON / regex operators fixes #398
|
2022-04-23 15:40:47 -07:00 |
|
Sean Corfield
|
ab7c235329
|
fix #399 by correcting docs and tests
|
2022-03-26 13:45:43 -07:00 |
|
Sean Corfield
|
c4efcc0cad
|
#398 || is variadic (by default)
|
2022-03-26 08:33:05 -07:00 |
|
Sean Corfield
|
17319cdd26
|
#398 treat -> as variadic
|
2022-03-26 08:28:24 -07:00 |
|
Sean Corfield
|
af69f12630
|
address #398 (needs docs)
|
2022-03-25 21:48:00 -07:00 |
|
Sean Corfield
|
1d22086fce
|
fix #381 by adding generic helpers; prep for 2.2.861
|
2022-01-30 22:31:37 -08:00 |
|
Sean Corfield
|
6aee04e25c
|
fixes #365
|
2021-10-03 22:18:12 -07:00 |
|
Sean Corfield
|
a393cd89e2
|
fixes #337 by using clojure.test for cljs
|
2021-07-15 19:26:59 -07:00 |
|
Sean Corfield
|
d73560b7e3
|
Add :quoted-snake option
|
2021-05-08 21:01:28 -07:00 |
|
Sean Corfield
|
46b3c1773b
|
Fixes #324 by correcting insert-into
|
2021-05-01 12:56:42 -07:00 |
|
Sean Corfield
|
f606dc6044
|
Fixes #323 by allowing multiple column names
|
2021-04-22 19:16:30 -07:00 |
|
Sean Corfield
|
dd52ebe7e8
|
Fixes #322 by rewriting where/having merge
|
2021-04-13 12:51:21 -07:00 |
|
Sean Corfield
|
272b088918
|
Revert "Addresses #315 by expanding IN to handle nil"
This reverts commit 8a1e2cca71.
|
2021-04-12 15:04:17 -07:00 |
|
Sean Corfield
|
e6a5bdb001
|
Fixes #308 by adding support for clauses
This also corrects the docstring for the join-by helper.
|
2021-04-11 04:18:14 -07:00 |
|
Sean Corfield
|
50fd829752
|
Addresses #310 by adding filter, order-by, within-group syntax
|
2021-04-11 14:32:48 -07:00 |
|
Sean Corfield
|
862a2496c6
|
Consistent use of 1.x / 2.x
|
2021-04-11 11:09:47 -07:00 |
|
Sean Corfield
|
8a1e2cca71
|
Addresses #315 by expanding IN to handle nil
|
2021-04-10 10:57:13 -07:00 |
|
Sean Corfield
|
88282ee258
|
Fixes #316 by adding check on entity characters
Also record that documentation addresses #300, #309, #313, and #314.
|
2021-04-09 23:41:59 -07:00 |
|
Sean Corfield
|
16d04a1dfd
|
Fixes #297 by adding into/bulk-collect-into
|
2021-03-13 13:42:08 -08:00 |
|
Sean Corfield
|
cff1e5b43c
|
Fixes #284 by adding lateral expression syntax
|
2021-03-13 13:13:35 -08:00 |
|