Update docs.

This commit is contained in:
Tomás Guisasola 2019-06-14 10:42:03 -03:00
parent 83e05de0e4
commit e316bf3281
5 changed files with 8 additions and 8 deletions

View File

@ -131,7 +131,6 @@ end
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
<p><small>$Id: examples.html,v 1.16 2008/06/11 00:26:13 jasonsantos Exp $</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -44,10 +44,11 @@
<h2><a name="history"></a>History</h2> <h2><a name="history"></a>History</h2>
<dl class="history"> <dl class="history">
<dt><strong>LuaSQL 2.5.0</strong> [??/???/2018]</dt> <dt><strong>LuaSQL 2.5.0</strong> [14/Jun/2019]</dt>
<dd> <dd>
<ul> <ul>
<li>Added support in MySQL driver for seeking in the result set</li> <li>Added support in MySQL driver for seeking in the result set</li>
<li>Bug-fix on number retrieval on ODBC driver (thanks to Mauro Grassia)</li>
</ul> </ul>
</dd> </dd>
@ -221,7 +222,6 @@
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
<p><small>$Id: history.html,v 1.20 2008/06/11 00:26:13 jasonsantos Exp $</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -67,7 +67,7 @@ as Lua 5.1.
<h2><a name="status"></a>Status</h2> <h2><a name="status"></a>Status</h2>
<p> <p>
LuaSQL version 2.4.0 (for Lua 5.X) is now available for <a href="#download">download</a>. LuaSQL version 2.5.0 (for Lua 5.X) is now available for <a href="#download">download</a>.
For more details on the features list please check the product For more details on the features list please check the product
<a href="history.html">history</a>. <a href="history.html">history</a>.
</p> </p>
@ -83,6 +83,7 @@ luarocks install luasql-postgres
luarocks install luasql-mysql luarocks install luasql-mysql
luarocks install luasql-sqlite luarocks install luasql-sqlite
luarocks install luasql-odbc luarocks install luasql-odbc
luarocks install luasql-firebird
</pre> </pre>
Source code for LuaSQL can be downloaded from its <a href= Source code for LuaSQL can be downloaded from its <a href=
@ -93,6 +94,9 @@ Source code for LuaSQL can be downloaded from its <a href=
<h4>LuaSQL 2.x</h4> <h4>LuaSQL 2.x</h4>
<p> <p>
Version 2.5 incorporates support in MySQL driver for seeking in the result set.
</p>
<p>
Version 2.3.5 incorporates some bug corrections and small improvements (thanks to IR4T4 and tomatolog). Version 2.3.5 incorporates some bug corrections and small improvements (thanks to IR4T4 and tomatolog).
This version works with Lua versions 5.1, 5.2 and 5.3. This version works with Lua versions 5.1, 5.2 and 5.3.
</p> </p>
@ -134,7 +138,6 @@ Comments are welcome!</p>
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
<p><small>$Id: index.html,v 1.27 2008/06/11 00:26:13 jasonsantos Exp $</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -65,7 +65,7 @@ somewhere in your product or its documentation.</p>
The implementation is not derived from licensed software.</p> The implementation is not derived from licensed software.</p>
<hr/> <hr/>
<p>Copyright &copy; 2003-2016 The Kepler Project.</p> <p>Copyright &copy; 2003-2019 The Kepler Project.</p>
<p>Permission is hereby granted, free of charge, to any person obtaining a copy <p>Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
@ -91,7 +91,6 @@ THE SOFTWARE.</p>
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
<p><small>$Id: license.html,v 1.17 2008/06/11 00:26:13 jasonsantos Exp $</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->

View File

@ -432,7 +432,6 @@ the SQLite3 driver also offers this extra feature:</p>
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
<p><small>$Id: manual.html,v 1.28 2008/06/11 00:26:13 jasonsantos Exp $</small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->