Jinzhu
|
26504f5cae
|
Use NewDB to replace WithConditions for Session
|
2020-11-17 16:28:37 +08:00 |
Jinzhu
|
f6e1786ca2
|
Add skip hooks support
|
2020-11-17 15:19:58 +08:00 |
Jinzhu
|
f5c2126c29
|
Fix FindInBatches tests
|
2020-11-17 13:14:34 +08:00 |
Jinzhu
|
320f33061c
|
Fix FindInBatches to modify the query conditions, close #3734
|
2020-11-17 11:19:04 +08:00 |
Jinzhu
|
a8db54afd6
|
Add CreateInBatches supports
|
2020-11-16 21:42:30 +08:00 |
Jinzhu
|
62be27d3ca
|
Add OnConflict UpdateAll support
|
2020-11-16 20:22:08 +08:00 |
Jinzhu
|
fcf2ab6c0e
|
Add deleted_at check when soft deleting, fix #3720
|
2020-11-05 11:20:08 +08:00 |
Jinzhu
|
560d303e71
|
Fix Scan with soft delete, close #3712
|
2020-11-04 11:03:22 +08:00 |
Jinzhu
|
c915471169
|
Support Expression for OrderBy clause
|
2020-11-03 10:30:05 +08:00 |
Jinzhu
|
a8141b6cc9
|
Fix DeletedAt marshal and unmarshal, close #3693
|
2020-10-30 18:15:07 +08:00 |
Jinzhu
|
4009ec5816
|
Fix call hook methods when updating with struct
|
2020-10-27 18:14:36 +08:00 |
Jinzhu
|
0aef8acc11
|
Add smart auto migrate tests
|
2020-10-22 16:36:27 +08:00 |
Jinzhu
|
231aba53c5
|
Fix count with order by
|
2020-10-22 11:28:43 +08:00 |
Jinzhu
|
5fee5b1b24
|
Add option tag support for index
|
2020-10-21 20:18:21 +08:00 |
Jinzhu
|
33a11767ea
|
Upgrade test go.mod dependencies
|
2020-10-20 19:13:31 +08:00 |
Jinzhu
|
9b2181199d
|
Fix soft delete with OrCondition, close #3627
|
2020-10-19 14:50:11 +08:00 |
Jinzhu
|
3d846957cd
|
Compatible with tag notNull
|
2020-10-09 17:42:28 +08:00 |
Jinzhu
|
7faf1ca80f
|
Fix Select with AS, close #3581, #3567
|
2020-10-09 11:52:12 +08:00 |
Jinzhu
|
dbc6b34dce
|
Add detailed error information when missing table name
|
2020-09-29 15:43:31 +08:00 |
Jinzhu
|
ba253982bf
|
Fix Pluck with Time and Scanner
|
2020-09-24 20:08:24 +08:00 |
Jinzhu
|
c0de3c5051
|
Support FullSaveAssociations Mode, close #3487, #3506
|
2020-09-24 19:29:15 +08:00 |
Jinzhu
|
5228735915
|
Don't build IN condition if value implemented Valuer interface, #3517
|
2020-09-24 15:00:13 +08:00 |
Jinzhu
|
1a526e6802
|
Fix NamingStrategy with embedded struct, close #3513
|
2020-09-24 11:32:38 +08:00 |
Jinzhu
|
d002c70cf6
|
Support named argument for struct
|
2020-09-17 21:52:41 +08:00 |
Jinzhu
|
a932175ccf
|
Refactor cascade delete associations
|
2020-09-15 14:28:26 +08:00 |
Jinzhu
|
ed1b134e1c
|
Fix use uint to for autoCreateTime, autoUpdateTime
|
2020-09-11 17:33:31 +08:00 |
Jinzhu
|
02fb382ec0
|
Support scan into int, string data types
|
2020-09-11 15:01:02 +08:00 |
Jinzhu
|
e583dfa196
|
Allow negative number for limit
|
2020-09-11 11:54:21 +08:00 |
Jinzhu
|
b8a74a80d7
|
Fix embedded struct with default value, close #3451
|
2020-09-11 11:18:54 +08:00 |
Jinzhu
|
70a7bd52ca
|
Support delete associations with Select when deleting
|
2020-09-10 21:46:18 +08:00 |
Jinzhu
|
2242ac6c0e
|
Fix tests & refactor for PR #3429
|
2020-09-09 10:31:48 +08:00 |
caelansar
|
aceb3dad3b
|
correct generated sql
|
2020-09-08 21:28:04 +08:00 |
Jinzhu
|
c70c097e88
|
Refactor format SQL for driver.Valuer
|
2020-09-08 19:11:29 +08:00 |
Jinzhu
|
c9d5c0b07a
|
Fix create database foreign keys for same type having has many/one & many2many relationships, close #3424
|
2020-09-08 18:25:29 +08:00 |
Jinzhu
|
05794298bd
|
Fix Save with specified table, close #3396
|
2020-09-06 12:22:08 +08:00 |
Jinzhu
|
d8ddccf147
|
Don't marshal to null for associations after preloading, close #3395
|
2020-09-04 19:09:51 +08:00 |
Jinzhu
|
28121d4455
|
Fix panic when batch creating from slice contains invalid data, close #3385
|
2020-09-03 20:59:41 +08:00 |
Jinzhu
|
dd0d74fad0
|
Fix transaction on closed conn when using prepared statement, close #3380
|
2020-09-03 19:16:55 +08:00 |
Jinzhu
|
3cd81ff646
|
Fix query with specified table and conditions, close #3382
|
2020-09-03 18:42:32 +08:00 |
Jinzhu
|
cf31508095
|
Fix tests_all.sh
|
2020-09-03 15:02:04 +08:00 |
Jinzhu
|
3cc7a30712
|
Fix tests/go.mod
|
2020-09-03 13:28:37 +08:00 |
Jinzhu
|
98e15e0b95
|
Setup DB's ConnPool in PrepareStmt mode, fix #3362
|
2020-09-03 12:54:26 +08:00 |
Jinzhu
|
48b395b760
|
returns ErrEmptySlice when creating with zero length slice
|
2020-09-03 11:32:30 +08:00 |
Jinzhu
|
fcb666cfa3
|
Fix associations using composite primary keys without ID field, close #3365
|
2020-09-03 10:58:48 +08:00 |
Jinzhu
|
130f24090d
|
update default_value_test
|
2020-09-02 21:03:47 +08:00 |
Jinzhu
|
dbe0f4d8d7
|
Allow use NULL as default value for string, close #3363
|
2020-09-02 20:15:12 +08:00 |
Jinzhu
|
680dda2c15
|
Fix combine conditions when using string conditions, close #3358
|
2020-09-02 20:09:51 +08:00 |
Jinzhu
|
dbaa6b0ec3
|
Fix Scan struct with primary key, close #3357
|
2020-09-02 16:14:26 +08:00 |
Jinzhu
|
d1e17d549f
|
request ColumnTypes after new session method
|
2020-09-01 20:53:54 +08:00 |
Jinzhu
|
e73147fa8e
|
Better support for scan into map, fix unfriendly data type for interface, close #3351
|
2020-09-01 17:45:14 +08:00 |