Sérgio Prata Almeida
109f239fae
add DB level propagation for the Unscoped flag ( #7007 )
...
* adds PropagateUnscoped to db Config
* adds PropagateUnscoped test
* adds PropagateUnscoped to Session and sets it accordingly
2024-06-17 11:59:06 +08:00
Jinzhu
79bf7f92ed
fix CI for sqlserver
2024-06-17 11:58:13 +08:00
Jinzhu
3d09f7947f
only listen local port
2024-06-13 18:45:02 +08:00
Waleed Masoom
73a988ceb2
fix(scan): update Scan function to reset structs to zero values for each scan ( #7061 )
...
Co-authored-by: waleed.masoom <waleed.masoom@wheniwork.com>
2024-06-12 18:57:36 +08:00
Emilien
05167fd591
fix: use reflect.Append when preloading nested associations ( #7014 )
...
Co-authored-by: Emilien Kofman <emilien.kofman@miimosa.com>
2024-06-12 18:52:33 +08:00
Sergei Sadov
78c6dfd712
Fix association replace non-addressable panic ( #7012 )
...
* Fix association replace non-addressable panic
* Fix tests
* Add has one panic test
---------
Co-authored-by: sgsv <->
2024-06-12 18:49:45 +08:00
Nico Schäfer
3fe7fcf356
fix: `unsupported data` on nested joins with preloads ( #6957 )
...
* fix: `unsupported data` on nested joins with preloads
* Add test case for pointer join with nested prelaods
* Fix tests
2024-06-12 18:00:47 +08:00
贾一饼
9c4070ed19
fix: AfterQuery should clear FROM Clause's Joins rather than the Statement ( #7027 )
2024-06-12 17:51:44 +08:00
Jinzhu
49d94c173c
upgrade github action tests template
2024-06-12 17:24:34 +08:00
hakusai22
5e599a07ec
fix: typo ( #7003 )
...
* fix: typo
* fix: covered
2024-05-08 12:07:58 +08:00
Cr
207f1ac68f
fix: not clause with or condition ( #6984 )
2024-04-25 20:22:53 +08:00
Cr
85299bfca7
perf: merge nested preload query when using join ( #6990 )
...
* pref: merge nest preload query
* fix: preload test
2024-04-25 20:21:03 +08:00
Jinzhu
5553ff3dcb
downgrade mssql driver
2024-04-25 20:12:15 +08:00
yetone
9a61ef2af8
fix: duplicated preload ( #6948 )
2024-04-15 11:20:20 +08:00
Jinzhu
1e13fd7543
Fix duplicated columns in INSERT SQL for some fields with default value
2024-04-08 11:29:55 +08:00
snackmgmg
26195e6d16
fix: remove `callback` from `callbacks` if `Remove()` called ( #6916 )
...
* fix: remove callback from callbacks if Remove() called
* reduce number of loops
* remove unnecessary blank line
2024-03-26 11:33:36 +08:00
Jinzhu
0d6c5345f3
Don't close prepared stmt for normal db error
2024-03-21 15:55:43 +08:00
Jinzhu
81536f823c
Fix insert id into map results, fix #6812
2024-03-19 11:50:28 +08:00
Jinzhu
1b0aa802df
Fix AutoMigrate for bool fields with default value
2024-03-18 19:24:16 +08:00
Jinzhu
e0c3be03fb
Fix tests in local
2024-03-18 16:28:46 +08:00
jessetang
7b1fb0bd73
fix(scan): array element is set to a zero value ( #6890 )
...
* fix(scan): array element is set to a zero value
* add test
* fix test
* optimization
2024-03-15 14:14:48 +08:00
black-06
e4e23d26d2
fix: nested preload with join panic when find ( #6877 )
2024-03-09 21:27:19 +08:00
Cr
9efae659cb
test: namer identifier lenght ( #6872 )
2024-03-09 17:31:28 +08:00
hishope
f17a75242e
Signed-off-by: hishope <csqiye@126.com>
...
fix some typos in tests
Signed-off-by: hishope <csqiye@126.com>
2024-03-07 16:19:17 +08:00
tsuba3
3e2c4fc446
Fix regression in db.Not introduced in v1.25.6. ( #6844 )
...
* Fix regression in db.Not introduced in 940358e
.
* Fix
2024-03-05 10:23:51 +08:00
black-06
8fb9a31775
refactor: part 2 of distinguish between Unique and UniqueIndex ( #6822 )
2024-02-06 19:48:40 +08:00
jasonchuan
9514d5f9e6
let limit and offset use bind parameter ( #6806 )
...
* let limit and offset use bind parameter
* format
* format limt_test
* try again
* fix test case fro connpool
* adding driverName for postgres ,if not to do so, the stmt vars will be added a wrong one called pgx.QueryExecModeSimpleProtocol , causing the SQL with limit problem need 1 parameter ,but given two.
* delete trunk files
* restore the test_test.go
* restore test_test.go
* driver/postgres->v1.5.5
* change postgres version rollback to 1.5.4
---------
Co-authored-by: chenchuan <chenchuan@360.cn>
Co-authored-by: jason_chuan <jason_chuan@126.com>
2024-02-06 10:54:40 +08:00
black-06
418ee3fc19
fix: preload shouldn't overwrite the value of join ( #6771 )
...
* fix: preload shouldn't overwrite the value of join
* fix lint
* fix: join may automatically add nested query
2024-01-29 11:34:57 +08:00
Jinzhu
940358e0dd
Fix tests doesn't follow https://gorm.io/docs/method_chaining.html convention
2024-01-12 16:42:21 +08:00
Alexis Viscogliosi
a2cac75218
feature: bring custom type and id column name to polymorphism ( #6716 )
...
* feature: bring custom type and id column name to polymorphism
* relationship: better returns for hasPolymorphicRelation
* fix: tests
2023-12-15 16:36:08 +08:00
Franco Liberali
f0af94cd16
add test to show that update from works
2023-12-04 11:50:58 +08:00
FangSqing
3207ad6033
map insert support return increment id ( #6662 )
2023-11-15 21:32:56 +08:00
Jinzhu
c1e911f6ed
Update tests/go.mod
2023-11-09 18:46:39 +08:00
black-06
9fea15ae75
feat: add MigrateColumnUnique ( #6640 )
...
* feat: add MigrateColumnUnique
* feat: define new methods
* delete debug in test
2023-10-30 17:15:49 +08:00
Cr
5adc0ce5f6
test: fix TestEmbeddedRelations ( #6639 )
2023-10-26 11:58:13 +08:00
gleb
78e905919f
tests/sqilte: enable FOREIGN_KEYS inside OpenTestConnection ( #6641 )
2023-10-26 11:54:15 +08:00
Franco Liberali
6bef318891
add support for returning in sqlserver ( #6585 )
2023-10-10 15:03:34 +08:00
Samuel N Cui
2095d42b4c
fix: sqlite dialector cannot apply `PRIMARY KEY AUTOINCREMENT` type ( #6624 )
...
* fix: sqlite dialector cannot apply `PRIMARY KEY AUTOINCREMENT` type
fix #4760
* feat: add auto increment test
* feat: update sqlite
* feat: update tests deps sqlite to v1.5.4
2023-10-09 17:26:27 +08:00
Jinzhu
e57e5d8884
Update go.mod
2023-08-27 15:40:54 +08:00
fayvori
3c34bc2f59
refactor: Regex description ( #6507 )
...
* Mirror cleanup
* Regex description
---------
Co-authored-by: Ignat Belousov <ignatbelousov@Ignats-MacBook-Pro.local>
2023-08-07 16:35:19 +08:00
Saeid
1fb26ac90e
test: coverage for tabletype added ( #6496 )
...
* test: coverage for tabletype added
* test: tidb exclueded
---------
Co-authored-by: Saeid Saeidee <s.saeidee@sensysgatso.com>
2023-08-04 10:30:07 +08:00
Jinzhu
a7f01bd1b2
Test Pluck with customized type
2023-07-25 10:47:19 +08:00
Saeid
c10f807d3c
test: coverage for foreign key violation err ( #6403 )
...
* test: coverage for foreign key violation err
* test: enabled foreign keys constraint for sqlite
* test: enabled mysql& mssql for ErrForeignKeyViolate
* test: disabled mysql & updated sqlserver driver version
* test: skipped tidb
---------
Co-authored-by: Saeid Saeidee <s.saeidee@sensysgatso.com>
2023-07-12 21:21:22 +08:00
Saeid
c2d571cbc8
test: coverage for duplicated key err ( #6389 )
...
* test: ErrDuplicatedKey coverage added
* test: updated sqlserver version
* test: removed sqlserver
* test: support added for sqlserver
---------
Co-authored-by: Saeid Saeidee <s.saeidee@sensysgatso.com>
2023-06-10 21:05:19 +08:00
Nuno Cruces
7157b7e375
fix: database/sql.Scanner should not retain references ( #6380 )
2023-06-07 15:02:07 +08:00
black
c1ea730367
fix: avoid panic when open fails
2023-06-01 15:22:21 +08:00
black-06
11fdf46a9f
fix: save with hook ( #6285 ) ( #6294 )
2023-05-26 10:28:02 +08:00
wangliuyang
812bb20c34
fix(nested transaction): SavePoint SQL Statement not support in Prepared Statements ( #6220 )
...
* test: add nested transaction and prepareStmt coexist test case
note: please test in the MySQL environment
Change-Id: I0db32adc5f74b0d443e98943d3b182236583b959
Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
* fix(nested transaction): SavePoint SQL Statement not support in Prepared Statements
1. SavetPoint SQL Statement not support in Prepared Statements
e.g. see mysql8.0 doc: https://dev.mysql.com/doc/refman/8.0/en/sql-prepared-statements.html
Change-Id: I082012db9b140e8ec69764c633724665cc802692
Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
* revert(transaction_api): remove savepoint name pool,meaningless
Change-Id: I84aa9924fc54612005a81c83d66fdf8968ee56ad
Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
---------
Signed-off-by: 王柳洋 <wangliuyang.520@bytedance.com>
Co-authored-by: 王柳洋 <wangliuyang.520@bytedance.com>
2023-05-26 10:24:28 +08:00
Saeid
8197c00def
refactor: error translator test ( #6350 )
...
Co-authored-by: Saeid Saeidee <s.saeidee@sensysgatso.com>
2023-05-25 11:10:00 +08:00
Jinzhu
c3d7d08b9a
Clear SET clause after build SQL
2023-05-15 15:43:44 +08:00