Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed error during route update when using MySQL as a DB
Error: select `routes`.`id` as `routeId`, `route_slots`.`id` as `routeSlotId`, * from `routes` inner join `route_slots` on `route_slots`.`routeId` = `routes`.`id` where `routeId` = 4 - ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* from `routes` inner join `route_slots` on `route_slots`.`routeId` = `routes`.`
- Loading branch information