| .. |
|
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
|
Add USING clause support for DELETE statements
|
2021-12-08 18:14:57 +01: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
|
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
|
Avoid unnecessary double wrapping of SELECT statement when used as single function parameter.
|
2021-10-21 13:40:26 +02:00 |
|
interval.go
|
Allow Raw helper to accept named arguments
|
2021-05-14 12:15:35 +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
|
Add UUID helper function
|
2021-05-11 13:20:07 +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 |
|
select_statement.go
|
Add USING clause support for DELETE statements
|
2021-12-08 18:14:57 +01:00 |
|
select_statement_test.go
|
Skip complex expression parenthesis wrap for function parameters.
|
2022-01-10 16:57:57 +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
|
Add automatic query logger function with additional execution details.
|
2022-01-12 19:03:50 +01:00 |
|
update_statement.go
|
Add go mod support.
|
2020-06-27 18:48:19 +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 |