mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Lines virtual table.
This commit is contained in:
@@ -58,6 +58,7 @@ func TestJSON(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
defer rows.Close()
|
||||
|
||||
want := []string{
|
||||
"null", "1", "3.141592653589793",
|
||||
|
||||
Reference in New Issue
Block a user