Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Added list of the changes on the drivers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Guisasola authored and Tom�s Guisasola committed May 24, 2012
1 parent 21eb9b9 commit b86365d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/us/history.html
Expand Up @@ -70,6 +70,19 @@ <h2><a name="history"></a>History</h2>
<ul> <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>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>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> </ul>
</dd> </dd>


Expand Down

0 comments on commit b86365d

Please sign in to comment.