Commit graph

34 commits

Author SHA1 Message Date
go-jet
83d4c5ad03 Package path refactor. 2019-06-21 13:56:57 +02:00
go-jet
565b670188 Improvements on sub-query projection reference. 2019-06-18 14:35:32 +02:00
go-jet
d9ffa86453 Support for quoted identifiers. 2019-06-17 12:05:52 +02:00
go-jet
7fc99ac997 More unit tests. 2019-06-16 11:20:44 +02:00
go-jet
8a2c34fbd7 Select lock and table lock improvements. 2019-06-15 13:58:45 +02:00
go-jet
367602757f Tests clean up. 2019-06-11 12:47:35 +02:00
zer0sub
3c5553b3dc Explicit sqlbuilder cast. 2019-06-07 14:23:14 +02:00
zer0sub
4d7fbf8f49 Table interface cleanup. 2019-06-05 17:15:20 +02:00
zer0sub
8f51662fe5 Support for raw sql input. 2019-06-04 12:10:23 +02:00
zer0sub
384c0c67f5 Row and Array Comparisons (IN, NOT_IN). 2019-06-04 11:52:37 +02:00
zer0sub
ca5a30983e Generate enum types for sqlbuilder. 2019-06-03 17:05:29 +02:00
zer0sub
37a55e6ee3 Expression casting between builtin types. 2019-06-02 18:12:44 +02:00
zer0sub
52bdd4b59f Support for additional mathematical functions. 2019-06-01 15:00:37 +02:00
zer0sub
cf022ab68d Fix parentheses wrap on binary operators. 2019-05-31 14:37:51 +02:00
zer0sub
2b6288d317 Strictly type Integer and Real expressions. 2019-05-31 12:59:57 +02:00
zer0sub
7f5ba98819 Time, Timez, Timestamp, Timestampz, Date column types added. 2019-05-30 14:49:36 +02:00
zer0sub
7b89caa7e0 Comparison operators refactoring. 2019-05-29 14:03:38 +02:00
zer0sub
5ed7cf2b1c Improve serialization error handling. 2019-05-13 12:33:11 +02:00
zer0sub
240ddd65e6 Add statements debug sql support. 2019-05-12 18:15:23 +02:00
zer0sub
439c9f1ef9 Statements sql serialization simplified. 2019-05-08 13:47:01 +02:00
zer0sub
d9bbec3795 Order by sql serialization simplified. 2019-05-08 12:49:36 +02:00
zer0sub
f016a93d78 Model refactor cleanup. 2019-05-07 19:06:21 +02:00
zer0sub
4f9323ddca Add support for CASE operator. 2019-05-06 12:42:15 +02:00
zer0sub
3367df247c Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
zer0sub
5ad213885f Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
zer0sub
5c05214ba1 Fix integration tests. 2019-05-01 18:23:19 +02:00
zer0sub
eccc17dc8a Fix unit tests. 2019-05-01 17:25:10 +02:00
zer0sub
fef8f0ef83 Refactoring to support parameterized queries. 2019-04-30 11:31:00 +02:00
zer0sub
b2f84d048c Add StringColumn type and expression
Add Projection type
Alias refactoring
More numeric operations
2019-04-30 11:31:00 +02:00
zer0sub
033ab1d0da Column types refactoring. 2019-04-30 11:31:00 +02:00
zer0sub
38007810c1 Bool expression refactoring. 2019-04-30 11:31:00 +02:00
sub0Zero
a49c682672 Extend BoolExpression with logical operators. 2019-04-30 11:30:59 +02:00
sub0Zero
3f4b5c69d3 Added nested structure scan. 2019-04-30 11:30:59 +02:00
sub0Zero
3190d6f933 Cloning files from https://github.com/dropbox/godropbox/tree/master/database 2019-04-30 11:30:59 +02:00