Download List

Project Description

SafeSQL is an SQL query processer to automate the
tedious tasks of syntax testing, injection
attack-proofing, dropping parts of queries, and
other miscellaneous features. It has only been
tested with MySQL syntax, but any ANSI
SQL-92-compliant DB library should work.

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.

2007-03-27 21:43
2.2

This release adds %n and %N for handling quoted and (non-quoted) NULL values.
Tags: Minor feature enhancements

2004-08-13 23:20
2.1

This release adds %l and %L for creating comma-separated lists without quotes, and adds the ability to put multiple placeholders within each set of brackets.
Tags: Minor feature enhancements

2004-01-08 17:57
2.0.1

An unnecessary parameter was removed from the
get_drop_value method. A bug was fixed with regard
to escaping arrays with the MySQL class extension.
Tags: Minor bugfixes

2003-12-26 23:19
2.0

This version has a new interface, instantiating a separate class extension for each database type. It also supports more accurate escapes for MySQL queries.
Tags: Minor feature enhancements

Project Resources