go-jet
|
7b16e432ff
|
Add support for SELECT_JSON statements.
|
2025-02-21 19:55:01 +01:00 |
|
go-jet
|
8d112f7db8
|
Add support for VALUES statement.
|
2024-10-17 14:17:22 +02:00 |
|
Jay
|
33ec120437
|
replaced the UUIDToBin functions with a singular UUID_TO_BIN
|
2024-02-22 17:23:14 +05:30 |
|
go-jet
|
fa69565dbf
|
Add support for postgres GROUPING SET, ROLLUP and CUBE grouping operators
Add support for mysql WITH ROLLUP grouping operator
Add support for GROUPING operator
|
2023-03-28 13:16:57 +02:00 |
|
go-jet
|
a2ea1892e5
|
Go fmt.
|
2022-08-23 12:38:16 +02:00 |
|
Karl Blomster
|
792f89a857
|
mysql: export some conditional functions
COALESCE, NULLIF, GREATEST and LEAST already existed
and were available in the postgres dialect, but not in MySQL.
|
2022-06-03 16:11:24 +02:00 |
|
go-jet
|
2101088d0e
|
Add support for EXTRACT time/date function.
|
2022-05-06 11:54:44 +02:00 |
|
go-jet
|
9f91fd705a
|
Global AND and OR functions for better indentation of a complex condition in the Go code and in the generated SQL.
|
2022-02-11 13:09:49 +01:00 |
|
Joonas Haapsaari
|
9a3c29b504
|
MySQL NOT operator support
- Suppot for NOT operator in MySQL, similarly as in PostgreSQL.
- Add test to verify NOT EXISTS query in MySQL
|
2020-07-29 16:37:55 +03:00 |
|
go-jet
|
2ada2ff69b
|
Add go mod support.
|
2020-06-27 18:48:19 +02:00 |
|
go-jet
|
f5fae577d7
|
[MySQL] Add support for WITH statements and Common Table Expressions.
|
2020-05-24 17:56:35 +02:00 |
|
go-jet
|
e09c78dec3
|
New MIN/MAX functions that accepts any expression type.
|
2019-09-30 14:42:04 +02:00 |
|
go-jet
|
5ba10d35db
|
Added support for window clause and functions.
|
2019-09-17 13:34:47 +02:00 |
|
go-jet
|
46a3dc7dfb
|
MySQL linter errors.
|
2019-08-17 10:43:16 +02:00 |
|
go-jet
|
ba5ee27990
|
Literal expressions clean up.
|
2019-08-16 11:19:06 +02:00 |
|
go-jet
|
4ab9d73a8b
|
Functions go doc.
|
2019-08-14 10:11:43 +02:00 |
|
go-jet
|
4fbf576370
|
MySQL refactor.
|
2019-08-11 12:13:59 +02:00 |
|
go-jet
|
d00167cbba
|
Remove unnecessary operators.
|
2019-08-09 10:30:24 +02:00 |
|
go-jet
|
fbf5fbddbc
|
Timestamp function instead of CAST for literal construct.
|
2019-08-06 13:58:17 +02:00 |
|
go-jet
|
647ef21aaf
|
Dialect refactor improvements and clean up.
|
2019-08-06 10:29:04 +02:00 |
|