Commit graph

20 commits

Author SHA1 Message Date
go-jet
83d4c5ad03 Package path refactor. 2019-06-21 13:56:57 +02:00
go-jet
1ac324e198 Statements execution with context. 2019-06-20 12:22:19 +02:00
go-jet
a4feb66692 Insert and Update statement improvements. 2019-06-14 14:35:50 +02:00
go-jet
348b3beddc Project rename. 2019-06-05 17:56:24 +02:00
zer0sub
64ba909381 Generator clean up.
Ensure all sql types can be processed.
2019-05-27 13:11:15 +02:00
zer0sub
240ddd65e6 Add statements debug sql support. 2019-05-12 18:15:23 +02:00
zer0sub
f016a93d78 Model refactor cleanup. 2019-05-07 19:06:21 +02:00
zer0sub
c9561ecc37 Add LOCK table support. 2019-05-07 13:44:30 +02:00
zer0sub
3367df247c Add ROW constructor and IN/EXISTS operator. 2019-05-05 18:03:30 +02:00
zer0sub
fef8f0ef83 Refactoring to support parameterized queries. 2019-04-30 11:31:00 +02:00
zer0sub
bc6a2bbcac Add support for DELETE statements. 2019-04-30 11:31:00 +02:00
zer0sub
70d6f84375 Add support for Update statements. 2019-04-30 11:31:00 +02:00
zer0sub
599a8c537a Add support for INSERT statements. 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
5a7563d4af Support for subqueries, Group By and Having clause. 2019-04-30 11:31:00 +02:00
sub0Zero
a49c682672 Extend BoolExpression with logical operators. 2019-04-30 11:30:59 +02:00
sub0Zero
7d7dda3b7a Save schema name to table_info struct. 2019-04-30 11:30:59 +02:00
sub0Zero
75f8e0dfec Select statement execution and mapping to struct or slice added. 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