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

Implement SET data type #71

Closed
bgrainger opened this issue Oct 1, 2016 · 1 comment
Closed

Implement SET data type #71

bgrainger opened this issue Oct 1, 2016 · 1 comment
Assignees
Milestone

Comments

@bgrainger
Copy link
Member

Implement support for SET.

http://dev.mysql.com/doc/refman/5.7/en/set.html

Required for #4.

@bgrainger
Copy link
Member Author

MySQL allows a column type to have a type of SET (see the documentation linked above).

This library needs to allow clients to query columns of that data type, insert new data, etc. It should expose the same .NET types as MySql.Data does, for compatibility with that library.

At a minimum, new tests that use this data type need to be added to test the level of support that currently exists and show what's missing.

@bgrainger bgrainger added the 1.0 label Oct 4, 2016
@bgrainger bgrainger removed the 1.0 label Nov 23, 2016
@bgrainger bgrainger added this to the 1.0 milestone Nov 23, 2016
@bgrainger bgrainger self-assigned this Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant