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
prepVal should accept a second parameter which forces the function to output using a given SQL datatype.
Acceptable values could include boolean, integer, varchar, float or any other SQL datatype or abbreviation. If a problem occurs during casting to a datatype, an error should be thrown.
The text was updated successfully, but these errors were encountered:
prepVal should accept a second parameter which forces the function to output using a given SQL datatype.
Acceptable values could include
boolean
,integer
,varchar
,float
or any other SQL datatype or abbreviation. If a problem occurs during casting to a datatype, an error should be thrown.The text was updated successfully, but these errors were encountered: