jet/mysql
2022-09-29 13:33:00 +02:00
..
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 go mod support. 2020-06-27 18:48:19 +02:00
dialect_test.go MySQL interval with date/time expression arithmetic. 2019-12-01 18:34:44 +01:00
expressions.go Skip complex expression parenthesis wrap for function parameters. 2022-01-10 16:57:57 +01:00
expressions_test.go Add RawStatement support 2021-05-15 11:54:41 +02:00
functions.go Go fmt. 2022-08-23 12:38:16 +02:00
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 Go fmt. 2022-08-23 12:38:16 +02: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 Update README.md 2022-05-16 11:51:47 +02:00
literal_test.go Added unsigned integer literals. 2021-02-22 13:58:28 -05:00
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 [MySQL] Optimizer hints 2022-09-29 13:33:00 +02:00
select_statement_test.go 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
select_table.go Add WITH RECURSIVE statement support 2022-01-04 18:08:06 +01:00
set_statement.go export OrderByClause type through alias 2020-09-03 13:25:23 +02: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 Rename SetQueryLoggerFunc to SetQueryLogger 2022-01-20 16:51:32 +01: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