jet/sqlbuilder
2019-06-02 16:22:22 +02:00
..
execution Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
alias.go Add statements debug sql support. 2019-05-12 18:15:23 +02:00
bool_expresion.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
bool_expression_test.go Unit tests cleanup. 2019-06-01 18:04:56 +02:00
clause.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
column.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
column_test.go Bool expression refactoring. 2019-04-30 11:31:00 +02:00
column_types.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
column_types_test.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
date_expression.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
delete_statement.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
delete_statement_test.go Comparison operators refactoring. 2019-05-29 14:03:38 +02:00
doc.go Generator clean up refactoring. 2019-05-24 13:13:13 +02:00
example_test.go Comparison operators refactoring. 2019-05-29 14:03:38 +02:00
expression.go Support for additional mathematical functions. 2019-06-01 15:00:37 +02:00
expression_old.go Support for additional mathematical functions. 2019-06-01 15:00:37 +02:00
expression_old_test.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
expression_table.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
expression_test.go Unit tests cleanup. 2019-06-01 18:04:56 +02:00
float_expression.go Support for additional mathematical functions. 2019-06-01 15:00:37 +02:00
float_expression_test.go Unit tests cleanup. 2019-06-01 18:04:56 +02:00
func_expression.go Data Type Formatting Functions. 2019-06-02 16:22:22 +02:00
func_expression_test.go Unit tests cleanup. 2019-06-01 18:04:56 +02:00
group_by_clause.go Statements sql serialization simplified. 2019-05-08 13:47:01 +02:00
insert_statement.go Comparison operators refactoring. 2019-05-29 14:03:38 +02:00
insert_statement_test.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
integer_expression.go Support for additional mathematical functions. 2019-06-01 15:00:37 +02:00
integer_expression_test.go Unit tests cleanup. 2019-06-01 18:04:56 +02:00
keyword.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
literal_expression.go Support for additional string functions. 2019-06-02 12:45:46 +02:00
lock_statement.go Generator clean up. 2019-05-27 13:11:15 +02:00
lock_statement_test.go Add statements debug sql support. 2019-05-12 18:15:23 +02:00
operators.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
order_by_clause.go Statements sql serialization simplified. 2019-05-08 13:47:01 +02:00
projection.go Statements sql serialization simplified. 2019-05-08 13:47:01 +02:00
select_statement.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
set_statement.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
set_statement_test.go Extend set operator to accept sets as parameters. 2019-05-13 11:48:58 +02:00
statement.go Generator clean up. 2019-05-27 13:11:15 +02:00
statement_test.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
string_expression.go Support for pattern matching operators (LIKE, SIMILAR TO). 2019-06-02 13:43:43 +02:00
string_expression_test.go Support for pattern matching operators (LIKE, SIMILAR TO). 2019-06-02 13:43:43 +02:00
table.go Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
table_test.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
test_utils.go Unit tests cleanup. 2019-06-01 18:04:56 +02:00
time_expression.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
time_expression_test.go Unit tests cleanup. 2019-06-01 18:04:56 +02:00
timestamp_expression.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
timestampz_expression.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
timez_expression.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
types.go Extend set operator to accept sets as parameters. 2019-05-13 11:48:58 +02:00
update_statement.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
update_statement_test.go Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
utils.go Support for additional string functions. 2019-06-02 12:45:46 +02:00