bugfix: endless loop in parser; added sphinx wrapper

This commit is contained in:
Araq
2011-06-14 12:05:36 +02:00
parent ade67f1abc
commit adbb48fbce
7 changed files with 270 additions and 4 deletions

View File

@@ -470,6 +470,8 @@ Database support
Contains a wrapper for SQLite 3 API.
* `odbcsql <odbcsql.html>`_
interface to the ODBC driver.
* `sphinx <sphinx.html>`_
Nimrod wrapper for ``shpinx``.
XML Processing

View File

@@ -569,7 +569,8 @@ caller, a ``var`` parameter can be used:
In the example, ``res`` and ``remainder`` are `var parameters`.
Var parameters can be modified by the procedure and the changes are
visible to the caller.
visible to the caller. Note that the above example would better make usage of
a tuple as a return value instead of using var parameters.
Discard statement