go-jet
|
d1970b3a55
|
MySQL interval with date/time expression arithmetic.
|
2019-12-01 18:34:44 +01:00 |
|
go-jet
|
15acb1c326
|
QRM returns qrm.ErrNoRows when scanning into struct destination and query result set is empty.
|
2019-12-01 18:34:44 +01:00 |
|
go-jet
|
947d2df47e
|
Additional qrm tests.
|
2019-12-01 18:34:44 +01:00 |
|
Christian King
|
9a3f12ea5f
|
Fix issue with using UUID primary keys in complex return types
When using a UUID as a primary key with PostgreSQL the grouping was
defaulting to the row which caused incorrect results to be returned.
|
2019-10-17 15:13:40 -04:00 |
|
go-jet
|
f9efee77ff
|
QRM returns sql.ErrNoRows when scanning into struct destination and query result set is empty.
|
2019-10-12 18:45:09 +02:00 |
|
go-jet
|
8c9ae77cd8
|
Add QRM error if result set is empty when scanning into struct destination.
|
2019-10-10 16:09:44 +02:00 |
|
go-jet
|
e09c78dec3
|
New MIN/MAX functions that accepts any expression type.
|
2019-09-30 14:42:04 +02:00 |
|
go-jet
|
29f43e5fe8
|
Rename execution package to qrm (Query Result Mapping).
|
2019-09-27 11:46:31 +02:00 |
|
go-jet
|
799737d602
|
[Breakable] ColumnList is reverted to be a slice.
ColumnList(...) -> ColumnList{...}
IColumnList is removed.
|
2019-09-26 12:31:03 +02:00 |
|
go-jet
|
b646dd2c99
|
Use type aliasing to forward types from internal/jet.
|
2019-09-26 11:44:46 +02:00 |
|
go-jet
|
65e05021bc
|
Add more unit tests.
|
2019-09-20 19:24:54 +02:00 |
|
go-jet
|
f5287628aa
|
Improve code coverage.
|
2019-09-20 13:55:07 +02:00 |
|
go-jet
|
acd9d20339
|
Build fix.
|
2019-09-20 12:58:05 +02:00 |
|
go-jet
|
b88519bfd4
|
[Feature] Add support for database views.
[Feature] Add support to manually set primary keys for destination structure fields.
|
2019-09-20 12:53:52 +02:00 |
|
go-jet
|
df93283516
|
MariaDB test fix.
|
2019-09-17 13:47:40 +02:00 |
|
go-jet
|
5ba10d35db
|
Added support for window clause and functions.
|
2019-09-17 13:34:47 +02:00 |
|
go-jet
|
a893dfba44
|
Update README.
|
2019-08-19 10:40:34 +02:00 |
|
go-jet
|
a657b76bef
|
The rest of linter errors.
|
2019-08-17 18:32:01 +02:00 |
|
go-jet
|
46a3dc7dfb
|
MySQL linter errors.
|
2019-08-17 10:43:16 +02:00 |
|
go-jet
|
5131452c1b
|
Update testdata submodule.
|
2019-08-16 12:52:02 +02:00 |
|
go-jet
|
d5466a91e6
|
Move init and test results data to separate repo.
|
2019-08-16 12:43:41 +02:00 |
|
go-jet
|
76b861fb2a
|
Remove test data files.
|
2019-08-16 12:03:17 +02:00 |
|
go-jet
|
d609a478b3
|
Remove test data files.
|
2019-08-16 12:02:31 +02:00 |
|
go-jet
|
ba5ee27990
|
Literal expressions clean up.
|
2019-08-16 11:19:06 +02:00 |
|
go-jet
|
bcdab0f111
|
Disable generating enums from the views for MySQL/MariaDB.
|
2019-08-15 17:10:54 +02:00 |
|
go-jet
|
e0a1eff493
|
MariaDB tests fix.
|
2019-08-15 13:54:05 +02:00 |
|
go-jet
|
ec462dce81
|
CircleCI update for MariaDB.
|
2019-08-15 12:42:10 +02:00 |
|
go-jet
|
b656fa2ef1
|
CircleCI update for MariaDB.
|
2019-08-15 12:28:59 +02:00 |
|
go-jet
|
0dbdbb9220
|
MariaDB tests fix.
|
2019-08-15 11:59:17 +02:00 |
|
go-jet
|
bf3ec27f68
|
REGEXP_LIKE refactor.
|
2019-08-15 11:10:02 +02:00 |
|
go-jet
|
91dc633b45
|
Generator clean up.
|
2019-08-14 12:50:31 +02:00 |
|
go-jet
|
13c671fa3f
|
Execution additional tests.
|
2019-08-13 17:20:35 +02:00 |
|
go-jet
|
486e45db5c
|
SQL Builder panics on invalid SQL.
Query execution panics on invalid destination.
|
2019-08-13 13:57:26 +02:00 |
|
go-jet
|
14c2c9d745
|
Expression wrappers test.
|
2019-08-13 10:33:31 +02:00 |
|
go-jet
|
614c7e9754
|
Literal and cast clean up.
|
2019-08-13 10:16:26 +02:00 |
|
go-jet
|
736a650241
|
DebugSQL refactor.
|
2019-08-11 18:44:58 +02:00 |
|
go-jet
|
0dd976601e
|
MySQL: Add Where and Limit for Delete statement.
|
2019-08-11 18:23:02 +02:00 |
|
go-jet
|
a3ae52c43c
|
MySQL lock and unlock tables statement.
|
2019-08-11 16:55:18 +02:00 |
|
go-jet
|
4fbf576370
|
MySQL refactor.
|
2019-08-11 12:13:59 +02:00 |
|
go-jet
|
8519ccbdd0
|
Postgres refactor.
|
2019-08-11 09:52:02 +02:00 |
|
go-jet
|
d00167cbba
|
Remove unnecessary operators.
|
2019-08-09 10:30:24 +02:00 |
|
go-jet
|
070d82f90f
|
Generator tests for MySQL.
|
2019-08-08 17:51:20 +02:00 |
|
go-jet
|
0ab25e4464
|
Update CircleCI to support MySQL
|
2019-08-08 17:13:20 +02:00 |
|
go-jet
|
7930fb23ba
|
Handle unsupported set operators for MySQL.
|
2019-08-08 11:44:19 +02:00 |
|
go-jet
|
4c5584aaae
|
Update circle ci for MySQL tests.
|
2019-08-08 10:51:59 +02:00 |
|
go-jet
|
fbf5fbddbc
|
Timestamp function instead of CAST for literal construct.
|
2019-08-06 13:58:17 +02:00 |
|
go-jet
|
d235385c2a
|
MySQL UUID test.
RAW rename to Raw.
|
2019-08-06 13:29:26 +02:00 |
|
go-jet
|
3089bffa1c
|
Explicit cast for MySQL date/time literals.
|
2019-08-06 12:56:03 +02:00 |
|
go-jet
|
6ee2f45548
|
[New] Constructor for time types, that accepts time.Time. (TimeT, TimezT, DateT, ...)
|
2019-08-06 11:41:45 +02:00 |
|
go-jet
|
647ef21aaf
|
Dialect refactor improvements and clean up.
|
2019-08-06 10:29:04 +02:00 |
|