mirror of
https://github.com/glebarez/sqlite.git
synced 2025-10-05 23:56:59 +08:00
Fix tests
This commit is contained in:
@@ -55,7 +55,7 @@ func TestParseDDL(t *testing.T) {
|
||||
DataTypeValue: sql.NullString{String: "int", Valid: true},
|
||||
ColumnTypeValue: sql.NullString{String: "int", Valid: true},
|
||||
NullableValue: sql.NullBool{Bool: false, Valid: true},
|
||||
DefaultValueValue: sql.NullString{Valid: true},
|
||||
DefaultValueValue: sql.NullString{Valid: false},
|
||||
UniqueValue: sql.NullBool{Valid: true},
|
||||
PrimaryKeyValue: sql.NullBool{Valid: true},
|
||||
},
|
||||
|
Reference in New Issue
Block a user