-
Rafael Mendonça França authored
mysql2 knows how to handle Time and Date objects but doesn't know about TimeWithZone. This was causing failures when prepared statements were enabled since we were passing TimeWithZone objects that mysql2 didn't know how to deal with. An new environment variable to enable prepared statements were added to config.example.yml, so we can test in our CI and prevent regressions. Fixes #41368.
Rafael Mendonça França authoredmysql2 knows how to handle Time and Date objects but doesn't know about TimeWithZone. This was causing failures when prepared statements were enabled since we were passing TimeWithZone objects that mysql2 didn't know how to deal with. An new environment variable to enable prepared statements were added to config.example.yml, so we can test in our CI and prevent regressions. Fixes #41368.
Loading