[erlang-patches] Patch for ODBC module

Kernel Panic alevandal@REDACTED
Tue Oct 30 04:57:55 CET 2012


Hi, folks.
Sorry if it is a repetition, but I don't see my mail in archive though
I sent it last friday.

I created a patch for erlang odbc module which solves the problem with
setup autocommit mode for connections established by Oracle ODBC
driver in Linux. The issue - Oracle ODBC driver for Linux ignores
setup autocommit mode during driver initialization before a connection
to database has been established (in odbc module autocommit is set
this way). My patch solves this problem by setting autocommit mode
after a connection to database has been established. The patch and
more info about it is there -
https://github.com/RubberCthulhu/erlang-odbc-oracle-fix. Actually it's
an Oracle ODBC driver problem, but  it could be very useful to add
this fix to erlang odbc module, because this module allow to set
autocommit mode only at the moment of connection creation.

----------------------------------------------
Danil Onishchenko. alevandal@REDACTED



More information about the erlang-patches mailing list