nextras / migrations

Powerful database migrations focused on reliability
https://nextras.org/migrations
Other
101 stars 40 forks source link

Deprecated features in DibiAdapter #83

Closed jiripudil closed 6 years ago

jiripudil commented 6 years ago

The current implementation of DibiAdapter supports Dibi 2 and 3. However, to support the 2.x branch, it relies on non-namespaced Dibi classes, Dibi\Driver::escape() method and possibly other things that have been deprecated in 3.0 and will be removed in 4.0 which seems to have entered beta stage recently.

Isn't it time to drop Dibi 2.x support? What do you think?

jiripudil commented 6 years ago

Sorry, my bad, we haven't updated nextras/migrations for a while 😅