Télécharger la liste

Description du projet

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.

Système requise

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

Cette version ajoute% n et% N pour la manipulation citées (non cotées) les valeurs NULL.
Tags: Minor feature enhancements
This release adds %n and %N for handling quoted and (non-quoted) NULL values.

2004-08-13 23:20
2.1

Cette version ajoute l% et% L pour la création de listes séparées par des virgules sans guillemets, et ajoute la possibilité de mettre plusieurs espaces réservés pour chaque série de crochets.
Tags: Minor feature enhancements
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.

2004-01-08 17:57
2.0.1

Un paramètre inutile a été supprimé de la méthode get_drop_value. Un bug a été fixé en fonction de s'échapper des tableaux avec l'extension de classe MySQL.
Tags: Minor bugfixes
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.

2003-12-26 23:19
2.0

Cette version présente une nouvelle interface, l'instanciation d'une extension de classe distincte pour chaque type de base de données. Il soutient également échappe plus précis pour les requêtes MySQL.
Tags: Minor feature enhancements
This version has a new interface, instantiating a separate class extension for each database type. It also supports more accurate escapes for MySQL queries.

Project Resources