1362 Commits

Author SHA1 Message Date
Jinzhu
ffa58165fa Test HasManyRel 2018-02-26 09:18:30 +08:00
Jinzhu
d8a0192f3b Test HasOneRel 2018-02-26 01:07:48 +08:00
Jinzhu
6e6b40fb0d feat(schema) test self-reference belongs to 2018-02-26 00:45:09 +08:00
Jinzhu
3c9dee889f Test on_embedded_conflict mode with primary key 2018-02-25 23:50:01 +08:00
Jinzhu
45df6277c4 feat(schema) Support on_embedded_conflict mode 2018-02-25 20:28:10 +08:00
Jinzhu
83b307642d Test ParseSchema 2018-02-25 18:31:10 +08:00
Jinzhu
af5536108a Add schema tests 2018-02-25 15:00:44 +08:00
Jinzhu
bf0cec734f Refactor ParseSchema 2018-02-25 14:33:50 +08:00
Jinzhu
325bb5ac96 Refactor API 2018-02-25 10:14:19 +08:00
Jinzhu
9cdccf2eee Remove codeclimate 2018-02-24 18:31:03 +08:00
Jinzhu
da3bbdf2fb Update structure 2018-02-24 18:29:17 +08:00
Jinzhu
be7a4064ef Add builder 2018-02-24 17:32:11 +08:00
Jinzhu
586c503a4f Merge branch 'master' into v2_dev 2018-02-18 10:51:54 +08:00
Jinzhu
58e34726df Don't access scanner's fields if already defined data type 2018-02-18 09:00:03 +08:00
Jinzhu
55945afb34 Update README 2018-02-17 00:33:52 +08:00
Jinzhu
6e1387b44c Update README 2018-02-13 18:12:09 +08:00
Jinzhu
1fb623dfbb Update README 2018-02-13 17:59:48 +08:00
Jinzhu
0b616c0525 Update GORM Config 2018-02-13 15:06:14 +08:00
Jinzhu
a699c1e560 Refactor GORM Config 2018-02-13 12:48:50 +08:00
Jinzhu
48cf28258f Update Logger 2018-02-13 12:48:50 +08:00
Jinzhu
1684bf726e Add Logger 2018-02-13 12:48:50 +08:00
Jinzhu
5c485a3e1c Add GORM Config 2018-02-13 12:48:50 +08:00
Jinzhu
becd777b1e Fix unicode chars in SQL 2018-02-13 12:37:39 +08:00
Jinzhu
67c4280c57 Fix support embedded pointer type struct, close #1450 2018-02-13 10:00:18 +08:00
Jinzhu
fe3c94cd2d Add Take method, close #1228 2018-02-13 09:18:42 +08:00
Jinzhu
cfd1cc586a Add 2D array support, close #1201 2018-02-13 08:33:11 +08:00
Jinzhu
3b2c4b3608 Fix insert with default value for mysql 2018-02-12 17:39:34 +08:00
Jinzhu
8005321a1c Allow table option when DropTable, close #1514 2018-02-12 14:49:24 +08:00
Jinzhu
30adc80edc Test customize data type for primary key 2018-02-12 13:20:55 +08:00
Jinzhu
7e2bb3d7fa Allow customize table name when creating index, close #1656 2018-02-12 11:56:51 +08:00
Jinzhu
49934ff3bf Call DefaultTableNameHandler for JoinTableHandler's table 2018-02-12 09:43:28 +08:00
Jinzhu
c54d23473c Add IsRecordNotFoundError method 2018-02-12 09:38:16 +08:00
Jinzhu
0cc4d47ce5 Merge branch 'eatigo-master' 2018-02-12 00:06:50 +08:00
Jinzhu
7a8c2bbff8 Refactor build SQL condition 2018-02-12 00:06:31 +08:00
Jinzhu
86c04795b7 Port PR #1655 to Not query builder 2018-02-11 15:52:52 +08:00
andrew
8d66eb4926 fixed wrong param substitution order 2018-02-11 14:58:22 +08:00
Jinzhu
3c70f83833 Fix query test 2018-02-11 13:57:59 +08:00
Jinzhu
6450b862e9 Merge branch 'matematik7-fea_change1' 2018-02-11 13:41:54 +08:00
Jinzhu
46269198a4 Refactor PR #1569 2018-02-11 13:41:46 +08:00
matematik7
36043ad905 Fix for quoted column names and add test 2018-02-11 13:11:54 +08:00
matematik7
841ea1bde5 Do not always override select on pluck 2018-02-11 13:11:54 +08:00
Jinzhu
4c93473b2d Merge branch 'readdle-fix-valuer' 2018-02-11 12:48:19 +08:00
Jinzhu
c503108f83 Refactor fix valuer 2018-02-11 12:48:08 +08:00
Viktor Nikolaiev
ba3e6201c7 fixed issue with null values in where conditions 2018-02-11 09:19:57 +08:00
Viktor Nikolaiev
fce49136e8 fixed golint issues 2018-02-11 09:19:57 +08:00
Viktor Nikolaiev
3b6d790e93 Made it possible to implement driver.Valuer for byte slices 2018-02-11 09:19:57 +08:00
Jinzhu
fd15156d39 Fix Count in mssql for SQL with group 2018-02-11 09:16:10 +08:00
Jinzhu
85774eb9da
Merge branch 'master' into master 2018-02-10 22:25:28 +08:00
Jinzhu
cb7c41e0b6 Add more tests for self-referencing many2many relationship 2018-02-10 22:14:18 +08:00
Jinzhu
44b9911f51 Refactor self referencing m2m support 2018-02-10 21:21:50 +08:00