From 3f527f62bec83bcc8cf05bcd6c63c64931f18e67 Mon Sep 17 00:00:00 2001 From: carregal Date: Tue, 9 May 2006 19:14:50 +0000 Subject: [PATCH] Updated the MySQL driver list to include MySQL 5.0 --- doc/us/index.html | 6 +++--- doc/us/manual.html | 11 ++++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) 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!

Valid XHTML 1.0!

-

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

diff --git a/doc/us/manual.html b/doc/us/manual.html index 3e0971a..802e7c0 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -341,13 +341,18 @@ the MySQL driver also offers these extra features:

Returns: the number of rows in the query result. -

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.

+

Oracle Extensions

@@ -367,7 +372,7 @@ the Oracle driver also offers this extra feature:

Valid XHTML 1.0!

- $Id: manual.html,v 1.18 2006/04/26 21:15:11 carregal Exp $ + $Id: manual.html,v 1.19 2006/05/09 19:14:50 carregal Exp $