summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12Update changelogDamien Regad1-3/+10
2020-01-12Merge branch 'hotfix/5.20' (5.20.16)Damien Regad1-0/+4
# Conflicts: # docs/changelog.md
2020-01-12Update ChangelogDamien Regad1-0/+4
2020-01-09XML: add support for 'DESCR' tags for tables/fieldspeterdd1-0/+1
Fixes #265 Signed-off-by: Damien Regad <dregad@mantisbt.org> Original commits squashed; commit message reworded; updated changelog.
2020-01-04Fix MSSQL support changelog inconsistencyDamien Regad1-2/+1
This update was suggested by @obmsch's [1]. Release 5.20.8 introduced support for MSSQL 2014 and later, but the corresponding changelog entry actually documented that as 2016 and later while the 5.21.0 changelog indicated support for MSSQL 2014 (after commit 98e7db89ba08c40dd491e83e0981d7b271b9bbcd). [1]: https://github.com/ADOdb/ADOdb/commit/259602ce203b3820231e01e0690818ac38b6c65c
2020-01-03Update changelogDamien Regad1-1/+25
2019-11-24mssqlnative: delegate _numOfFields init to _fetchFields()Damien Regad1-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-24Merge branch 'hotfix/5.20' (5.20.15)Damien Regad2-71/+68
Conflicts: docs/changelog.md
2019-11-24Bump version to 5.20.15v5.20.15Damien Regad1-1/+1
2019-11-24Fix broken markdown in 4.x changelogDamien Regad1-69/+64
2019-11-24Fix broken documentation reference in changelogDamien Regad1-1/+1
In 5.06, a link was referencing the old html documentation. Changed to adodb.org instead.
2019-11-24Update changelogDamien Regad1-0/+2
2019-11-22Merge branch 'hotfix/5.20'Damien Regad1-0/+1
2019-11-22pgsql: stop using obsolete pg_attrdef.adsrc columnDamien Regad1-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-12Codespell assisted typo cleaningJean-Michel Vourgère4-12/+12
2019-08-23Merge branch 'hotfix/5.20'Damien Regad1-1/+2
# Conflicts: # docs/changelog.md
2019-08-23PHP 7.4: fix deprecated usage of join()Damien Regad1-1/+1
Passing parameters to implode() in reverse order is deprecated Fixes #547
2019-05-08Merge branch 'hotfix/5.20'Damien Regad1-0/+7
# Conflicts: # docs/changelog.md
2019-05-08Update changelogDamien Regad1-0/+1
2019-05-07Update changelogDamien Regad1-0/+7
2019-03-25Update README.mdjane-lyndon1-1/+1
Add :
2019-01-06Merge branch 'hotfix/5.20' (v5.20.14)Damien Regad1-0/+7
Conflicts: docs/changelog.md
2019-01-06Bump version to 5.20.14v5.20.14Damien Regad1-1/+1
2019-01-03Update changelogDamien Regad1-0/+7
2018-08-06Merge branch 'hotfix/5.20' (v5.20.13)Damien Regad3-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-06Reset version to avoid merge conflictsDamien Regad1-0/+2
2018-08-06Bump version to 5.20.13v5.20.13Damien Regad1-1/+1
2018-08-06Fix Sourceforge tracker linksDamien Regad2-2/+2
2018-08-06Fix or remove references to php.weblogs.com (#443)Damien Regad1-1/+1
2018-08-06Update ChangelogDamien Regad1-0/+11
2018-03-30Concat method missing for odbc_mssql driverWiXSL1-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-30Merge branch 'hotfix/5.20'Damien Regad1-1/+8
Conflicts: adodb.inc.php docs/changelog.md
2018-03-30Update changelogDamien Regad1-1/+8
2018-03-30Update changelogDamien Regad1-1/+15
2018-03-30Merge branch 'hotfix/5.20'Damien Regad1-1/+8
Conflicts: docs/changelog.md
2018-03-30Bump version to 5.20.11v5.20.11Damien Regad1-1/+1
2018-03-30Update changelogDamien Regad1-0/+8
2018-03-08Merge branch 'hotfix/5.20.10'Damien Regad1-0/+11
Conflicts: docs/changelog.md
2018-03-08Bump version to 5.20.10v5.20.10Damien Regad1-1/+1
2018-03-08Update changelogDamien Regad1-0/+11
2016-12-21Merge branch 'hotfix/5.20.9'Damien Regad1-0/+4
Conflicts: docs/changelog.md
2016-12-21Bump version to 5.21.0-devDamien Regad1-0/+2
2016-12-21Update changelogDamien Regad1-0/+4
2016-12-17Merge branch 'hotfix/5.20.8'Damien Regad1-0/+11
Conflicts: drivers/adodb-mssqlnative.inc.php
2016-12-17Reset version to avoid merge conflictsDamien Regad1-0/+2
2016-12-17Update changelogDamien Regad1-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-03Add Occitan translationCedric Valmary1-0/+1
Fixes #285
2016-10-11Add CIDR type to postgres MetaTypeKyle Evans1-0/+1
Fixes #281 Signed-off-by: Damien Regad <dregad@mantisbt.org>
2016-10-11Remove references to ADOdb ExtensionDamien Regad1-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-21Merge branch 'hotfix/5.20.7'Damien Regad1-0/+6