Update docs.
This commit is contained in:
parent
83e05de0e4
commit
e316bf3281
@ -131,7 +131,6 @@ end
|
||||
|
||||
<div id="about">
|
||||
<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="container" -->
|
||||
|
@ -44,10 +44,11 @@
|
||||
<h2><a name="history"></a>History</h2>
|
||||
|
||||
<dl class="history">
|
||||
<dt><strong>LuaSQL 2.5.0</strong> [??/???/2018]</dt>
|
||||
<dt><strong>LuaSQL 2.5.0</strong> [14/Jun/2019]</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<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>
|
||||
</dd>
|
||||
|
||||
@ -221,7 +222,6 @@
|
||||
|
||||
<div id="about">
|
||||
<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="container" -->
|
||||
|
@ -67,7 +67,7 @@ as Lua 5.1.
|
||||
<h2><a name="status"></a>Status</h2>
|
||||
|
||||
<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
|
||||
<a href="history.html">history</a>.
|
||||
</p>
|
||||
@ -83,6 +83,7 @@ luarocks install luasql-postgres
|
||||
luarocks install luasql-mysql
|
||||
luarocks install luasql-sqlite
|
||||
luarocks install luasql-odbc
|
||||
luarocks install luasql-firebird
|
||||
</pre>
|
||||
|
||||
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>
|
||||
<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).
|
||||
This version works with Lua versions 5.1, 5.2 and 5.3.
|
||||
</p>
|
||||
@ -134,7 +138,6 @@ Comments are welcome!</p>
|
||||
|
||||
<div id="about">
|
||||
<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="container" -->
|
||||
|
@ -65,7 +65,7 @@ somewhere in your product or its documentation.</p>
|
||||
The implementation is not derived from licensed software.</p>
|
||||
|
||||
<hr/>
|
||||
<p>Copyright © 2003-2016 The Kepler Project.</p>
|
||||
<p>Copyright © 2003-2019 The Kepler Project.</p>
|
||||
|
||||
<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
|
||||
@ -91,7 +91,6 @@ THE SOFTWARE.</p>
|
||||
|
||||
<div id="about">
|
||||
<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="container" -->
|
||||
|
@ -432,7 +432,6 @@ the SQLite3 driver also offers this extra feature:</p>
|
||||
|
||||
<div id="about">
|
||||
<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="container" -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user