utopia-php / database

Lite & fast micro PHP database abstraction library that is **easy to use**.
MIT License
65 stars 48 forks source link

Don't throw on deleteAttribute if column doesn't exist #470

Closed PineappleIOnic closed 2 weeks ago

PineappleIOnic commented 2 weeks ago

This PR makes it so that when you deleteAttributes, if the column for the attribute does not exist, the adapter will still return true so the metadata can be cleaned up appropriately. Tests are not included for this as replicating the environment for this isn't easy with the tests architecture we have