Added list of the changes on the drivers.
This commit is contained in:
parent
21eb9b968c
commit
b86365d964
@ -70,6 +70,19 @@
|
||||
<ul>
|
||||
<li>Added support to compile the drivers for all Lua 5.X versions (only Postgres, MySQL and SQLite were tested by the time of the launch)</li>
|
||||
<li>Correction on MySQL implementation to honor the close of the cursor when the last row is returned</li>
|
||||
<li>Drivers:
|
||||
<ul>
|
||||
<li>Postgres: tested with versions 8.4 and 9.1</li>
|
||||
<li>MySQL: tested with version 5.1</li>
|
||||
<li>SQLite3: tested with version 3.6</li>
|
||||
<li>Firebird: compiled but not tested</li>
|
||||
<li>SQLite: adapted but not compiled</li>
|
||||
<li>ODBC: adapted but not compiled</li>
|
||||
<li>Oracle/OCI8: adapted but not compiled</li>
|
||||
<li>ADO: nothing changed</li>
|
||||
<li>JDBC: nothing changed</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user