| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-25 | PHP 8.5: fix Non-canonical cast deprecations | Damien Regad | 1 | -6/+6 | |
| Non-canonical cast (integer) is deprecated, use the (int) cast instead Global search and replace throughout the code base. Fixes #1143 | |||||
| 2023-05-22 | PHPDoc | Damien Regad | 1 | -3/+3 | |
| 2023-03-17 | Fix PHP 8.2 dynamic properties deprecation warnings | Damien Regad | 1 | -0/+3 | |
| - ADOConnection: add $_metars, $locale, $metaColumnsSQL, $identitySQL, $_genSeqSQL, $_dropSeqSQL and $_genIDSQL; add PHPDoc to $metaDatabasesSQL $metaTablesSQL - Exceptions: add $msg property - DB2: reference parent connection object and fix $_queryID case - Informix: don't cache version info in SetVersion - odbtp: define $odbc_name, $_canSelectDb, $_lastAffectedRows properties NOTE: this is somewhat academical as the driver is obsolete - oci8: define $_refcursor property - sybase: use existing $hasTransactions property instead of $_hastrans - text: rename unused ADOConnection::$_evalAll property to $evalAll - perf: define $settings property - xml: add properties dbTable::$currentPlatform, dbTable::$data, dbData::$current_field, adoSchema:$obj This is adapted from changes proposed in #926 | |||||
| 2021-08-17 | Redo Merge branch 'hotfix/5.21' Standardized file headers | Damien Regad | 1 | -18/+19 | |
| Try to do it right this time... # Conflicts: # adodb-memcache.lib.inc.php Fixes #751 | |||||
| 2021-08-17 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| Fixes #751 | |||||
| 2021-08-17 | Revert changes since Standardized file headers merge | Damien Regad | 1 | -19/+18 | |
| The conflicts resolution applied when merging the Standardized file headers (commit e9dcce3df24912ad869d0193f0b419f2309101fc) was seriously messed up, actually overwriting a number of changes in the master branch. Rather than trying to go and fix things one by one which has a high risk of messing things further, it's easier to redo the merge from a clean slate, so this commit reverts the following: - "Merge branch 'hotfix/5.21' Standardized file headers", e9dcce3df24912ad869d0193f0b419f2309101fc - "Merge tag 'v5.21.1'", 5f437df3104159d5d659f60e31bef8d33c34995f - "Reset version to 5.22.0-dev" af9234a525c3255af051a330164486d73be4c63a - "Fix incorrect resolution of merge conflicts" a6733f61b0165b366c8d2c70d9af82edc3881951. - "Fix syntax error in toexport.inc.php" 20b01e83cb61b6b2460f64c7d1277c5f4cc28574. Fixes #751 | |||||
| 2021-08-14 | Standard file header: / | Damien Regad | 1 | -18/+19 | |
| 2021-03-08 | Bump version to 5.21.1-dev | Damien Regad | 1 | -1/+1 | |
| 2021-02-27 | Bump version to 5.21.0v5.21.0 | Damien Regad | 1 | -1/+1 | |
| 2021-02-02 | Bump version to 5.21.0-rc.1v5.21.0-rc.1 | Damien Regad | 1 | -1/+1 | |
| 2021-01-25 | Remove all magic quotes related code | Damien Regad | 1 | -23/+1 | |
| The $magic_quote parameter for public methods was kept for backwards compatibility purposes, but is no longer used. Fixes #674 | |||||
| 2021-01-25 | Merge branch 'hotfix/5.20' into release/5.21 | Damien Regad | 1 | -2/+6 | |
| # Conflicts: # adodb.inc.php | |||||
| 2021-01-25 | Fix remaining usages of get_magic_* functions | Damien Regad | 1 | -2/+6 | |
| Follow-up on #657, applies the same logic to remaining usages. This code will be removed in ADOdb 5.21.0. Fixes #619 | |||||
| 2020-12-20 | Bump version to 5.21.0-beta.1v5.21.0-beta.1 | Damien Regad | 1 | -1/+1 | |
| 2020-12-19 | adodb.org is now served over SSL | Damien Regad | 1 | -3/+3 | |
| Change web site references from http://adodb.org to https. | |||||
| 2020-12-16 | Merge branch 'hotfix/5.20' (v5.20.19) | Damien Regad | 1 | -1/+0 | |
| Note on merge conflict in adodb.inc.php: At line 5133, parse_url() is called with `@` operator in the hotfix/5.20 branch (commit 2026e66e86f35995eee32557c2f83f1d539ca9c7) whereas the same change in the master branch (commit c1a6794ece2b02c2a5d238159ae85da3cbd6d) is without it. Code was kept as it is in master. # Conflicts: # adodb-lib.inc.php # adodb.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-mysqli.inc.php # drivers/adodb-pdo.inc.php | |||||
| 2020-12-16 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2020-12-14 | Bump version to 5.20.19 | Mark Newnham | 1 | -1/+1 | |
| 2020-12-06 | Removed hotlinks to PHPlens see #564 | Mark Newnham | 1 | -1/+0 | |
| Site no longer active | |||||
| 2020-06-28 | Bump Versionv5.20.18 | Mark Newnham | 1 | -1/+1 | |
| 2020-03-31 | Bump version to 5.20.17v5.20.17 | Damien Regad | 1 | -1/+1 | |
| 2020-01-24 | Removed multiple outdated version checks | Mark Newnham | 1 | -6/+0 | |
| Related to PHP 5.0 and earlier bugs | |||||
| 2020-01-12 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2020-01-12 | Bump version to 5.20.16v5.20.16 | Damien Regad | 1 | -1/+1 | |
| 2019-11-24 | Bump version to 5.20.15v5.20.15 | Damien Regad | 1 | -1/+1 | |
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 1 | -1/+1 | |
| 2019-01-06 | Bump version to 5.20.14v5.20.14 | Damien Regad | 1 | -1/+1 | |
| 2019-01-03 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -0/+3 | |
| # Conflicts: # adodb-lib.inc.php # adodb-time.inc.php | |||||
| 2019-01-03 | Whitespace | Damien Regad | 1 | -2/+2 | |
| 2018-12-31 | Error logging slow queries under mysqli driver, see #463 , #439 | Mark Newnham | 1 | -0/+3 | |
| Whilst this does introduce driver-specific code into the core file, there are already numerous instances of that so not a problem thx to @ivanbogomoloff | |||||
| 2018-12-31 | Error logging slow queries under mysqli driver, see #463 , #439 | Mark Newnham | 1 | -0/+3 | |
| Whilst this does introduce driver-specific code into the core file, there are already numerous instances of that so not a problem thx to @ivanbogomoloff | |||||
| 2018-08-06 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Bump version to 5.20.13v5.20.13 | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Replace adodb.sourceforge.net URLs by adodb.org | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Fix invalid documentation links | Damien Regad | 1 | -2/+2 | |
| 2018-03-30 | Bump version to 5.20.12v5.20.12 | Damien Regad | 1 | -1/+1 | |
| 2018-03-30 | Bump version to 5.20.11v5.20.11 | Damien Regad | 1 | -1/+1 | |
| 2018-03-08 | Bump version to 5.20.10v5.20.10 | Damien Regad | 1 | -1/+1 | |
| 2017-11-25 | mssql: string keys are not allowed in parameters arrays | Andreas Thaden | 1 | -1/+1 | |
| Fixes #316 | |||||
| 2016-12-21 | Bump version to 5.20.9v5.20.9 | Damien Regad | 1 | -1/+1 | |
| 2016-12-17 | Bump version to 5.20.8v5.20.8 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Bump version to 5.20.7v5.20.7 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Update changelog | Damien Regad | 1 | -1/+1 | |
| 2016-08-31 | Bump version to 5.20.6v5.20.6 | Damien Regad | 1 | -1/+1 | |
| 2016-08-10 | Bump version to 5.20.5v5.20.5 | Damien Regad | 1 | -1/+1 | |
| 2016-03-30 | Bump version to 5.20.4 | Damien Regad | 1 | -1/+1 | |
| 2016-01-01 | Bump version to 5.20.3v5.20.3 | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Bump version to 5.20.2v5.20.2 | Damien Regad | 1 | -1/+1 | |
| 2015-12-06 | Bump version to 5.20.1v5.20.1 | Damien Regad | 1 | -1/+1 | |
| 2015-11-28 | Bump version to 5.20.0v5.20.0 | Damien Regad | 1 | -1/+1 | |
