issues
search
seancorfield
/
honeysql
Turn Clojure data structures into SQL
https://cljdoc.org/d/com.github.seancorfield/honeysql/CURRENT
1.77k
stars
174
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Document all the XTDB extension stuff
#556
seancorfield
opened
2 days ago
0
Implement XTDB SETTING clause
#555
seancorfield
closed
1 day ago
0
Fixes #553 by adding :not-between
#554
plooney81
closed
3 days ago
0
Expand special syntax to include `NOT BETWEEN`
#553
plooney81
closed
3 days ago
0
sql.helpers load assertion fails if custom clauses are already registered
#552
SilentSnacker
closed
3 days ago
2
WINDOW cannot have multiple clauses
#551
seancorfield
closed
1 week ago
0
Fix bb compat, fixes #549
#550
borkdude
closed
3 weeks ago
0
HoneySQL fails on Babashka with NoSuchFieldException after version 2.5.1103
#549
odie2630463
closed
3 weeks ago
5
DDL statements for table names that start with % produce malformed SQL
#548
alexander-yakushev
closed
1 month ago
2
Add conditional query building examples
#547
seancorfield
closed
1 month ago
0
Hodgepodge of optimizations
#546
alexander-yakushev
closed
1 month ago
0
Introduce more efficient implementations of str and join
#545
alexander-yakushev
closed
2 months ago
10
VALUES statement in MySQL
#544
irigarae
closed
1 month ago
13
param special syntax and :params opts do not support symbols
#543
seancorfield
closed
2 months ago
0
Allow adding extra clauses for recursive CTE queries in PostgreSQL
#542
p-himik
closed
1 month ago
2
Improve Registering a new Clause Formatter documentation
#541
phronmophobic
closed
2 months ago
1
additional docs for cte
#540
jodleif
closed
2 months ago
0
Doc improvements from LA Clojure Meetup discussion
#539
seancorfield
closed
2 months ago
0
mod is a function, not an operator
#538
seancorfield
closed
2 months ago
0
Error formatting HoneySQL that has nested metadata
#537
camsaul
closed
2 months ago
4
postgres :alter-column documentation produces incompatible queries.
#536
Tillaert
closed
4 months ago
2
Update pg_ops.cljc
#535
bhlieberman
closed
4 months ago
0
Update pg-ops/- docstring wrt array input
#534
holyjak
closed
4 months ago
0
Add an option to bypass double question mark
#533
igrishaev
closed
5 months ago
0
XTDB compatibility: nesting, exclude, rename
#532
seancorfield
opened
5 months ago
15
Document/support Postgres's UPDATE SET FROM VALUES
#531
danielcompton
closed
5 months ago
3
How to specify `USING` with `create-index`?
#530
evanlouie
closed
5 months ago
2
The `:join` special syntax does not allow specifying an alias for the leftmost expression
#529
p-himik
closed
6 months ago
3
Postgres `@?` operator produces `@??`
#528
igrishaev
closed
7 months ago
3
Support for UPDATE SET ... FROM (VALUES ...) pattern
#527
vemv
closed
8 months ago
6
Inconsistent quote "as-is" handling
#526
seancorfield
closed
5 months ago
0
with clause does not support register-fn! formatters
#525
snoe
closed
8 months ago
1
union clause doc mentions nest with no example
#524
seancorfield
closed
8 months ago
0
Expand readme function examples to include aliases
#523
seancorfield
closed
9 months ago
0
MS SQL table hints in FROM clause (e.g. NOLOCK)
#522
Prometheus77
closed
10 months ago
1
Dialect: XTDB
#521
seancorfield
closed
2 days ago
11
Temporal: support date/time literals?
#520
seancorfield
closed
10 months ago
1
Temporal: ALL in wrong place for XTDB
#519
seancorfield
closed
7 months ago
3
Temporal: alias in wrong place
#518
seancorfield
closed
10 months ago
0
Implement CREATE INDEX
#517
dancek
closed
11 months ago
2
`:union` and similar ops should format their arguments wrapped in parentheses
#516
p-himik
closed
1 year ago
5
Default quoting needs to be smarter
#515
seancorfield
closed
11 months ago
8
Proposed opt `quoted-when`
#514
kranstrom
closed
1 year ago
10
Ignore additional metadata?
#513
seancorfield
closed
11 months ago
0
BigQuery ARRAY subquery
#512
markaddleman
closed
1 year ago
3
CREATE OR REPLACE syntax
#511
markaddleman
closed
1 year ago
0
Add NRQL dialect support
#510
seancorfield
closed
1 year ago
2
Formatting unhashable objects
#509
jcf
closed
1 year ago
1
Unhashable values
#508
jcf
closed
1 year ago
1
Cast seems to be breaking with a type named "*-type" in v2.4.962
#507
liquidz
closed
1 year ago
5
Next