[sqlite] Why pragma case_sensitive_like do not return the actualsetting ?

2016-04-14 Thread Domingo Alvarez Duarte
Also I'm noticing that when the "pragma case_sensitive_like" is executed there is two internal functions "sqlite3RegisterLikeFunctions/setLikeOptFlag" been called to swap the built-in LIKE and GLOB functions. What this mean for user installed collates/functions overloading ? I have some

[sqlite] Why pragma case_sensitive_like do not return the actualsetting ?

2016-04-14 Thread Richard Hipp
On 4/14/16, Domingo Alvarez Duarte wrote: > Also I'm noticing that when the "pragma case_sensitive_like" is executed > there is two internal functions > "sqlite3RegisterLikeFunctions/setLikeOptFlag" > been called to swap the built-in LIKE and GLOB functions. > > What this mean for user installed