Remove unneeded quotes in SQL query for MaintenanceIncident#project_name
With Rails 7.x, MySQL surrounds numeric values with quotes whenever queries are built from SQL fragments. This was changed to prevent potential security vulnerabilities. This means the quotes we had before in the modified quotes aren't needed. For details, see https://github.com/rails/rails/issues/44312
Please register or sign in to comment