silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
720 stars 822 forks source link

TODO: DBField - remove MySQL specific code from subclasses #11008

Closed sabina-talipova closed 9 months ago

sabina-talipova commented 9 months ago

Description

DBField - remove MySQL specific code from subclasses

See: https://github.com/silverstripe/silverstripe-framework/blob/cf78a9d785b9959a92dfb52c2a456bea80a4c567/src/ORM/FieldType/DBField.php#L45

GuySartorelli commented 9 months ago

Gonna close this one - when we were still running tests with postgres, everything was passing and the TODO comments were there at that time. I'd say there's no MySQL specific code left in framework's DB fields.