v0.0.359 fix tests
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m18s

This commit is contained in:
2024-01-05 16:55:53 +01:00
parent 42bd4cf58d
commit 8757643399
3 changed files with 12 additions and 7 deletions

View File

@@ -39,7 +39,9 @@ func TestCreateUpdateStatement(t *testing.T) {
JsonVal JsonObj `json:"jsonVal" db:"json_val"`
}
sqlite.RegisterAsSQLITE3()
if !langext.InArray("sqlite3", sql.Drivers()) {
sqlite.RegisterAsSQLITE3()
}
ctx := context.Background()