From 3f527f62bec83bcc8cf05bcd6c63c64931f18e67 Mon Sep 17 00:00:00 2001
From: carregal
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.