v0.0.375
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m25s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m25s
This commit is contained in:
parent
e952176bb0
commit
a4a8c83d17
@ -1,5 +1,5 @@
|
|||||||
package goext
|
package goext
|
||||||
|
|
||||||
const GoextVersion = "0.0.374"
|
const GoextVersion = "0.0.375"
|
||||||
|
|
||||||
const GoextVersionTimestamp = "2024-01-14T01:37:38+0100"
|
const GoextVersionTimestamp = "2024-01-14T01:50:48+0100"
|
||||||
|
@ -116,5 +116,5 @@ func BuildInsertStatement(q Queryable, tableName string, obj any) (string, PP, e
|
|||||||
}
|
}
|
||||||
|
|
||||||
//goland:noinspection SqlNoDataSourceInspection
|
//goland:noinspection SqlNoDataSourceInspection
|
||||||
return fmt.Sprintf("INSERT INTO %s (%s) VALUES (%s)", tableName, strings.Join(fields, ", "), values), params, nil
|
return fmt.Sprintf("INSERT INTO %s (%s) VALUES (%s)", tableName, strings.Join(fields, ", "), strings.Join(values, ", ")), params, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user