Repository impl & tests, move tests, comp. pk insert support
Go Tests / test (push) Failing after 8s
Go Tests / test (push) Failing after 8s
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@ func prepareParams(src any, t schema.Table) []any {
|
||||
var params []any
|
||||
for _, col := range t.Columns {
|
||||
_, ok := col.Modifiers["pk"]
|
||||
if ok {
|
||||
if ok && t.IsPkAuto() {
|
||||
continue
|
||||
}
|
||||
field, ok := t.Type.FieldByName(col.FieldName)
|
||||
|
||||
Reference in New Issue
Block a user