I have a ruby on rails Rails 7.0.2.2 webapp (ruby version 3.0.3) with a query to mysql 8.0.18 for macos10.14 on x86_64 database like: where limit and offset are strings. This has been working ...
Simple SQL correctly encodes the values as INTegers. and technically it's displaying incorrectly views IN ('5', '10') even though it's encoded correctly and the query is working - therefore this is a ...