atk4 / schema

Few classes built on top of Agile Data that can take care of your SQL database schema
https://agiletoolkit.org/
MIT License
4 stars 5 forks source link

Fix PSR class/trait/method naming #71

Closed mvorisek closed 4 years ago

mvorisek commented 4 years ago

related with https://github.com/atk4/core/pull/258

updated names:

PhpunitTestCase::getDB()
PhpunitTestCase::setDB()
SQLite
MySQL
PgSQL -> Postgresql (to be consistent with dsql)
Migration::getSQLFieldType()

for 100% BC you can require the renamed classes manually (but if some other updated code required them before use is enough)