On 21 juil, 01:14, "Joe Bloggs" <[EMAIL PROTECTED]> wrote:
>
> MySQL accepts the date 31st February 2007 and has several other lax views of
> rounding data or squeezing it in when it should reject it.

SQLite has this problem as well, being untyped and effectively
coercing everything to
strings under the hood.

This means that, especially for a user new to the framework it is easy
to write code
that will immediately break should it ever be run against PostgreSQL.
It is much easier
to not learn such bad habits when the database tells you that you have
made a mistake.

Even for development and small projects I would favour running
PostgreSQL for
this reason.

Cheers,
-w


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to