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
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
When executing a query a bool parameter is cast to an int since SQL doesn't really like bool types. In the 'getDebugQuery' function though there is no handling for bool types so you get an output like
SELECT
*
FROM
orders
WHERE
is_paid = AND user = 1
The text was updated successfully, but these errors were encountered:
When executing a query a bool parameter is cast to an int since SQL doesn't really like bool types. In the 'getDebugQuery' function though there is no handling for bool types so you get an output like
The text was updated successfully, but these errors were encountered: