Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #44, #47, #53 #69

Merged
merged 11 commits into from
Oct 19, 2023
Prev Previous commit
Next Next commit
Test fix
  • Loading branch information
Mytherin committed Oct 19, 2023
commit 4c404445365138103f914d30c480bf387c1c2833
2 changes: 1 addition & 1 deletion test/sql/storage/issue53.test
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ require sqlite_scanner
statement ok
ATTACH 'data/db/boolean.db' AS sqlite (TYPE SQLITE)

query I
query II
SELECT name, type FROM pragma_table_info('sqlite.entry')
----
id BIGINT