You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class could be removed for 3.2.x since it will be built-in in phalcon 3.2.0 though in diffrent namespace - Phalcon\Db\Adapter\Pdo\Factory so maybe just change this class to call phalcon built-in factory and deprecate this one?
The text was updated successfully, but these errors were encountered:
@Jurigag I propose to remove this class for 4.0.x branch. Also I propose to remove deprecated classes and to keep useful classes for php 7.0 or higher?
https://github.com/phalcon/incubator/blob/master/Library/Phalcon/Db/Adapter/Factory.php
This class could be removed for 3.2.x since it will be built-in in phalcon 3.2.0 though in diffrent namespace -
Phalcon\Db\Adapter\Pdo\Factory
so maybe just change this class to call phalcon built-in factory and deprecate this one?The text was updated successfully, but these errors were encountered: