This commit is contained in:
Mike Bayer 2012-01-26 12:15:43 -05:00
parent 06da64f18b
commit 535fc8b150
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ SQLAlchemy's philosophy:
* Never render a literal value in a SQL statement.
Bound parameters are used to the greatest degree
possible, allowing query optimizers to cache
query plans effectively, to make SQL injection
query plans effectively and making SQL injection
attacks a non-issue.
Documentation