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

Support CLIENT_OPTIONAL_RESULTSET_METADATA #446

Open
bgrainger opened this issue Mar 6, 2018 · 1 comment
Open

Support CLIENT_OPTIONAL_RESULTSET_METADATA #446

bgrainger opened this issue Mar 6, 2018 · 1 comment

Comments

@bgrainger
Copy link
Member

A new client flag in MySQL 8.0:

Would need to be controlled by a new connection string option (OmitResultSetMetadata=true?).

Required for aspnet/DataAccessPerformance#34.

@bgrainger
Copy link
Member Author

The client can control this on a per-result-set basis by executing SET @@resultset_metadata=NONE|FULL;; a connection string option may be unnecessary?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant