Download List

Descripción del Proyecto

SQLizer is a utility library intended to be used in search applications. Given an input string, it builds an SQL select statement. It supports two types of input: numeric and string. The catch is that this library allows usage of operators in the input string. Supported operators are "and", "or", "not", and grouping by means of parentheses. It also supports the wildcards "*", "%", "?", and "_" in string searches as well as regular expressions enclosed in /.../.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-07-31 02:52
1.4.0

Esta versión incluye el soporte para el uso de expresiones regulares como parámetros de búsqueda. Un filtro más granular ahora se puede pasar a la función (...) parseField, que permite un control más fino de la generación de SQL.
This release adds support for use of regular expressions as search parameters. A more granular filter can now be passed to the parseField(...) function, which allows more fine control of SQL generation.

2007-07-23 23:11
1.1

Esta versión incluye el soporte para expresiones regulares de Oracle.
Tags: Minor feature enhancements
This release adds support for Oracle regular expressions.

2007-07-13 14:04
1.0

Tags: Initial freshmeat announcement

Project Resources