On 9 Nov 2011, at 1:08pm, Igor Tandetnik wrote:

> Simon Slavin <slav...@bigfraud.org> wrote:
>> Is SQLite case-sensitive when parsing for NULL ?  Does it identify things 
>> like 'nUlL' as NULL ?  Can I rely on this behaviour in
>> future versions ? 
> 
> NULL as a keyword is parsed case-insensitively.'nUlL' however is not NULL, 
> but a literal representing a 4-character string.

Sorry, Igor.  I was using apostrophes in a way that doesn't work well on this 
list because of how SQLite uses them.  Perhaps I should have written the above 
as

Does it identify things like nUlL as NULL ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to