jet/postgres
Richard 1c435f5c7f export OrderByClause type through alias
enables e.g. creating a collection of clauses beforehand and dynamically adding to it.
this resolves #48.
2020-09-03 13:25:23 +02:00
..
cast.go Add go mod support. 2020-06-27 18:48:19 +02:00
cast_test.go Add postgres interval cast. 2019-12-07 13:52:51 +01:00
clause.go Add go mod support. 2020-06-27 18:48:19 +02:00
clause_test.go Add ON DUPLICATE KEY UPDATE support (MySQL). 2020-05-03 20:46:21 +02:00
columns.go Add go mod support. 2020-06-27 18:48:19 +02:00
columns_test.go Fix unit tests. 2020-05-24 18:09:16 +02:00
conflict_action.go Add go mod support. 2020-06-27 18:48:19 +02:00
delete_statement.go Add go mod support. 2020-06-27 18:48:19 +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 [bug] Escape reserved words used as identifier. 2020-02-16 10:25:21 +01:00
expressions.go Add go mod support. 2020-06-27 18:48:19 +02:00
functions.go Add go mod support. 2020-06-27 18:48:19 +02:00
insert_statement.go Add go mod support. 2020-06-27 18:48:19 +02:00
insert_statement_test.go Add go mod support. 2020-06-27 18:48:19 +02:00
interval_expression.go Add go mod support. 2020-06-27 18:48:19 +02:00
interval_expression_test.go Add support for PostgreSQL interval column 2020-02-09 18:37:48 +01:00
keywords.go Add go mod support. 2020-06-27 18:48:19 +02:00
literal.go Add go mod support. 2020-06-27 18:48:19 +02:00
literal_test.go Postgres 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 Add go mod support. 2020-06-27 18:48:19 +02:00
select_statement.go export OrderByClause type through alias 2020-09-03 13:25:23 +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 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 Test utils reuse. 2019-08-12 12:11:16 +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