..
cast.go
Go fmt.
2022-08-23 12:38:16 +02:00
cast_test.go
MySQL interval with date/time expression arithmetic.
2019-12-01 18:34:44 +01:00
columns.go
Add go mod support.
2020-06-27 18:48:19 +02:00
delete_statement.go
[MySQL] Optimizer hints
2022-09-29 13:33:00 +02:00
delete_statement_test.go
Test utils reuse.
2019-08-12 12:11:16 +02:00
dialect.go
Add support for NULLS_FIRST and NULLS_LAST sorting order.
2024-02-10 14:03:31 +01:00
dialect_test.go
MySQL interval with date/time expression arithmetic.
2019-12-01 18:34:44 +01:00
expressions.go
feat: expose CustomExpression+Token in mysql/postgres/sqlite
2024-07-13 17:10:26 +02:00
expressions_test.go
Expose internal RawBool type
2023-04-17 12:46:11 +02:00
functions.go
replaced the UUIDToBin functions with a singular UUID_TO_BIN
2024-02-22 17:23:14 +05:30
functions_test.go
replaced the UUIDToBin functions with a singular UUID_TO_BIN
2024-02-22 17:23:14 +05:30
insert_statement.go
[MySQL] Optimizer hints
2022-09-29 13:33:00 +02:00
insert_statement_test.go
Avoid unnecessary double wrapping of SELECT statement when used as single function parameter.
2021-10-21 13:40:26 +02:00
interval.go
Adding gosec and lint, fixing null_type overflow
2024-10-14 11:06:59 -04:00
interval_test.go
Fix linter errors.
2019-12-08 11:07:49 +01:00
lateral.go
Fix linter errors
2021-05-16 19:10:43 +02:00
literal.go
replaced the UUIDToBin functions with a singular UUID_TO_BIN
2024-02-22 17:23:14 +05:30
literal_test.go
replaced the UUIDToBin functions with a singular UUID_TO_BIN
2024-02-22 17:23:14 +05:30
lock_statement.go
Add go mod support.
2020-06-27 18:48:19 +02:00
lock_statement_test.go
Test utils reuse.
2019-08-12 12:11:16 +02:00
operators.go
Add DISTINCT operator support
2022-01-10 16:43:17 +01:00
optimizer_hints.go
[MySQL] Optimizer hints
2022-09-29 13:33:00 +02:00
select_statement.go
Add support for expression in OFFSET clause.
2024-02-13 14:01:13 +01:00
select_statement_test.go
Add support for OF in row lock clauses
2023-11-30 07:52:54 +00:00
select_table.go
Add WITH RECURSIVE statement support
2022-01-04 18:08:06 +01:00
set_statement.go
Add support for expression in OFFSET clause.
2024-02-13 14:01:13 +01:00
set_statement_test.go
Test utils reuse.
2019-08-12 12:11:16 +02:00
statement.go
Add RawStatement support
2021-05-15 11:54:41 +02:00
table.go
Add schema rename support
2021-04-30 14:02:49 +02:00
table_test.go
[postgres] Add support for ON CONFLICT clause
2020-04-12 18:53:57 +02:00
types.go
Expose internal jet.Rows type
2023-04-17 12:01:01 +02:00
update_statement.go
[MySQL] Optimizer hints
2022-09-29 13:33:00 +02:00
update_statement_test.go
[BUG] Update statement reserved word not escaped
2021-05-09 17:17:14 +02:00
utils_test.go
Add schema rename support
2021-04-30 14:02:49 +02:00
with_statement.go
Add WITH RECURSIVE statement support
2022-01-04 18:08:06 +01:00