Merged in feature/listtypes (pull request #23)

Feature/listtypes

* started

* cleanuplist

* someunittestfixes

* removemostflakiness
This commit is contained in:
Michael McGuinness
2025-01-15 12:19:49 +00:00
parent 7da57058d4
commit 5ca36b0502
38 changed files with 532 additions and 366 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ import (
func TestNew(t *testing.T) {
ctx := context.Background()
_, cleanup := test.CreateDB(t, ctx, &test.CreateDatabaseConfig{
NoPool: true,
})
_, cleanup := test.CreateDB(t, ctx, &test.CreateDatabaseConfig{})
defer cleanup()
newCfg := &server.NewConfig{