mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Testing.
This commit is contained in:
@@ -829,7 +829,7 @@ func TestConn_TableColumnMetadata(t *testing.T) {
|
||||
t.Error("want nil")
|
||||
}
|
||||
|
||||
typ, ord, nn, pk, ai, err := db.TableColumnMetadata("", "test", "rowid")
|
||||
typ, ord, nn, pk, ai, err := db.TableColumnMetadata("main", "test", "rowid")
|
||||
if err != nil {
|
||||
t.Error("want nil")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user