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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the different statements (
SELECT
,UPDATE
...) include a basic query validation.Example:
In the previous code snippet, we verify that the table has been set and that there are columns to select.
The Question
Should this validation be made by this library ? Or should it be the user's responsibility, letting PDO throw an error ?
If the validation should be made by the library, how strong does it have to be ?
Beta Was this translation helpful? Give feedback.
All reactions