#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]):
Hi, Sydney
Glad you're using and testing.
I'm working in a new patch against 0.96 release not the oracle branch.
The problem with timestamp subsecond greater than 4 i've resolved with
kinterbasdb type_converters, so i removed all the "if
settings.DATABASE_ENGINE == 'firebird'" from "db.models.fields".
Regarding the NULL constraint in the above patch is resolved with
"'%sNULL' % (not f.null and 'NOT ' or 'DEFAULT ')", or am i missing
something?
I'll post the new patch in a couple of days.
--
Ticket URL: <http://code.djangoproject.com/ticket/1261#comment:10>
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
-~----------~----~----~----~------~----~------~--~---