utopia-php / database

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

Implement Renaming Attributes #436

Closed PineappleIOnic closed 1 month ago

PineappleIOnic commented 1 month ago

This PR implements the ability to update attribute's names by adding $newKey to updateAttributes(); It also includes xdebug for easier debugging.