gwenn / lemon-rs

LALR(1) parser generator for Rust based on Lemon + SQL parser
The Unlicense
48 stars 10 forks source link

Test Cmd#column_count, readonly against sqlite3_column_count / sqlite3_stmt_readonly reference impl #40

Open gwenn opened 8 months ago

gwenn commented 8 months ago

(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