Yasuo Honda
Yasuo Honda
Thanks for opening an issue. I do not think it is feasible because the `annotate` belongs to `ActiveRecord::Relation`, while the transaction does not know which SQL statements will be executed...
Thanks for the comment. I'd say this is not an issue but a feature request. So if you are interested in this feature, please feel free to open a pull...
Let me reopen https://github.com/rails/rails/pull/39659 because it was closed as stale.
I was unable to reopen #39659. @tgxworld Would you create a new pull request?
I'm wondering if we need to have some options to show varbinary default value as hex because MySQL 8.0 now prefers to show them as hex by default and also,...
Although, I also do not have actual use cases to display varbinary data type as hex, Recent version of MySQL prefers hex to display varbinary data by default. Then I...
After some consideration of how Rails migration specifies the default value, now I do not think we need to have any options to fall back to show binary/varbinary default values...
I think we will need to decide how to handle trailing spaces for binary columns in MySQL 5.7 (MySQL 8.0.2 and lower) and MariaDB. I prefer to removing the trailing...
Closed via #2301
Would you address the conflict with the latest main branch?