Commit graph

32 commits

Author SHA1 Message Date
go-jet
8a2c34fbd7 Select lock and table lock improvements. 2019-06-15 13:58:45 +02:00
go-jet
a4feb66692 Insert and Update statement improvements. 2019-06-14 14:35:50 +02:00
go-jet
ffba8718ca Default aliasing simplified. 2019-06-09 11:06:08 +02:00
go-jet
e772768180 Column reference from sub queries. 2019-06-08 16:34:15 +02:00
zer0sub
e727fc3d4f Merge branch 'develop' of https://github.com/sub0zero/go-sqlbuilder into develop 2019-06-07 14:24:16 +02:00
zer0sub
3c5553b3dc Explicit sqlbuilder cast. 2019-06-07 14:23:14 +02:00
go-jet
348b3beddc Project rename. 2019-06-05 17:56:24 +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
7c98fb508c Current date/time functions. 2019-06-03 14:41:39 +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
64ba909381 Generator clean up.
Ensure all sql types can be processed.
2019-05-27 13:11:15 +02:00
zer0sub
5ed7cf2b1c Improve serialization error handling. 2019-05-13 12:33:11 +02:00
zer0sub
1fd63b8783 Extend set operator to accept sets as parameters. 2019-05-13 11:48:58 +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
f016a93d78 Model refactor cleanup. 2019-05-07 19:06:21 +02:00
zer0sub
5de001d7e0 Allow set statements to be used as tables and expressions. 2019-05-05 12:37:23 +02:00
zer0sub
5ad213885f Default aliasing refactoring. 2019-05-03 12:51:57 +02:00
zer0sub
8a3521a016 Add support for UNION statements 2019-05-01 14:42:46 +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
b287521f1a Add support for INSERT select query. 2019-04-30 11:31:00 +02:00
zer0sub
0971573338 Project path rename. 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
38007810c1 Bool expression 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