Posted on Sep 29, 2009 by
Massive Giraffe
I have a Firebird 2.1 legacy database which I'm using with Django 1.1. The introspection command has a few bugs, which I have fixed. Basically the improvements/bugfixes are:
- Support for DecimalField (NUMERIC/DECIMAL in Firebird)
- Correct interpretation of rdb$field_scale
- Rewritten system table query in get_relations to make ForeignKey generation work
How do I commit those changes?
Comment #1
Posted on Sep 29, 2009 by Grumpy Horseplease send me the diffs i will apply
also do a update then do a diff between your version and the one that is in svn
Comment #2
Posted on Sep 30, 2009 by Grumpy HorseI see now that you have svn access :)
Comment #3
Posted on Jul 22, 2011 by Happy Panda(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium