On 14 Apr 2016, at 9:31am, Domingo Alvarez Duarte <sqlite-mail at dev.dadbiz.es> wrote:
> using > "pragma case_sensitive_like;" without a boolean parameter If you look at the formatting of the pragma page <https://www.sqlite.org/pragma.html#pragma_case_sensitive_like> Almost all pragmas list PRAGMA thing PRAGMA thing = boolean however the 'case_sensitive_like' pragma lists only the second form. I don't know whether this genuinely means tnat the first form isn't implemented or is an error in documentation. Simon.