Export to GitHub

django-firebird - issue #3

triggers


Posted on Aug 28, 2009 by Helpful Ox

I use firebird more than 7 years, now i use your backend in my project and see any bugs.

Example: generated triggers do not allow you to insert keys. This prevents initialization data. I make this change in "my version", but I would like to join the development. Can I do this?

Comment #1

Posted on Sep 28, 2009 by Happy Panda

The generated sql statement for triggers (auto inc support) is wrong. Is necessary to check if is null before generated the next value.

Comment #2

Posted on Dec 8, 2009 by Happy Panda

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Defect Priority-Medium