On 9/7/2015 6:58 PM, Domingo Alvarez Duarte wrote:
> The create_collation functions have a signature similar to create_function
> but no mention abount add SQLITE_DETERMINISTIC to then, they do not need it ?

Collations are assumed to be deterministic - it makes no sense for them 
not to be. What does it mean to sort a list using a non-deterministic 
collation - a collation that declares 'A' < 'B' sometimes, and 'A' > 'B' 
other times?
-- 
Igor Tandetnik

Reply via email to