#1261: [patch] Firebird database backend
-----------------------------------------+----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Status: new | Component: Database
wrapper
Version: | Resolution:
Keywords: firebird database backend | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
-----------------------------------------+----------------------------------
Comment (by [EMAIL PROTECTED]):
I was trying to upload the new revised firebird backend but trac throws an
error... it was an zip file.
You can grab it [http://media.david-elias.net/django/firebird-backend.zip
here]
Now it only fails 3 tests, in the modeltests/basic
{{{
Failed example:
Article.objects.all()[0:5][5:]
Expected:
[]
Got:
[<Article: Fourth article>, <Article: Article 7>, <Article: Updated
article 8>]
}}}
And 2 errors in many to many tests, with messages like this
{{{
ProgrammingError: (-803, 'isc_dsql_execute: \n violation of PRIMARY or
UNIQUE KEY constraint "INTEG_328" on table
"M2M_RECURSIVE_PERSON_FRIENDS"')
}}}
If anyone is using this patch and backend please test and help me on this
errors ^_^
--
Ticket URL: <http://code.djangoproject.com/ticket/1261#comment:5>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---