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 |
|
Christian Groschupp
|
b2b1a59a45
|
feat: add returning to mysql
|
2025-11-13 16:57:58 +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 |
|
go-jet
|
8d112f7db8
|
Add support for VALUES statement.
|
2024-10-17 14:17:22 +02:00 |
|
go-jet
|
dab153a739
|
Add support for NULLS_FIRST and NULLS_LAST sorting order.
|
2024-02-10 14:03:31 +01:00 |
|
go-jet
|
2ada2ff69b
|
Add go mod support.
|
2020-06-27 18:48:19 +02:00 |
|
go-jet
|
926b88ed40
|
Add reserved words for MySQL.
|
2020-05-02 22:15:38 +02:00 |
|
go-jet
|
d1970b3a55
|
MySQL 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
|
46a3dc7dfb
|
MySQL linter errors.
|
2019-08-17 10:43:16 +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
|
7930fb23ba
|
Handle unsupported set operators for MySQL.
|
2019-08-08 11:44:19 +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 |
|