You cannot post messages because only members can post, and you are not currently a member.
Description:
Python and SQLAlchemy support group for IBM Data Servers
|
|
|
having trouble with executemany() in ibm_db driver
|
| |
Hi, i'm having trouble with the executemany() function for the ibm_db driver. I receive the following error: *Error: ibm_db_dbi::Error: * *Error 1: Binding Error 1: [IBM][CLI Driver] CLI0125E Function sequence error. SQLSTATE=HY010 SQLCODE=-99999 * My sql statement is of the form: insert_many_sql = ("insert into myschema.mytable "... more »
|
|
database alias or database name [] was not found
|
| |
I compiled ibm_db 2.0.2 from source using the dsdriver package 10.1fix2 I have LD_LIBRARY_PATH set to the odbc_cli lib I try to connect to an informix 12 database when I do: ibm_db_conn = ibm_db.connect(";DATABASE=NAME ;HOSTNAME=XXXXXXXX;PORT=XXXXXX ;PROTOCOL=TCPIP;UID=XXXXX;PWD= XXXXXX;", "", "")... more »
|
|
isolation_level
|
| |
Hi, I am new to db2 and ibm_db_sa, I wondered if there is a way to change the isolation_level on when creating an engine. I think from the SQL alchemy documentation I would do some thing like ( with other databases) create_engine("ibm_db_sa://<co nnectiondetails>, isolation_level="READ UNCOMMITTED")... more »
|
|
ANNOUNCE: - New Release of IBM_DB(2.0.2)
|
| |
A new release 2.0.2 of ibm_db and ibm_db_dbi is available which
includes some enhancements and bug fixes.
New in the Release IBM_DB-2.0.2
------------------------------ -
- Fixed: Memory leak with LONGVARCHAR
- Fixed: Proper handling of CLOB datatype in execute_many function
- Enhanced: Keeps weakref of open cursors in dbi connection's... more »
|
|
ANNOUNCE: - New Release of SQLALchemy adaptor IBM_DB_SA (0.3.0)
|
| |
New release 0.3.0 of ibm_db_sa is available which includes support for
SQLAlchemy-0.7.x and 0.8.x
New in the Release IBM_DB_SA-0.3.0
------------------------------ -
- Add support for SQLAlchemy 0.7.3 and above
- Add support for LIMIT/OFFSET
- Add support for savepoints
- Add support for double-precision floating-point number... more »
|
|
Can't install ibm_db in Win 7 x64 enviroment
|
| |
Help! I can't get ibm_db installed on my Win 7 x64 box. I'm using Python 2.7.3 x64 and I have the IBM 9.7 x64 client software installed. I can access our DB2 database with Toad DB management software, so I know the basic connectivity is working. When I try to install ibm_db with "easy_install ibm_db", I get the following error:... more »
|
|
ANNOUNCE: - New Release of IBM_DB (2.0.1)
|
| |
A minor release 2.0.1 of ibm_db and ibm_db_dbi is available which
includes some bugfixes.
New in the Release IBM_DB-2.0.1
------------------------------ -
- Fixed: Retrieving NULL CLOB/XML/BLOB values(issue #121, #125)
- Fixed: free_stmt() not able to free stmt resources(issue #124)
Download Links... more »
|
|
updated ibm_db_sa for SQLAlchemy 0.7 / 0.8
|
| |
Hi all - At the request of a client I've taken a look at the current 0.7 branch of ibm_db_sa and have produced an updated version compatible with 0.7 and 0.8, making use of SQLAlchemy's new external dialect test suite. The code exists as a github fork at the moment and includes pep-8ing all the code as... more »
|
|
Cant install on Redhat
|
| |
Hello
Trying to install on RedHat, 1) Create new virtual env
2) install into this virtual env
Getting an error - any help is appreciated, thanks!
(DB2_TEST_DT20)[ r...@localhost.localdomain ~ ]
$ easy_install ibm_db
Searching for ibm-db
Reading [link]... more »
|
|
|