-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog updated #816
Changelog updated #816
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please put all the links back for references
CHANGELOG.md
Outdated
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work | ||
- Always Encrypted requires [MS ODBC Driver 17+](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017) | ||
- Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not supported | ||
- Issue #716 - With Always Encrypted enabled, named parameters in subqueries are not supported |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Custom Keystore provider is not yet supported
The full links are not needed in github. Do we still need them in the markdown source? |
@david-puglielli I see your point. Then never mind. Thanks! |
@@ -23,7 +23,7 @@ $msodbcsql_maj = explode(".", $msodbcsql_ver)[0]; | |||
$msodbcsql_min = explode(".", $msodbcsql_ver)[1]; | |||
|
|||
if (!$is_win) { | |||
if ($msodbcsql_maj < 17 or $msodbcslq_min < 2) { | |||
if ($msodbcsql_maj < 17 or $msodbcsql_min < 2) { | |||
die("skip Unsupported ODBC driver version"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same typo is in pdo_sqlsrv too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the errors in conn res tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally!
This change is