On Aug 13, 2006, at 9:57 AM, Jon Atkinson wrote:
> I've noticed that my application changes case sensitivity in queries
> depending on whether it is using MySQL or sqlite as the database
> backend
>
> ...
> If there a recommended way to deal with this? I want to avoid forcing
> a certain scheme on
Hi,
I've noticed that my application changes case sensitivity in queries
depending on whether it is using MySQL or sqlite as the database
backend
The simplest test case is as follows:
My database contains a user record, in which the username is = "jon"
My urls.py is simply as follows:
(r'^/?(
2 matches
Mail list logo