This website requires JavaScript.
Explore
Help
Sign In
setop
/
sqlite-parquet-vtable
mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
Watch
1
Star
0
Fork
You've already forked sqlite-parquet-vtable
0
Code
Releases
Activity
master
sqlite-parquet-vtable
/
tests
/
templates
/
042-double-rowid-and-field-...
3 lines
88 B
MySQL
Raw
Permalink
Normal View
History
Unescape
Escape
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.
2018-03-18 21:03:46 +00:00
select
printf
(
'
%.2f
'
,
double_6
)
from
null
s1
where
rowid
=
1
and
double_6
<
>
100
.
0
Fix when last rowgroup is not same size as first ...change test data to use 99 rows, so that when we have rowgroup size 10 we exercise this code.
2018-03-11 19:04:38 +00:00
99
.
00