Re: Can't decode french characters after switching to PostgrSQL from MySQL
On Thu, Aug 22, 2013 at 2:11 PM, Radomir Wojcik <radomir@cldssinc.com> wrote:
SQLite is a reasonable database for testing, but don't expect it to stand up to any sort of real load in practice. Also why did from django.contrib.auth.views.login become case sensitive? I have users that login with User and user, in PostgreSQL this is treated as 2 different things. Using MySQL it always saw it as one.. all very frustrating.
Django has always been case sensitive. MySQL is the problem here, because it's default string collation isn't case sensitive. However, MySQL will still allow you to store "User" and "user" in the same table without hitting uniqueness constraints.
I will try SQLite tomorrow maybe instead, been up 2 days straight trying to get this to work and I really don't want to use MySQL anymore since its now owned by Oracle and slowly going to become closed source while MariaDB is not fully supported by Django just yet.
Yours,
Russ Magee %-)
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home