You are not logged in.
Pages: 1
Perhaps the affinity of the coalesce() is a little bit fuzzy
Offline
In fact, when there is a COALESCE, SQlite3 returns SQLITE_NULL as type for the column!
So we can not store it in our binary stream before the process...
IMHO SQLite3 is the only one to potentially change the column value from one row to another...
We would now handle per-row column type (SQLite3 only) e.g. select coalesce(column,0) from ..
See http://synopse.info/fossil/info/8cca20d7e0
Offline
Pages: 1