Skip to content
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

520changelog #722

Merged
merged 10 commits into from
Mar 23, 2018
Merged

520changelog #722

merged 10 commits into from
Mar 23, 2018

Conversation

yukiwongky
Copy link
Contributor

@yukiwongky yukiwongky commented Mar 15, 2018

This change is Reviewable

@coveralls
Copy link

coveralls commented Mar 15, 2018

Coverage Status

Coverage remained the same at 73.277% when pulling 7b2f8c9 on v-kaywon:520changelog into e226968 on Microsoft:dev.

@codecov-io
Copy link

codecov-io commented Mar 15, 2018

Codecov Report

Merging #722 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #722   +/-   ##
=======================================
  Coverage   78.95%   78.95%           
=======================================
  Files          25       25           
  Lines        7188     7188           
=======================================
  Hits         5675     5675           
  Misses       1513     1513

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e226968...7b2f8c9. Read the comment docs.

CHANGELOG.md Outdated
- Support for inserting into and modifying an encrypted column
- Support for fetching from an encrypted column
- Added support for PHP 7.2
- Added support for MSODBC 17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we be a bit more consistent with the naming? Sometimes we say "MSODBC" and sometimes "ODBC Driver". I think it should be "MS ODBC Driver", what do you think?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good

CHANGELOG.md Outdated
- Added support for Ubuntu 17 (requires MSODBC 17)
- Added support for Debian 9 (requires MSODBC 17)
- Added support for SUSE 12
- Added Driver option to set the ODBC driver, Added "Driver" option, valid values are ODBC Driver 17 for SQL Server,ODBC Driver 13 for SQL Server, and ODBC Driver 11 for SQL Server
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor pickiness, space after ","

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also, quotes around "ODBC Driver xx"?

CHANGELOG.md Outdated
- BIGINT as an output param no longer results in value out of range exception when the returned value is larger than a maximum integer ([PR #567](https://github.com/Microsoft/msphpsql/pull/567))

### Removed
- No longer support Ubuntu 15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's better to say "Dropped support for Ubuntu 15"

CHANGELOG.md Outdated

### Removed
- No longer support Ubuntu 15
- Supplying tablename into PDO::lastInsertId($name) no longer return the last inserted row ([lastInsertId](https://github.com/Microsoft/msphpsql/wiki/Features#lastinsertid))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is mentioned in the fixed section, no need to mention it here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Jenny agreed to add it in both places since it is a breaking change. I'll leave it here.

CHANGELOG.md Outdated
- Supplying tablename into PDO::lastInsertId($name) no longer return the last inserted row ([lastInsertId](https://github.com/Microsoft/msphpsql/wiki/Features#lastinsertid))

### Limitations
- Always Encrypted is not support in Linux and macOS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*supported

CHANGELOG.md Outdated

### Limitations
- Always Encrypted is not support in Linux and macOS
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. The subsequent locale setting will not work
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'The subsequent locale setting will not work' - this is awkward. Maybe 'Attempting to set the locale after connection will not work'?

CHANGELOG.md Outdated
- No support for inout / output params when using sql_variant type

### Known Issues
- Connection pooling on Linux doesn't work properly when using the MSODBC 17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for 'the'

CHANGELOG.md Outdated
- When pooling is enabled in Linux or macOS
- unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostics information, such as error messages, warnings and informative messages
- due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples [here](https://github.com/Microsoft/msphpsql/wiki/Connection-Pooling-on-Linux-and-Mac)
- Connection with Connection Resiliency enabled so not resume properly with Connection Pooling (Issue [#678](https://github.com/Microsoft/msphpsql/issues/678))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be 'Connection with Connection Resiliency enabled does not resume properly with Connection Pooling enabled'?

@yukiwongky yukiwongky merged commit 0de3d8a into microsoft:dev Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants