Can a couple of people with access to SQL Server or Oracle setups
running Django please run the tests after updating to r3116. I just
checked in a fix for ticket #2108 that I'm not 100% certain is correct
for those two databases, although I suspect it's right.

The problem is how to specify a default value in an insert statement.
The SQL standard is DEFAULT and that works for PostgreSQL and MySQL (and
I think I've used it on Oracle in the past). SQLite does not implement
that, so I needed a workaround.

The test I am particularly interested in is modeltests/empty, so
"runtests.py empty" is the interesting one. The guts of the change are
in r3115, but I forgot to commit the test at the same time. If it
doesn't work, no existing code breaks, fortunately. It is only
problematic for models with values set to the default.

Thanks,
Malcolm




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to