summaryrefslogtreecommitdiff
path: root/docs/changelog.md
AgeCommit message (Collapse)AuthorFilesLines
2019-01-03Update changelogDamien Regad1-0/+7
2018-08-06Merge branch 'hotfix/5.20' (v5.20.13)Damien Regad1-1/+12
# 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 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
2016-09-21Reset version to avoid merge conflictsDamien Regad1-0/+2
2016-09-20Update changelogDamien Regad1-0/+6
2016-09-14xml: support table 'opt' attribute with mysqliDamien Regad1-0/+1
Until now, the attribute was simply ignored for mysqli. Fixes #267
2016-09-08Update changelogDamien Regad1-0/+4
2016-08-31Reorder sections in changelogDamien Regad1-8/+6
2016-08-31Merge branch 'hotfix/5.20.6'Damien Regad1-0/+7
2016-08-31Reset version to avoid merge conflictsDamien Regad1-0/+2
2016-08-31Update changelogDamien Regad1-0/+5
2016-08-11Merge branch 'hotfix/5.20.5'Damien Regad1-0/+11
Conflicts: docs/changelog.md
2016-08-11Reset version to avoid merge conflictsDamien Regad1-0/+2
2016-08-10Update changelogDamien Regad1-0/+11
2016-05-25Fix PHP notice when ADO_pdo subclass calls Execute()Andy Theuninck1-0/+1
Call chain is: 1. ADOConnection::Execute() 2. ADOConnection::_Execute() 3. ADO_pdo::_query() Since $this is an ADO_pdo subclass rather than an ADO_pdo and $_driver isn't actually an inherited property of the parent class, $this->_driver doesn't exist. Signed-off-by: Damien Regad <dregad@mantisbt.org> Original commit message reformatted Fixes #248
2016-04-27Update changelogDamien Regad1-1/+7
2016-03-31Merge branch 'hotfix/5.20.4'Damien Regad1-1/+6
Conflicts: docs/changelog.md
2016-03-31Fix PHP warning in ADORecordset_mysqli::__close()v5.20.4Damien Regad1-0/+1
A warning is triggered when getInsertSql() is passed a string for the tablename: mysqli_free_result() expects parameter 1 to be mysqli_result, integer given Fixes #217
2016-03-31Reset version to avoid merge conflictsDamien Regad1-0/+2
2016-03-30Update changelogDamien Regad1-0/+5
2016-03-25Update changelogDamien Regad1-1/+3
2016-02-26Update changelogDamien Regad1-0/+1
2016-02-24Update changelogDamien Regad1-0/+4
2016-02-08AutoExecute: validate empty $fields_values arrayDamien Regad1-0/+1
Fixes #154
2016-02-04Update changelogDamien Regad1-0/+2
2016-01-31Update changelogDamien Regad1-0/+2
2016-01-22Update changelogDamien Regad1-1/+5