diff --git a/doc/us/history.html b/doc/us/history.html index 5aab437..ce026a9 100644 --- a/doc/us/history.html +++ b/doc/us/history.html @@ -56,6 +56,11 @@

History

+
2.0.2 [??/??/????]
+
Improving tests. Also new method + numrows + added to MySQL driver.
+
2.0.1 [06/02/2005]
Bug fixes to the ODBC driver.
@@ -91,7 +96,7 @@

Valid XHTML 1.0!

- $Id: history.html,v 1.6 2005/06/02 18:39:51 carregal Exp $ + $Id: history.html,v 1.7 2006/01/25 20:25:10 tomas Exp $

diff --git a/doc/us/index.html b/doc/us/index.html index b3b4bf9..d40621e 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -68,11 +68,11 @@ as Lua 5.0.

Status

-

LuaSQL version 2.0.1 (for Lua 5.0) is now available for +

LuaSQL version 2.0.2 (for Lua 5.0) is now available for download.

The PostgreSQL driver has been tested on Linux and MacOS X and is compatible -with PostgreSQL 7.x.

+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 @@ -101,7 +101,7 @@ and Tomás Guisasola as part of the Kepler Project. The implementation is compatible with Lua 5.0 and was coded by Tomás Guisasola, Eduardo Quintão, Thiago Ponte, Fabio Mascarenhas and -Danilo Tuler, with many invaluable contributions by Michael Roth, Tiago Dionizio +Danilo Tuler, with many invaluable contributions by Michael Roth, Tiago Dionizio, Pedro Maia and Leonardo Godinho.

LuaSQL 1.0

@@ -132,7 +132,7 @@ Comments are welcome!

Valid XHTML 1.0!

- $Id: index.html,v 1.14 2005/06/01 22:03:54 carregal Exp $ + $Id: index.html,v 1.15 2006/01/25 20:25:10 tomas Exp $

diff --git a/doc/us/manual.html b/doc/us/manual.html index f13278a..bf935a4 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -329,6 +329,10 @@ the MySQL driver also offers these extra features:

that indicate the hostname and port to connect. See also: environment objects
Returns: a connection object + +
cur:numrows()
+
See also: cursor objects
+ Returns: the number of rows in the query result.

Note: This driver is compatible to version 4.0 and 4.1 (alpha) of @@ -357,7 +361,7 @@ the Oracle driver also offers this extra feature:

Valid XHTML 1.0!

- $Id: manual.html,v 1.15 2005/06/01 21:59:06 carregal Exp $ + $Id: manual.html,v 1.16 2006/01/25 20:25:10 tomas Exp $