Changelog for
php-pear-DB-1.12.2-1.2.noarch.rpm :
* Sun May 26 2024 Arjen de Korte
- update to version 1.12.2
* Task: Manage E_DEPRECATED #27
* Task: Remove CVS id that no longer makes sense #30
* Bug: Bug in DB/oci8.php ... oci_fetch_array called with wrong parameters #33 #34
* Bug: Errors raised in DB_storage::toString() if there are multi-column keys, on PHP >= 7 #35
* Bug: sqlite3 back-end incorrectly refers to \'resource\' objects #38 #39
* Sat Jan 20 2024 Arjen de Korte - update to version 1.12.1
* bug: Missing new file in package.xml #25
* bug: Minimal fix for sqlite3 #26- update to version 1.12.0
* feature: add sqlite3 driver #18
* feature: add lastId() method on mysql, mysqli and sqlite3 #19 #21
* task: fix prototypes for PHP 8 #12
* task: Try and fix test by removing each #16
* task: PHP8.1 Compatability restore error handling to previous state whilst … #13
* task: DB::apiVersion() should be declared as static #17
* task: Fix PHP8.2 Deprecated use of ${var} instead of {$var} #14
* task: PHP8.2 ready #21
* task: Mark mssql-Driver, mysql-Driver and sybase-Driver as Deprecated #21
* bug: PHP 8.0 testcase failure #23 #24
* Fri Dec 10 2021 Arjen de Korte - update to version 1.11.0
* PR #11: Define invalid view error and also include deadlock and lockwait errors
* Sun Jun 07 2020 Arjen de Korte - update to version 1.10.0
* PR # 7: Fixes an issue with oci8 driver
* PR # 8: each() deprecated in PHP 7.2
* PR # 9: Add recognition for error codes for Deadlocks and lock timeouts
* PR #10: Remove curly brace array/string offset access
* Mon Dec 09 2019 Arjen de Korte - update to version 1.9.3
* PR #4: Change pg_exec to pg_query
* PR #5: added php72- use correct macro to reference metadata (boo#1158112)- regenerate spec from template- make package PHP version independent
* Sat Aug 19 2017 ecsosAATTopensuse.org- New upstream release to 1.9.2
* Fix mysqli freeResult() broken when fixing bug #5762 (f0b6b182a8f)- Changes from 1.9.1
* Eliminate \"Redefining already defined constructor\"- Changes from 1.9.0
* Support PHP 7- renamed package to php7-pear-DB
* Thu Dec 11 2014 ajAATTajaissle.de- New release to 1.8.2
* Fix bug #20447 (Have quoteString() remove quotes like it used to)- Release 1.8.1
* Fix bug #19785 (Ensure calling quote() is safe)- Release 1.8.0
* E_STRICT compliance, require PHP 5.
* Fix array to string conversion in connect() when class does not exist.
* Thu Mar 14 2013 pgajdosAATTsuse.com- remove whole %check section http://lists.opensuse.org/opensuse-factory/2013-03/msg00420.html
* Thu Mar 14 2013 pgajdosAATTsuse.com- really run tests
* Fri Feb 01 2013 ajAATTajaissle.de- Improved spec to serve more build targets.