| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-11-24 | mssqlnative: delegate _numOfFields init to _fetchFields() | Damien Regad | 1 | -0/+1 | |
| The recent release of the PHP mssql native driver (5.6) has introduced an issue that causes ADODB/PHP to crash on any query that returns no fields/data. Until a fix is available, we remove the sqlsrv_field_metadata() call in _initrs() method, since the _numOfFields property is anyway initialized as part of _fetchFields() execution. Fixes #492 | |||||
| 2019-11-24 | Merge branch 'hotfix/5.20' (5.20.15) | Damien Regad | 2 | -71/+68 | |
| Conflicts: docs/changelog.md | |||||
| 2019-11-24 | Bump version to 5.20.15v5.20.15 | Damien Regad | 1 | -1/+1 | |
| 2019-11-24 | Fix broken markdown in 4.x changelog | Damien Regad | 1 | -69/+64 | |
| 2019-11-24 | Fix broken documentation reference in changelog | Damien Regad | 1 | -1/+1 | |
| In 5.06, a link was referencing the old html documentation. Changed to adodb.org instead. | |||||
| 2019-11-24 | Update changelog | Damien Regad | 1 | -0/+2 | |
| 2019-11-22 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -0/+1 | |
| 2019-11-22 | pgsql: stop using obsolete pg_attrdef.adsrc column | Damien Regad | 1 | -0/+1 | |
| Historically, the 'adsrc' column was used to retrieve a human-readable representation of a column's default value. Starting with PostgreSQL 8.0 it is considered obsolete, and it was removed in 12.0 [[1]]. Its usage has been replaced by pg_get_expr(adbin, adrelid), in postgres8 driver, per documentation[[2]]. Fixes #562 [1]: https://www.postgresql.org/docs/12/release-12.html#id-1.11.6.6.4 [2]: https://www.postgresql.org/docs/12/catalog-pg-attrdef.html | |||||
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 4 | -12/+12 | |
| 2019-08-23 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -1/+2 | |
| # Conflicts: # docs/changelog.md | |||||
| 2019-08-23 | PHP 7.4: fix deprecated usage of join() | Damien Regad | 1 | -1/+1 | |
| Passing parameters to implode() in reverse order is deprecated Fixes #547 | |||||
| 2019-05-08 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -0/+7 | |
| # Conflicts: # docs/changelog.md | |||||
| 2019-05-08 | Update changelog | Damien Regad | 1 | -0/+1 | |
| 2019-05-07 | Update changelog | Damien Regad | 1 | -0/+7 | |
| 2019-03-25 | Update README.md | jane-lyndon | 1 | -1/+1 | |
| Add : | |||||
| 2019-01-06 | Merge branch 'hotfix/5.20' (v5.20.14) | Damien Regad | 1 | -0/+7 | |
| Conflicts: docs/changelog.md | |||||
| 2019-01-06 | Bump version to 5.20.14v5.20.14 | Damien Regad | 1 | -1/+1 | |
| 2019-01-03 | Update changelog | Damien Regad | 1 | -0/+7 | |
| 2018-08-06 | Merge branch 'hotfix/5.20' (v5.20.13) | Damien Regad | 3 | -3/+14 | |
| # Conflicts: # adodb-time.inc.php # docs/changelog.md # drivers/adodb-mssql.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-oci8po.inc.php | |||||
| 2018-08-06 | Reset version to avoid merge conflicts | Damien Regad | 1 | -0/+2 | |
| 2018-08-06 | Bump version to 5.20.13v5.20.13 | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Fix Sourceforge tracker links | Damien Regad | 2 | -2/+2 | |
| 2018-08-06 | Fix or remove references to php.weblogs.com (#443) | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Update Changelog | Damien Regad | 1 | -0/+11 | |
| 2018-03-30 | Concat method missing for odbc_mssql driver | WiXSL | 1 | -0/+1 | |
| An error may occur in comparisons that needs casting. Fixes #402 Signed-off-by: Damien Regad <dregad@mantisbt.org> Original commit modified: copied code from ADODB_mssqlnative::Concat() to include replacement of deprecated create_function() by anonymous function (7756fa6026aa55bfca7acef99846325142687508). Fixed typos and added PR reference in commit message. | |||||
| 2018-03-30 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -1/+8 | |
| Conflicts: adodb.inc.php docs/changelog.md | |||||
| 2018-03-30 | Update changelog | Damien Regad | 1 | -1/+8 | |
| 2018-03-30 | Update changelog | Damien Regad | 1 | -1/+15 | |
| 2018-03-30 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -1/+8 | |
| Conflicts: docs/changelog.md | |||||
| 2018-03-30 | Bump version to 5.20.11v5.20.11 | Damien Regad | 1 | -1/+1 | |
| 2018-03-30 | Update changelog | Damien Regad | 1 | -0/+8 | |
| 2018-03-08 | Merge branch 'hotfix/5.20.10' | Damien Regad | 1 | -0/+11 | |
| Conflicts: docs/changelog.md | |||||
| 2018-03-08 | Bump version to 5.20.10v5.20.10 | Damien Regad | 1 | -1/+1 | |
| 2018-03-08 | Update changelog | Damien Regad | 1 | -0/+11 | |
| 2016-12-21 | Merge branch 'hotfix/5.20.9' | Damien Regad | 1 | -0/+4 | |
| Conflicts: docs/changelog.md | |||||
| 2016-12-21 | Bump version to 5.21.0-dev | Damien Regad | 1 | -0/+2 | |
| 2016-12-21 | Update changelog | Damien Regad | 1 | -0/+4 | |
| 2016-12-17 | Merge branch 'hotfix/5.20.8' | Damien Regad | 1 | -0/+11 | |
| Conflicts: drivers/adodb-mssqlnative.inc.php | |||||
| 2016-12-17 | Reset version to avoid merge conflicts | Damien Regad | 1 | -0/+2 | |
| 2016-12-17 | Update changelog | Damien Regad | 1 | -1/+13 | |
| Includes fixes to 5.20.2 and 5.20.4 that were modified after release, so that the changelog is aligned with the master branch. | |||||
| 2016-11-03 | Add Occitan translation | Cedric Valmary | 1 | -0/+1 | |
| Fixes #285 | |||||
| 2016-10-11 | Add CIDR type to postgres MetaType | Kyle Evans | 1 | -0/+1 | |
| Fixes #281 Signed-off-by: Damien Regad <dregad@mantisbt.org> | |||||
| 2016-10-11 | Remove references to ADOdb Extension | Damien Regad | 1 | -1/+2 | |
| The ADOdb Extension's development stopped at version 5.04. It is no longer maintained or supported, yet the library still contains code referencing it. If those code branches are executed, ADOdb will not perform properly, due to missing constant declarations (among other things). This commit removes all references to the Extension. Fixes #270, #269 | |||||
| 2016-09-21 | Merge branch 'hotfix/5.20.7' | Damien Regad | 1 | -0/+6 | |
| 2016-09-21 | Reset version to avoid merge conflicts | Damien Regad | 1 | -0/+2 | |
| 2016-09-20 | Update changelog | Damien Regad | 1 | -0/+6 | |
| 2016-09-14 | xml: support table 'opt' attribute with mysqli | Damien Regad | 1 | -0/+1 | |
| Until now, the attribute was simply ignored for mysqli. Fixes #267 | |||||
| 2016-09-08 | Update changelog | Damien Regad | 1 | -0/+4 | |
| 2016-08-31 | Reorder sections in changelog | Damien Regad | 1 | -8/+6 | |
| 2016-08-31 | Merge branch 'hotfix/5.20.6' | Damien Regad | 1 | -0/+7 | |
