Re: [Sqlalchemy-tickets] [sqlalchemy] #2920: Database dialect misdetected
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2014-01-26 00:03:39
|
#2920: Database dialect misdetected
-----------------------------------------+---------------------------------
Reporter: matthias-christian.ott | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.9.xx
Component: firebird | Severity: minor - half an
Resolution: | hour
Progress State: in queue | Keywords:
-----------------------------------------+---------------------------------
Changes (by zzzeek):
* status_field: awaiting triage => in queue
Comment:
OK, the "dialect" is based on server_version_info being "interbase" or
"firebird" and that version itself is based on
"fbconn.db_info(isc_info_firebird_version)". If isc_database_info is
more specific, then that should be used. However if the isc_database_info
feature is not available on older versions (which I'm assuming is the
case), the function shouldn't crash and should fall back to the old
behavior.
please send a pull request.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2920#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|