#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]):
Whoops. missing is also a patch to the author's firebird backend patch:
{{{
diff -urN firebird/base.py firebird-orig/base.py
--- firebird/base.py 2007-04-16 17:33:23.000000000 +0800
+++ firebird-orig/base.py 2007-04-16 17:33:59.000000000 +0800
@@ -71,7 +71,6 @@
needs_datetime_string_cast = False
supports_constraints = True
uses_case_insensitive_names = True
-allow_null_column_constraint = False
class FormatPlaceholderStylerCursor(Database.Cursor):
"""
}}}
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/1261#comment:9>
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
-~----------~----~----~----~------~----~------~--~---