forked from hans/Nominatim
A boolean type makes the SQLite dialect produce a costruct like 'func() = 1' in WHERE condition. While syntactically correct, it tends to confuse the query planer.
A boolean type makes the SQLite dialect produce a costruct like 'func() = 1' in WHERE condition. While syntactically correct, it tends to confuse the query planer.