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
Currently the database abstraction code will attempt to cast all whole numeric strings to integers, no matter where the data comes from.
The query method should have some way of informing it of explicit datatypes, to prevent this conversion if the parameter is explicitly configured as a 'string' in the prototype of an ORM class.
The text was updated successfully, but these errors were encountered:
Currently the database abstraction code will attempt to cast all whole numeric strings to integers, no matter where the data comes from.
The query method should have some way of informing it of explicit datatypes, to prevent this conversion if the parameter is explicitly configured as a 'string' in the prototype of an ORM class.
The text was updated successfully, but these errors were encountered: