Commit graph

253 commits

Author SHA1 Message Date
go-jet
733614d245 QueryContext and ExecContext function parameters reorder. 2019-07-19 10:40:30 +02:00
go-jet
b927769d5a Add Go report card. 2019-07-18 18:51:13 +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
d253a35161 Fix tests on windows. 2019-07-18 11:41:33 +02:00
go-jet
b817f57035 Pre-release clean up. 2019-07-17 13:22:14 +02:00
go-jet
23a27033a4 Merge branch 'develop' of https://github.com/go-jet/jet into develop 2019-07-17 12:05:09 +02:00
go-jet
f016bb563c Add northwind db. Test fix. 2019-07-17 11:10:00 +02:00
go-jet
0a417a14d6 Add northwind db. 2019-07-17 11:03:16 +02:00
go-jet
7ed83d4228 Formatting fix. 2019-07-15 19:55:04 +02:00
go-jet
c78ca8a876 Update wiki pages. 2019-07-15 13:06:06 +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
18bbf1b5fb Types rename. 2019-07-08 10:48:03 +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
5e0e2f2908 Add RETURNING to Delete statement.
Add DELETE statement wiki page.
2019-06-30 17:16:00 +02:00
go-jet
3d38946eda Add UPDATE statement wiki page. 2019-06-30 13:42:01 +02:00
go-jet
d6c59deb1f Add MutablColumns list into autogen sql builder table. 2019-06-30 11:53:35 +02:00
go-jet
67e6fca0ce Update wiki pages. 2019-06-29 16:58:41 +02:00
go-jet
3516d2861c Add wiki Generator page. 2019-06-27 14:31:57 +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
b15d8491fb Build fix. 2019-06-24 10:33:42 +02:00
go-jet
f41e1a944f Generated test folder rename. 2019-06-24 10:01:34 +02:00
go-jet
a44bd85d32 Generator cleanup. 2019-06-23 18:55:57 +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
1ac324e198 Statements execution with context. 2019-06-20 12:22:19 +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
038a4b9dd0 Bug fix: Bytea nil values aren't stored as null in database. 2019-06-12 16:21:50 +02:00
go-jet
c598978ba6 Model sql tags. 2019-06-12 12:47:30 +02:00
go-jet
367602757f Tests clean up. 2019-06-11 12:47:35 +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
d69c67569a Aggregate functions 2019-06-03 18:28:16 +02:00
zer0sub
dca028295d Conditional expression functions. 2019-06-03 17:38:47 +02:00
zer0sub
ca5a30983e Generate enum types for sqlbuilder. 2019-06-03 17:05:29 +02:00