jet/mysql
tolfino bc104d7dbb Add support for custom functions.
This allows expressions like jet.Func("FOO", String("test")) to be
emitted as FOO($1).
2020-10-02 08:53:26 -07:00
..
cast.go Add go mod support. 2020-06-27 18:48:19 +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 export OrderByClause type through alias 2020-09-03 13:25:23 +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 Add support for custom functions. 2020-10-02 08:53:26 -07:00
functions.go MySQL NOT operator support 2020-07-29 16:37:55 +03:00
insert_statement.go Add go mod support. 2020-06-27 18:48:19 +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 Add go mod support. 2020-06-27 18:48:19 +02:00
interval_test.go Fix linter errors. 2019-12-08 11:07:49 +01:00
literal.go Add go mod support. 2020-06-27 18:48:19 +02:00
literal_test.go MySQL interval with date/time expression arithmetic. 2019-12-01 18:34:44 +01: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 MySQL NOT operator support 2020-07-29 16:37:55 +03:00
select_statement.go export OrderByClause type through alias 2020-09-03 13:25:23 +02:00
select_statement_test.go MySQL NOT operator support 2020-07-29 16:37:55 +03:00
select_table.go Add go mod support. 2020-06-27 18:48:19 +02: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
table.go Add go mod support. 2020-06-27 18:48:19 +02:00
table_test.go [postgres] Add support for ON CONFLICT clause 2020-04-12 18:53:57 +02:00
types.go export OrderByClause type through alias 2020-09-03 13:25:23 +02:00
update_statement.go Add go mod support. 2020-06-27 18:48:19 +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 go mod support. 2020-06-27 18:48:19 +02:00
with_statement.go Add go mod support. 2020-06-27 18:48:19 +02:00