Actions
Patch #31555
closedUse Redmine::Database.mysql? instead of a regular expression
Description
this patch replaces
ActiveRecord::Base.connection.adapter_name =~ /mysql/i
with
Redmine::Database.mysql?
Files
Updated by Marius BĂLTEANU over 5 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 5 years ago
- Target version changed from Candidate for next major release to 4.1.0
Updated by Go MAEDA over 5 years ago
- Subject changed from use database helpers to Use Redmine::Database.mysql? instead of a regular expression
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you for your contribution.
Actions