jet/sqlbuilder
2019-05-05 18:03:30 +02:00
..
execution Allow set statements to be used as tables and expressions. 2019-05-05 12:37:23 +02:00
alias.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
bool_expresion.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
bool_expression_test.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
clause.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
column.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
column_test.go Bool expression refactoring. 2019-04-30 11:31:00 +02:00
column_types.go Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
column_types_test.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
delete_statement.go Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
delete_statement_test.go Fix unit tests. 2019-05-01 17:25:10 +02:00
doc.go Support for subqueries, Group By and Having clause. 2019-04-30 11:31:00 +02:00
example_test.go Allow set statements to be used as tables and expressions. 2019-05-05 12:37:23 +02:00
expression.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
expression_old.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
expression_old_test.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
func_expression.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
insert_statement.go Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
insert_statement_test.go Fix unit tests. 2019-05-01 17:25:10 +02:00
integer_expression.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
keyword.go Refactoring to support parameterized queries. 2019-04-30 11:31:00 +02:00
literal_expression.go Refactoring to support parameterized queries. 2019-04-30 11:31:00 +02:00
numeric_expression.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
order_by_clause.go Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
projection.go Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
select_statement.go Allow set statements to be used as tables and expressions. 2019-05-05 12:37:23 +02:00
select_statement_table.go Allow set statements to be used as tables and expressions. 2019-05-05 12:37:23 +02:00
set_statement.go Allow set statements to be used as tables and expressions. 2019-05-05 12:37:23 +02:00
set_statement_test.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
statement.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
statement_test.go Add support for INTERSECT and EXCEPT statements. 2019-05-01 16:34:03 +02:00
string_expression.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
table.go Cleanup leftover. 2019-05-05 14:05:43 +02:00
table_test.go Cleanup leftover. 2019-05-05 14:05:43 +02:00
test_utils.go Add support for INSERT statements. 2019-04-30 11:31:00 +02:00
time_expression.go Add TimeExpression and TimeColumn types. 2019-04-30 11:31:00 +02:00
types.go Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
update_statement.go Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
update_statement_test.go Fix unit tests. 2019-05-01 17:25:10 +02:00
utils.go Default aliasing refactoring. 2019-05-03 12:51:57 +02:00