hakusai22
5e599a07ec
fix: typo ( #7003 )
...
* fix: typo
* fix: covered
2024-05-08 12:07:58 +08:00
Cr
5adc0ce5f6
test: fix TestEmbeddedRelations ( #6639 )
2023-10-26 11:58:13 +08:00
aclich
63534145fd
fix: 🐛 embedded struct test failed with custom datatypes ( #6311 )
...
* fix: 🐛 embedded struct test failed with custom datatypes
Fix the pointer embedded struct within custom datatypes and *time.time
should be nil issue.
* fix: 🐛 change test case to avoid mssql driver issue
change test cases from bytes to string to avoid mssql driver issue
2023-05-15 09:59:26 +08:00
hykuan
67642abfff
fix: 🐛 numeric types in pointer embedded struct test failed ( #6293 )
2023-05-04 19:29:31 +08:00
Cr
f0360dccbf
fix: embedded should be nil if not exists ( #6219 )
2023-04-11 10:13:25 +08:00
Michael Anstis
532e9cf4cc
Issue 6054: Unscoped not working with PreLoad on Joins ( #6058 )
...
* Issue 6054: Unscoped not working with PreLoad on Joins
* Formatting
---------
Co-authored-by: Michael Anstis <manstis@redhat.com>
2023-02-18 09:06:43 +08:00
Edward McFarlane
4ec73c9bf4
Add test case for embedded value selects ( #5901 )
...
* Add test case for embedded value selects
* Revert recycle struct optimisation to avoid pointer overwrites
2022-12-19 11:49:05 +08:00
Cr
06e174e24d
fix: embedded default value ( #5540 )
2022-07-25 14:10:30 +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
dc48e04896
Fix nested embedded struct, close #3278
2020-08-18 11:21:40 +08:00
Jinzhu
ff985b90cc
Fix failed to guess relations for embedded types, close #3224
2020-08-04 12:25:34 +08:00
Jinzhu
e77e7bb842
Fix nested embedded field with pointer, close #3071
2020-06-23 09:12:57 +08:00
Jinzhu
d4d339f3b5
Handle data type cases
2020-06-19 22:51:46 +08:00
Jinzhu
96368eb967
Test embedded struct implements Scan & Value interface
2020-06-18 09:15:23 +08:00
Jinzhu
8bb05a5a69
Refactor tests files
2020-06-02 10:50:38 +08:00
Jinzhu
e986371a42
Rename package name
2020-06-02 09:18:01 +08:00
Jinzhu
6d555ef8d5
Test embedded struct
2020-05-31 14:18:07 +08:00