go-jet
|
d0533f73fb
|
MySQL bool expressions.
|
2019-07-30 11:18:12 +02:00 |
|
go-jet
|
bffa102849
|
MySQL execution and scan support.
|
2019-07-29 18:08:53 +02:00 |
|
go-jet
|
732b4f5579
|
Additional integration tests.
Comment out unused code at the moment.
|
2019-07-20 14:07:59 +02:00 |
|
go-jet
|
556578cec9
|
Additional documentation for sub packages.
|
2019-07-18 18:42:03 +02:00 |
|
go-jet
|
b10270b502
|
Additional documentation.
|
2019-07-18 17:43:11 +02:00 |
|
go-jet
|
e0327bef69
|
Query execution speed up.
|
2019-07-13 13:17:28 +02:00 |
|
go-jet
|
63f2d04651
|
Rename of types and errors.
|
2019-07-08 13:00:44 +02:00 |
|
go-jet
|
db43f471ec
|
CAST refactor.
|
2019-07-07 12:19:05 +02:00 |
|
go-jet
|
fb5bf7dd40
|
Add 'Scan to arbitrary destination' wiki page.
|
2019-07-05 15:13:00 +02:00 |
|
go-jet
|
950663dadb
|
Improve database to golang name mapping.
|
2019-07-03 16:27:14 +02:00 |
|
go-jet
|
ab0f790bc3
|
Set statement refactor.
|
2019-07-01 19:41:49 +02:00 |
|
go-jet
|
67e6fca0ce
|
Update wiki pages.
|
2019-06-29 16:58:41 +02:00 |
|
go-jet
|
b7ba58200e
|
Change structure aliasing order.
|
2019-06-26 10:30:31 +02:00 |
|
go-jet
|
4f247ab63e
|
Readme quick start example.
|
2019-06-24 18:22:55 +02:00 |
|
go-jet
|
f41e1a944f
|
Generated test folder rename.
|
2019-06-24 10:01:34 +02:00 |
|
go-jet
|
454cd6f12b
|
Update go-jet to support CircleCi build.
|
2019-06-23 14:51:38 +02:00 |
|
go-jet
|
83d4c5ad03
|
Package path refactor.
|
2019-06-21 13:56:57 +02:00 |
|
go-jet
|
829736279b
|
Numeric expression type.
|
2019-06-21 12:30:32 +02:00 |
|
go-jet
|
cdfd8f1dff
|
Query rows grouping performance improvements.
|
2019-06-20 11:19:23 +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
|
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
|
c598978ba6
|
Model sql tags.
|
2019-06-12 12:47:30 +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
|
384c0c67f5
|
Row and Array Comparisons (IN, NOT_IN).
|
2019-06-04 11:52:37 +02:00 |
|
zer0sub
|
d69c67569a
|
Aggregate functions
|
2019-06-03 18:28:16 +02:00 |
|
zer0sub
|
ca5a30983e
|
Generate enum types for sqlbuilder.
|
2019-06-03 17:05:29 +02:00 |
|
zer0sub
|
7c98fb508c
|
Current date/time functions.
|
2019-06-03 14:41:39 +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
|
64ba909381
|
Generator clean up.
Ensure all sql types can be processed.
|
2019-05-27 13:11:15 +02:00 |
|
zer0sub
|
2a9a616e7c
|
Add String method to generated enums.
|
2019-05-21 17:40:25 +02:00 |
|
zer0sub
|
e656fb610c
|
Query group scan refactoring.
|
2019-05-20 17:37:55 +02:00 |
|
zer0sub
|
240ddd65e6
|
Add statements debug sql support.
|
2019-05-12 18:15:23 +02:00 |
|
zer0sub
|
d9bbec3795
|
Order by sql serialization simplified.
|
2019-05-08 12:49:36 +02:00 |
|
zer0sub
|
c9561ecc37
|
Add LOCK table support.
|
2019-05-07 13:44:30 +02:00 |
|
zer0sub
|
dd9b815dbb
|
Add support for INTERVAL operator.
|
2019-05-06 14:01:50 +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
|
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
|
22426c8cad
|
Integration test for UNION statement.
|
2019-05-03 11:59:18 +02:00 |
|