mirror of https://github.com/VinGarcia/ksql.git
Refactor adapter tests to a separated file
parent
dbf6200f2c
commit
e920ef6216
File diff suppressed because it is too large
Load Diff
2
ksql.go
2
ksql.go
|
@ -490,7 +490,7 @@ func (c DB) insertWithLastInsertID(
|
|||
|
||||
if !tID.ConvertibleTo(fieldType) {
|
||||
return fmt.Errorf(
|
||||
"Can't convert last insert id of type int64 into field `%s` of type %s",
|
||||
"Can't convert last insert id of type int64 into field `%s` of type %v",
|
||||
idName,
|
||||
fieldType,
|
||||
)
|
||||
|
|
2584
ksql_test.go
2584
ksql_test.go
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue