Added list of the changes on the drivers.

This commit is contained in:
Tomas Guisasola 2012-05-24 09:10:41 -03:00 committed by Toms Guisasola
parent 21eb9b968c
commit b86365d964

View File

@ -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>