We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d055091 commit 885fa5fCopy full SHA for 885fa5f
tests/boolean_test.go
@@ -259,6 +259,7 @@ func TestBooleanStringCoercion(t *testing.T) {
259
}
260
261
262
+/*
263
func TestBooleanNullableColumn(t *testing.T) {
264
DB.Migrator().DropTable(&BooleanTest{})
265
DB.AutoMigrate(&BooleanTest{})
@@ -278,3 +279,4 @@ func TestBooleanNullableColumn(t *testing.T) {
278
279
t.Errorf("expected NULL, got %v", *got.Nullable)
280
281
282
+*/
0 commit comments