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
The current validation functions return booleans. This doesn't work for SQL queries. Need to have a _yn function for each of them to return a string to parse in SQL statements
The text was updated successfully, but these errors were encountered:
The current validation functions return
boolean
s. This doesn't work for SQL queries. Need to have a_yn
function for each of them to return a string to parse in SQL statementsThe text was updated successfully, but these errors were encountered: