go-jet
|
0e495a279e
|
Simplify literal expressions.
|
2026-02-02 13:21:35 +01:00 |
|
go-jet
|
4995a90483
|
Simplify construction of new expressions.
Fixes: IS_NOT_NULL() does not always add enough parentheses to the compiled SQL #500
|
2026-02-02 13:18:19 +01:00 |
|
go-jet
|
17646ca99c
|
Encode json values implicitly in the sql queries according the golang json package spec.
|
2025-03-08 19:01:37 +01:00 |
|
go-jet
|
c94216ab0e
|
Add support for blob expressions.
|
2025-02-28 18:23:15 +01:00 |
|
formica2
|
906836f167
|
Add omitted reserved word on postgresql
|
2025-01-13 11:12:44 +03:00 |
|
formica2
|
855824a793
|
Add postgres keyword authorization
|
2024-12-23 13:22:29 +03:00 |
|
go-jet
|
8d112f7db8
|
Add support for VALUES statement.
|
2024-10-17 14:17:22 +02:00 |
|
Stefan
|
16c9ee428e
|
Add omitted reserved word 'right' on postgresql
|
2022-09-07 00:54:40 +09:00 |
|
go-jet
|
2ada2ff69b
|
Add go mod support.
|
2020-06-27 18:48:19 +02:00 |
|
go-jet
|
3019fdbbb2
|
[bug] Escape reserved words used as identifier.
|
2020-02-16 10:25:21 +01:00 |
|
go-jet
|
4a3579e7f9
|
Postgres interval with date/time expression arithmetic.
|
2019-12-01 18:34:44 +01:00 |
|
go-jet
|
1cc463477d
|
Fix linter errors.
|
2019-09-20 19:54:56 +02:00 |
|
go-jet
|
a657b76bef
|
The rest of linter errors.
|
2019-08-17 18:32:01 +02:00 |
|
go-jet
|
ab6d85f886
|
Postgres linter errors.
|
2019-08-17 14:49:35 +02:00 |
|
go-jet
|
e0a1eff493
|
MariaDB tests fix.
|
2019-08-15 13:54:05 +02:00 |
|
go-jet
|
bf3ec27f68
|
REGEXP_LIKE refactor.
|
2019-08-15 11:10:02 +02:00 |
|
go-jet
|
486e45db5c
|
SQL Builder panics on invalid SQL.
Query execution panics on invalid destination.
|
2019-08-13 13:57:26 +02:00 |
|
go-jet
|
4fbf576370
|
MySQL refactor.
|
2019-08-11 12:13:59 +02:00 |
|
go-jet
|
8519ccbdd0
|
Postgres refactor.
|
2019-08-11 09:52:02 +02:00 |
|
go-jet
|
cb606f9026
|
Cast dialect clean up.
|
2019-08-06 12:12:48 +02:00 |
|
go-jet
|
647ef21aaf
|
Dialect refactor improvements and clean up.
|
2019-08-06 10:29:04 +02:00 |
|
go-jet
|
23fd973699
|
Package structure refactor.
|
2019-08-03 14:10:47 +02:00 |
|