Re: [Sqlalchemy-tickets] [sqlalchemy] #2776: OracleDialect.initialize() KeyError with Oracle 8i
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-09 20:43:18
|
#2776: OracleDialect.initialize() KeyError with Oracle 8i
----------------------------+-------------------------------
Reporter: kentbower | Owner: zzzeek
Type: defect | Status: new
Priority: high | Milestone: 0.8.xx
Component: oracle | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: in queue |
----------------------------+-------------------------------
Comment (by kentbower):
Note that I ran this test on an Oracle 10 database and bounced the
database. The same dialect object's initialize() ''was'' invoked a
subsequent time and it continued working fine thereafter. So apparently,
this works this way "normally" but the oracle 8 clause is messing it up:
{{{
[Mon Jul 08 22:52:39 2013] [error] ##### initialize for
<sqlalchemy.dialects.oracle.cx_oracle.OracleDialect_cx_oracle object at
0x2aefaf22d590> (47208923846032)
[Mon Jul 08 22:54:02 2013] [error] ##### initialize for
<sqlalchemy.dialects.oracle.cx_oracle.OracleDialect_cx_oracle object at
0x2aefaf22d590> (47208923846032)
}}}
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2776#comment:4>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|