Testing django 1.5 (trunk) with firebirdsql
Hi,
I'm testing Django 1.5 from trunk against FirebirdSQL 2.5 on Ubuntu 11.04 with Python 2.7
I'm working right now on a new django-firebird [1] backend which do use the new python firebird driver (fdb) [2].
Then, I'm running the django test suite and I get an error when it try to create serializers_regress_generice928. Seem like django is trying to create a table without fields, like this:
'CREATE TABLE "SERIALIZERS_REGRESS_GENERICE928" ( );'
And this is not valid on Firebird.
What does it trying to test here?
Are there any way to avoid (or silence) this test ?
Where is defined this model?
Thanks in advance.
---
Maxi
[1] The old one use kinterbasdb
[2] http://pypi.python.org/pypi/fdb/
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/iVL5zmfEh4cJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home