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
hello, when trying to search for a number in the craftable's default generated CRUD interface like this:
it tries to automatically use this numeric value as a number over the integer columns (correctly), but does not check whether is the column within the range of the integer/unsigned, or biginteger/unsigned and tries to push this value into a query, producing this error:
"message": "SQLSTATE[22003]: Numeric value out of range: 7 ERROR: value \"835721723471873\" is out of range for type integer (SQL: select count(*) as aggregate from \"comments\" where (\"comments\".\"id\" = 835721723471873 or \"comments\".\"comment\" ilike %835721723471873% or \"comments\".\"user_name\" ilike %835721723471873% or \"comments\".\"user_link\" ilike %835721723471873% or \"comments\".\"user_image\" ilike %835721723471873%))"
The text was updated successfully, but these errors were encountered:
hello, when trying to search for a number in the craftable's default generated CRUD interface like this:
it tries to automatically use this numeric value as a number over the integer columns (correctly), but does not check whether is the column within the range of the integer/unsigned, or biginteger/unsigned and tries to push this value into a query, producing this error:
The text was updated successfully, but these errors were encountered: