|
|
|
|
|
by emmelaich
268 days ago
|
|
> Yeah, but who ever writes "x=0.9" as a constraint on a partial index? Not me! But you have me curious now; does sqlite do a text comparison for the constraint? Surely (maybe not) 0.9 == .9? Can you do a constraint as (int)(100 * x) <= 90? PS. Thanks for sqlite! |
|