Re: [Sqlalchemy-tickets] [sqlalchemy] #2469: ORA-24816 error - Incorrect bind parameter order for C
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-29 17:49:53
|
#2469: ORA-24816 error - Incorrect bind parameter order for CLOB update using
Oracle dialect?
-------------------------------------------+-------------------------------
Reporter: bmacauley | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.x.xx
Component: oracle | Severity: no triage
Resolution: | selected yet
Progress State: needs questions answered | Keywords:
-------------------------------------------+-------------------------------
Comment (by vvladymyrov):
Just wanted to confirm that the fix works for me.
Faced same Oracle exception recently:
"(DatabaseError) ORA-24816: Expanded non LONG bind data supplied after
actual LONG or LOB column"
Updated SQLAlchemy from 0.7.2 to 0.7.10 and tested again - same insert
query worked fine and LONG value was inserted into the table.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2469#comment:10>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|