Skip to content

Commit

Permalink
Modified the AE condition for locale support
Browse files Browse the repository at this point in the history
  • Loading branch information
yitam committed Jun 14, 2018
1 parent 20a73b6 commit 6fa8def
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/sqlsrv/MsCommon.inc
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,9 @@ function isLocaleSupported()
if (isWindows()) {
return true;
}
if (AE\isDataEncrypted()) {
return false;
}
// now check ODBC version
$conn = AE\connect();
$msodbcsql_ver = sqlsrv_client_info($conn)['DriverVer'];
Expand Down

0 comments on commit 6fa8def

Please sign in to comment.