in reply to Re^2: Counting rows Sqlite
in thread Counting rows Sqlite

Note that the SQL statement would be tainted as soon as you interpolate tainted variables into it.

Replies are listed 'Best First'.
Re^4: Counting rows Sqlite
by dsheroh (Monsignor) on May 11, 2010 at 07:15 UTC
    Yes, I should have explicitly noted that. Thanks for adding it!