From 56c57f29d5e908e60f7e7cc46a4045626ba2eeed Mon Sep 17 00:00:00 2001 From: WiXSL Date: Fri, 9 Mar 2018 11:11:26 -0300 Subject: Concat method missing for odbc_mssql driver An error may occur in comparisons that needs casting. Fixes #402 Signed-off-by: Damien Regad 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. --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/changelog.md') 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 -- cgit v1.3