Django Firebird updates – now with support for introspection ready for Django 1.5 final

Hi folks,

I just updated the google code version with fixes in introspection. It was backported from github version [1]
So, I encourage to try both but mainly the version at github with the new fdb driver [2].
In that way, we can have our new django-firebird adapter almost stable for release along with the final release of django 1.5.

[1] https://github.com/maxirobaina/django-firebird
[2] http://pypi.python.org/pypi/fdb

32/64 bit ODBC Firebird Driver Matrix

I have made a 32/64 bit ODBC Firebird Driver Matrix that could help you choose the right
Firebird odbc driver
Odbc driver must be configured in the corresponding driver admin
(32 bit odbc fb driver = 32 bit ODBC admin)
(64 bit odbc fb driver = 64 bit ODBC admin)

Starting ODBC Administrator can be done from the following dirs on 64 bit systems:
32bit version: \Windows\SysWOW64\odbcad32.exe
64bit versiom: \Windows\System32\odbcad32.exe

Firebird client (32 or 64 bit) can talk to any Firebird server (32 or 64 bit).

This is related to this Question on StackOverflow
http://stackoverflow.com/a/13510476/66242

1 108 109 110 111 112 200