diff options
author | Danil Onishchenko <[email protected]> | 2013-01-11 13:31:31 +0800 |
---|---|---|
committer | Danil Onishchenko <[email protected]> | 2013-01-11 13:31:31 +0800 |
commit | 97bfdc2a8922cad77ae88a199729cc7541008d10 (patch) | |
tree | cbe565f7492e994d1379fcb681286344f36ef8fb /lib/edoc/priv/Makefile | |
parent | 12c4a0b0c8963c03806613bb73487fdc14733db9 (diff) | |
download | otp-97bfdc2a8922cad77ae88a199729cc7541008d10.tar.gz otp-97bfdc2a8922cad77ae88a199729cc7541008d10.tar.bz2 otp-97bfdc2a8922cad77ae88a199729cc7541008d10.zip |
Fix aotocommit for Oracle ODBC driver in Linux.
Issue: Oracle ODBC driver for Linux ignores setup autocommit mode during driver initialization before a connection to database has been established. Whereas odbc module in erlang sets autocommit mode before a connection has been established and autocommit mode is true by default it is impossible to turn out autocommit mode for oracle connections.
Sulution: This patch sets autocommit mode after a connection to database has been established. The patch changes only C source file odbcserver.c and don't change any erlang source files of odbc module.
The patches for older versions of erlang/otp are here
https://github.com/RubberCthulhu/erlang-odbc-oracle-fix
Diffstat (limited to 'lib/edoc/priv/Makefile')
0 files changed, 0 insertions, 0 deletions