summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorWiXSL <WiXSL@users.noreply.github.com>2018-03-09 11:11:26 -0300
committerDamien Regad <dregad@mantisbt.org>2018-03-30 19:49:28 +0200
commit56c57f29d5e908e60f7e7cc46a4045626ba2eeed (patch)
treef384e9b013dbd936878ccaafd60ed9753ba33edb /docs/changelog.md
parent38271a27d90eb9261b057fdf81a238d301e53716 (diff)
downloadadodb-56c57f29d5e908e60f7e7cc46a4045626ba2eeed.tar.gz
adodb-56c57f29d5e908e60f7e7cc46a4045626ba2eeed.tar.bz2
adodb-56c57f29d5e908e60f7e7cc46a4045626ba2eeed.zip
Concat method missing for odbc_mssql driver
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.
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index e230cce9..5718c095 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -44,6 +44,7 @@ Older changelogs:
- mysqli: method failed if $associative set true. #181
- mysqli: return fields as ADOFieldObject objects. #175
- odbc/mssql: fix null strings concatenation issue with SQL server 2012. #148
+- odbc/mssql: add missing Concat() method. #402
- odbc: MetaColumns() can optionally be set to return MetaType for backwards compatibility. #184
- pdo: allow loading of subclassed recordset. #245
- pdo: add setConnectionParameter support. #247