Releases: EFTEC/PdoOne
Releases · EFTEC/PdoOne
4.12
4.12 2024-12-30
Compatibility with PHP 8.4
Some preliminary work with Sqlite and PostgreSQL
4.10
4.10 2024-09-06
[upd] constructor now allows to use of an array
4.9.2
4.9.2 2024-08-20
[fix] added more fixed to where(), now considering "is not null" where field<>:value (and :value is null)
4.9.1
4.9.1 2024-08-20
[fix] fixed a bug with where, where the value is null.
pre 4.9: $this->...->where('col',null); // select * from table where col=null (invalid query in some engines)
4.9.1: $this->...->where('col',null); // select * from table where col is null (valid)
4.9
4.9 2024-08-02
[update] camelize update to consider "-" and "_" and not only "_"
[update] update dependencies.
4.8
4.8 2024-07-06
[upd] added fetchMode for runRawQuery()
[new] added setFetchMode()
[new] PdoOneQuery added runRawQuery() which is a wrapper of PdoOne::runRawQuery()
4.7.1
4.7.1 2024-06-07
fixed a phpdoc in PdoOneQuery::where()
4.7
4.7 2024-06-07
Update phpdoc using markdown without "php" because PHPStorm is not compatible with it.
4.6.2
4.6.2 2024-03-02
[fix]PdoOne::$cacheService is now mixed.
You can’t perform that action at this time.