mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-12-20 06:23:29 +00:00
Make rowid start from 1, not 0
Unclear whether this is strictly required, but I'm going to start using SQLite as an oracle, and it'll be simpler if our rowids match theirs.
This commit is contained in:
@@ -1 +1 @@
|
||||
select string_8 from nulls1 where rowid = 21 and string_8 <> '021'
|
||||
select string_8 from nulls1 where rowid = 22 and string_8 <> '021'
|
||||
|
||||
Reference in New Issue
Block a user