Wendell Sun
|
14e0507fd2
|
fix the table name of many2many
|
2019-03-14 12:35:57 +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 |
Nathan Osman
|
8e7d807ebf
|
Allow name of column to be customized to support self-referencing many2many fields.
|
2018-02-10 21:21:50 +08:00 |
Jinzhu
|
5d853fc53c
|
Fix null time not allowed in mysql5.7 test error
|
2016-10-19 12:20:45 +08:00 |
Jinzhu
|
4e8370e18b
|
Refactor dialect
|
2016-02-15 14:59:15 +08:00 |
Jinzhu
|
4c52351b3e
|
Add more tests for belongs to relations with partial customized foreign keys
|
2016-01-04 12:29:57 +08:00 |
Jinzhu
|
8aa7b475d4
|
Add more tests for one to many relations with customized foreign keys
|
2016-01-04 12:23:24 +08:00 |
Jinzhu
|
28d1eb474b
|
Add test case for one to one relation with customized foreign keys
|
2016-01-04 08:46:03 +08:00 |
Jinzhu
|
d87a960248
|
Test many to many relation with customized column
|
2016-01-04 08:26:02 +08:00 |
Jinzhu
|
34997385b0
|
Add HasIndex method for dialect interface
|
2015-03-02 23:02:40 +08:00 |
Jinzhu
|
b33f30714b
|
Fix Error when using custom columns with ignored fields
|
2015-02-05 17:42:24 +08:00 |
Jinzhu
|
010e7a90b3
|
Fix can't update record with customized primary key
|
2014-11-11 11:46:21 +08:00 |
Vytautas Šaltenis
|
67f71b2f86
|
Fix a bug with custom columns and ignored fields
An ignored field should also be ignored when column names are being
determined.
|
2014-10-10 00:05:15 +03:00 |
Jinzhu
|
0aaefebf4f
|
Add support for custom column names
|
2014-10-07 22:37:33 +08:00 |