diff --git a/doc/us/index.html b/doc/us/index.html index b6a8201..fb0de5d 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -86,8 +86,8 @@ LuaSQL version 2.0.2 (for Lua 5.0) is now available for down with PostgreSQL 7.x and 8.x.
The ODBC driver has been tested on Windows (SQLServer and Microsoft Access drivers).
-The MySQL driver has been tested on Linux and is compatible with versions 4.0 -and 4.1.
+The MySQL driver has been tested on Linux and is compatible with versions 4.0, 4.1 +and 5.0.
The Oracle driver has been tested on Windows and is compatible with OCI 8 API.
The SQLite driver has been tested on Linux and is compatible with versions 2.x.
The JDBC driver has been tested with LuaJava Beta 3 and JDK 1.4 (MySQL driver).
@@ -138,7 +138,7 @@ Comments are welcome!$Id: index.html,v 1.17 2006/04/26 22:41:52 carregal Exp $
+$Id: index.html,v 1.18 2006/05/09 19:14:50 carregal Exp $
Note: This driver is compatible with versions 4.0 and 4.1 (alpha) of -MySQL API. Only version 4.1 provides support for transactions by using +
Notes:
+ +This driver is compatible with versions 4.0, 4.1 and 5.0 of the
+MySQL API. Only from version 4.1 MySQL provides support for transactions by using
BDB or INNODB tables.
Therefore, with version 4.0 or without one of these types of tables, the
methods commit
, rollback
and
setautocommit
will not work.
If you are using LuaSQL 2.0, cur:numrows()
+is available only in version 2.0.2 or later.