You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"If you have any "special" characters (such as semicolons or apostrophes) in your data, they will be automatically quoted for you by the SQLEngine object, so you don't have to worry about quoting. This also means that unless you deliberately bypass SQLAlchemy's quoting mechanisms, SQL-injection attacks are basically impossible." (Link: http://www.rmunn.com/sqlalchemy-tutorial/tutorial.html)
Such as where the run (and product name) filter is accepted from the user.
Also, in these cases with string matching,
_
should match the literal, not the SQL syntax char for "single arbitrary character".The text was updated successfully, but these errors were encountered: