-
I don't think that this is a bug in InformixDB. From the error output, it seems that your system is not configured correctly for compiling ESQL/C code. Please make sure that you have a working ESQL/C compiler set up before attempting to compile InformixDB. If you need help troubleshooting this, please contact me directly.
Thanks,
Carsten.
2009-07-03 12:11:49 UTC in InformixDB
-
Python's DB-API specs dictate that connections operate in a transaction by default. You need to explicitly commit the change by calling conn.commit(), or open the connection in autocommit mode. You're doing neither, so the update is implicitly rolled back when the script exits.
By the way, you're not closing the cursor. "cur.close" just looks up the close method without calling it. You need...
2009-06-29 17:08:46 UTC in InformixDB
-
chaese committed revision 186 to the InformixDB SVN repository, changing 6 files.
2008-09-28 02:48:41 UTC in InformixDB
-
chaese committed revision 185 to the InformixDB SVN repository, changing 1 files.
2008-09-28 02:45:11 UTC in InformixDB
-
chaese committed revision 184 to the InformixDB SVN repository, changing 1 files.
2008-09-26 04:57:59 UTC in InformixDB
-
chaese committed revision 183 to the InformixDB SVN repository, changing 1 files.
2008-09-26 04:50:13 UTC in InformixDB
-
chaese committed revision 182 to the InformixDB SVN repository, changing 1 files.
2008-09-26 02:07:03 UTC in InformixDB
-
Thanks for the suggestion. This feature is in SVN now and will be in the next release whenever I get around to rolling that out.
2008-08-15 00:59:10 UTC in InformixDB
-
chaese committed revision 181 to the InformixDB SVN repository, changing 1 files.
2008-08-15 00:57:18 UTC in InformixDB
-
Thanks for reporting this. Patch applied.
2008-08-15 00:01:37 UTC in InformixDB