Refactor adapter tests to a separated file

pull/16/head
Vinícius Garcia 2022-02-26 11:52:44 -03:00
parent dbf6200f2c
commit e920ef6216
3 changed files with 2593 additions and 2585 deletions

2592
adapters_test.go Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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,
)

File diff suppressed because it is too large Load Diff