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
3b557f7fb0
sqlite-parquet-vtable
/
tests
/
queries
/
041-double-rowid-and-field-...
2 lines
80 B
MySQL
Raw
Normal View
History
Unescape
Escape
More tests cases to deal with affinity I'm not sure how these manifest - whether SQLite retypes them based on column affinity before we see them, or whether they're provided as is.
2018-03-11 23:18:44 +00:00
select
printf
(
'
%.2f
'
,
double_6
)
from
null
s
where
rowid
=
0
and
double_6
<
>
99
.
0