go-jet
|
159cd95599
|
If SELECT_JSON returns more than one row of NULL values, SELECT_JSON should return an error.
|
2026-05-04 12:41:19 +02:00 |
|
go-jet
|
a1d7684fc1
|
Make sure mysql select json object keys are escaped.
|
2026-05-04 12:34:29 +02: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
|
4ee047a675
|
Add support for additional array types.
|
2025-10-16 15:09:07 +02:00 |
|
go-jet
|
950b33191e
|
Remove QueryJson statements method to avoid potential misuse.
|
2025-03-09 17:46:34 +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
|
6fe2f8605e
|
Fix tests and update circle.ci
|
2025-02-24 11:30:47 +01:00 |
|
go-jet
|
7b16e432ff
|
Add support for SELECT_JSON statements.
|
2025-02-21 19:55:01 +01:00 |
|