Bool support and type related insert/select tests
Go Tests / test (push) Failing after 6s

This commit is contained in:
2026-05-12 08:59:37 +02:00
parent ffd9cd004e
commit 1642a01aad
5 changed files with 176 additions and 14 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ func determineType(typ reflect.Type) string {
switch typStr {
case "string":
return "TEXT"
case "int":
case "int", "bool":
return "INTEGER"
case "time.Time", "int64":
return "BIGINT"