Odbc Release Notes
Odbc 1.0
Improvements and new features
-
The Erlang ODBC application consists of both Erlang and C code. The C
code is delivered as a precompiled executable for windows and solaris.
For the purpose of recompilation or compiling on some other platform
there is a Makefile included.
(Own Id: OTP-4193)
(Aux Id: seq7190)
-
Expensive constructs such as lists:flatten/1, double buffering and
string compare has been replaced by more efficient constructs or when
possible totally eliminated.
(Own Id: OTP-4362)
-
New API that has an Erlang/OTP touch and feel instead of being a
C-interface with Erlang syntax. The old interface is deprecated and
will be removed in release R10.
(*** POTENTIAL INCOMPATIBILITY ***)
(Own Id: OTP-4498)
-
API functions that became deprecated in version 0.9.1 has been removed.
(*** POTENTIAL INCOMPATIBILITY ***)
(Own Id: OTP-4499)
There are also release notes for
older versions.