mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-02-18 14:26:08 +00:00
Fixed preload and id fields with GetPrimaryKeyName
This commit is contained in:
@@ -32,6 +32,7 @@ type SelectQuery interface {
|
||||
Join(query string, args ...interface{}) SelectQuery
|
||||
LeftJoin(query string, args ...interface{}) SelectQuery
|
||||
Preload(relation string, conditions ...interface{}) SelectQuery
|
||||
PreloadRelation(relation string, apply ...func(SelectQuery) SelectQuery) SelectQuery
|
||||
Order(order string) SelectQuery
|
||||
Limit(n int) SelectQuery
|
||||
Offset(n int) SelectQuery
|
||||
|
||||
Reference in New Issue
Block a user