You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(a) from official test suite, we need to have both DDL and statement.
(b) introduce rusqlite as a test dependency ?
(c) check Cmd#column_count vs sqlite3_column_count
(d) check Cmd#readonly vs sqlite3_stmt_readonly
The text was updated successfully, but these errors were encountered:
(a) from official test suite, we need to have both DDL and statement.
(b) introduce
rusqlite
as a test dependency ?(c) check
Cmd#column_count
vssqlite3_column_count
(d) check
Cmd#readonly
vssqlite3_stmt_readonly
The text was updated successfully, but these errors were encountered: