Firebird fails to reflect multifield FKs

Issue #409 resolved
Former user created an issue

The query used by the FB backend to autoload the FKs of a table does not produce the right information.

The attached patch fixes that, as well as the handling of NUMERIC datatype without an explicit precision.

I also took the opportunity of renaming some classes, to be more consistent with other backends.

Finally, I normalized the whitespace usage following PEP8.

With this patch all reflection tests pass under FB2.

Comments (2)

  1. Log in to comment