jet/mysql
2020-06-01 20:30:09 +02:00
..
cast.go MySQL linter errors. 2019-08-17 10:43:16 +02:00
cast_test.go MySQL interval with date/time expression arithmetic. 2019-12-01 18:34:44 +01:00
columns.go [Breakable] ColumnList is reverted to be a slice. 2019-09-26 12:31:03 +02:00
delete_statement.go The rest of linter errors. 2019-08-17 18:32:01 +02:00
delete_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
dialect.go Add reserved words for MySQL. 2020-05-02 22:15:38 +02:00
dialect_test.go MySQL interval with date/time expression arithmetic. 2019-12-01 18:34:44 +01:00
expressions.go Use type aliasing to forward types from internal/jet. 2019-09-26 11:44:46 +02:00
functions.go [MySQL] Add support for WITH statements and Common Table Expressions. 2020-05-24 17:56:35 +02:00
insert_statement.go Add ON DUPLICATE KEY UPDATE support (MySQL). 2020-05-03 20:46:21 +02:00
insert_statement_test.go Use testify/require instead of testify/assert for tests. 2020-05-09 11:00:22 +02:00
interval.go Update comments. 2019-12-21 16:50:16 +01:00
interval_test.go Fix linter errors. 2019-12-08 11:07:49 +01:00
literal.go MySQL linter errors. 2019-08-17 10:43:16 +02:00
literal_test.go MySQL interval with date/time expression arithmetic. 2019-12-01 18:34:44 +01:00
lock_statement.go The rest of linter errors. 2019-08-17 18:32:01 +02:00
lock_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
select_statement.go [MySQL] Add support for WITH statements and Common Table Expressions. 2020-05-24 17:56:35 +02:00
select_statement_test.go [Breakable] ColumnList is reverted to be a slice. 2019-09-26 12:31:03 +02:00
select_table.go [MySQL] Add support for WITH statements and Common Table Expressions. 2020-05-24 17:56:35 +02:00
set_statement.go [MySQL] Add support for WITH statements and Common Table Expressions. 2020-05-24 17:56:35 +02:00
set_statement_test.go Test utils reuse. 2019-08-12 12:11:16 +02:00
table.go [MySQL] Add support for WITH statements and Common Table Expressions. 2020-05-24 17:56:35 +02:00
table_test.go [postgres] Add support for ON CONFLICT clause 2020-04-12 18:53:57 +02:00
types.go Rename LoggableStatement to PrintableStatement. 2020-06-01 18:22:24 +02:00
update_statement.go Add new typesafe SET operator for UPDATE statement. 2020-05-09 10:49:09 +02:00
update_statement_test.go Add new typesafe SET operator for UPDATE statement. 2020-05-09 10:49:09 +02:00
utils_test.go Add ON DUPLICATE KEY UPDATE support (MySQL). 2020-05-03 20:46:21 +02:00
with_statement.go Additional MySQL WITH statement tests. 2020-06-01 20:30:09 +02:00