Jinzhu
a67be2a1f1
Refactor reorder migrator models
2020-02-23 08:54:13 +08:00
Jinzhu
6d58b62fd4
Add sqlite migration tests
2020-02-22 20:57:29 +08:00
Jinzhu
98ad29f2c2
Add Selects, Omits for statement
2020-02-16 13:45:27 +08:00
Jinzhu
0160bab7dc
Add clause tests
2020-02-05 18:28:58 +08:00
Jinzhu
d52ee0aa44
Work on create callbacks
2020-02-03 10:40:03 +08:00
Jinzhu
728c0d4470
Add callbacks
2020-02-02 20:05:10 +08:00
Jinzhu
d833efe8b9
Work on clauses
2020-02-02 19:11:17 +08:00
Jinzhu
bc68fde6aa
Implement naming strategy
2020-01-31 14:17:02 +08:00
Jinzhu
8eae7e4ab9
Add migrator
2020-01-28 23:01:35 +08:00
Jinzhu
f0d514e330
Cleanup
2020-01-28 16:22:07 +08:00
Mike Zuev
7180bd0f27
updated go-sql-driver package ( #2859 )
2020-01-26 23:28:32 +08:00
jaden
79a77d771d
go.mod: remove unnecessary dependences through upgrade go-mssqldb ( #2795 )
...
* go.mod: remove unnecessary dependences through upgrade go-mssqldb
$ go get -v -u github.com/denisenkom/go-mssqldb && go mod tidy -v
go: finding github.com/denisenkom/go-mssqldb latest
go: finding github.com/golang-sql/civil latest
go: finding golang.org/x/crypto latest
unused cloud.google.com/go
unused gopkg.in/check.v1
unused gopkg.in/yaml.v2
* mssql: use SCOPE_IDENTITY() if OUTPUT not possible
* go-mssqldb: find a up-to-date version pass test -race
2019-12-06 22:22:28 +08:00
Jinzhu
2c2fbb99e5
Upgrade go-sqlite to v2.0.1
2019-12-05 18:05:12 +08:00
Thomas Tacquet
9827710b60
bump go-sqlite3 to v1.12.0 to fix go1.13 issues
2019-11-27 15:51:23 +01:00
Steve Ellis
b954854116
bump mattn/go-sqlite3 to v1.11.0 ( #2565 )
2019-09-12 22:13:59 +08:00
Jinzhu
01b6601142
Update go.mod
2019-06-13 14:42:55 +08:00
Emir Beganovic
8931d8a7c3
Update dependencies
2019-04-30 11:59:39 +04:00
Emir Beganovic
d9cfa3cb12
Update to latest go-mssqldb
2019-04-30 11:12:47 +04:00
Emir Beganovic
da037b0454
Cleanup go.mod
2019-04-14 10:43:59 +04:00
JUN JIE NAN
bc5d3f07a8
Removed the deps on uuid and appengine ( #2354 )
...
gofrs/uuid was used in testing only, and go module count testing
depends in. This patch removed the gofrs/uuid depends, and appengine
as well.
2019-04-05 07:59:02 +08:00
Jinzhu
f3a0fc1566
Fix go.mod
2019-03-10 19:33:23 +08:00
Satoshi Inoue
4b13e079fc
go modules ( #2279 )
2019-03-10 07:29:21 +08:00