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
Any query that includes a WHERE and a LIMIT fails with a "warning: Statement Execute Failed: [IBM][CLI Driver][IDS/UNIX64] A character to numeric conversion process failed SQLCODE=-1213" - typically when an ActiveRecord method returns a Relation.
Same query but returning the result to memory works as the LIMIT is not included.
This is causing any belongs_to association queries to fail
The text was updated successfully, but these errors were encountered:
Any query that includes a WHERE and a LIMIT fails with a "warning: Statement Execute Failed: [IBM][CLI Driver][IDS/UNIX64] A character to numeric conversion process failed SQLCODE=-1213" - typically when an ActiveRecord method returns a Relation.
Same query but returning the result to memory works as the LIMIT is not included.
This is causing any belongs_to association queries to fail
The text was updated successfully, but these errors were encountered: