go-jet
|
01f43d462a
|
Sql builder clean up.
|
2019-08-11 18:57:40 +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
|
ee4897a1e2
|
Jet internal refactor.
|
2019-08-11 14:29:03 +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
|
6805462d10
|
Remove unused types.
|
2019-08-08 18:30:11 +02:00 |
|
go-jet
|
af38aafeb5
|
Test fix.
|
2019-08-08 18:16:49 +02:00 |
|
go-jet
|
f9e178b0e8
|
Test fix.
|
2019-08-08 18:15:48 +02:00 |
|
go-jet
|
070d82f90f
|
Generator tests for MySQL.
|
2019-08-08 17:51:20 +02:00 |
|
go-jet
|
e07980c4d9
|
Update circleci config.
|
2019-08-08 17:24:18 +02:00 |
|
go-jet
|
d08e45fd1d
|
Update circleci config.
|
2019-08-08 17:16:22 +02:00 |
|
go-jet
|
0ab25e4464
|
Update CircleCI to support MySQL
|
2019-08-08 17:13:20 +02:00 |
|
go-jet
|
f9b900b303
|
Update circleci config.
|
2019-08-08 11:58:47 +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
|
cb606f9026
|
Cast dialect clean up.
|
2019-08-06 12:12:48 +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 |
|
go-jet
|
23fd973699
|
Package structure refactor.
|
2019-08-03 14:10:47 +02:00 |
|
go-jet
|
3d8e872336
|
MySQL delete statement tests.
|
2019-08-02 11:29:38 +02:00 |
|
go-jet
|
7660bdd8b5
|
MySQL update statement tests.
|
2019-08-02 11:08:24 +02:00 |
|
go-jet
|
a46e8c1c51
|
MySQL insert statement tests.
|
2019-08-01 17:45:11 +02:00 |
|
go-jet
|
6af43f0c46
|
MySQL select statement tests.
|
2019-08-01 16:56:54 +02:00 |
|
go-jet
|
449cd9fd8f
|
Literal constructors simplified.
|
2019-08-01 11:33:38 +02:00 |
|
go-jet
|
dfb72c06a7
|
MySQL expression operators tests.
|
2019-08-01 11:15:38 +02:00 |
|
go-jet
|
c342f296ca
|
MySQL cast expressions. Simplified.
|
2019-08-01 10:39:57 +02:00 |
|
go-jet
|
53dbcd9bfc
|
MySQL cast expressions.
|
2019-07-31 18:43:54 +02:00 |
|
go-jet
|
fcce8d4262
|
MySQL int expressions.
|
2019-07-31 13:02:30 +02:00 |
|
go-jet
|
163ecf4c42
|
MySQL float expressions.
|
2019-07-30 15:04:36 +02:00 |
|
go-jet
|
6bf9c32c07
|
Tests folder structure reorganisation.
|
2019-07-30 11:45:10 +02:00 |
|
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
|
5dda5e1e11
|
Generic dialect support. (MySQL and Postgres)
|
2019-07-28 14:57:02 +02:00 |
|
go-jet
|
043a0dc4c0
|
MySQL generator support.
|
2019-07-27 10:40:30 +02:00 |
|
go-jet
|
3857715472
|
Update README.md
|
2019-07-23 14:10:56 +02:00 |
|
go-jet
|
7fd85eed0b
|
Add release badge.
|
2019-07-23 13:56:05 +02:00 |
|
go-jet
|
05311b8129
|
Merge pull request #7 from go-jet/develop
Merge develop to master
|
2019-07-23 13:42:47 +02:00 |
|
go-jet
|
9821e5ded1
|
Update README.md
|
2019-07-23 13:40:39 +02:00 |
|
go-jet
|
dececa3241
|
Update README.
|
2019-07-23 13:29:38 +02:00 |
|
go-jet
|
1769e7be0c
|
Update README.md
|
2019-07-20 20:01:32 +02:00 |
|
go-jet
|
bd961c7ba4
|
dest.json and dest2.json - added to git for presentation purposes.
|
2019-07-20 20:00:09 +02:00 |
|
go-jet
|
f841f6f8f0
|
Quick start example redirect json to files.
|
2019-07-20 18:53:12 +02:00 |
|
go-jet
|
1ae76d5efd
|
Function relocation.
|
2019-07-20 17:44:43 +02:00 |
|
go-jet
|
de34095ece
|
Merge pull request #6 from go-jet/testfix
Testfix
|
2019-07-20 14:25:45 +02:00 |
|