Releases: EFTEC/PdoOne
Releases · EFTEC/PdoOne
1.34.1
1.34
1.33
- 1.33 2020-04-15
- BasePdoOneRepo version 2.1
- new method hasWhere()
- generateCodeArray() has a new argument (recursive)
- toList(), first(), firstScalar(), toMeta(), toListSimple() and all related method throws error
more close to the method. - Travis has been removed (tests are done locally in my machine. Why? It's because travis is not fully compatible
with sqlsrv)
1.32.1
1.32
1.31.1
1.31
1.30
1.30 2020-04-10
- Class separated in 3 new service class
- lib/ext/PdoOne_Mysql.php = Service class for Mysql (mysql)
- lib/ext/PdoOne_Sqlsrv.php = Service class for Sql Server (sqlsrv)
- lib/ext/PdoOne_TestMockup.php = Service class for mockup test (test)
- lib/ext/PdoOne_IExt.php = Interface for all services.
- the /examples folder is not delivered by default. It allows to reduce the number of size. Use composer --prefer-source to get the examples