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

MySQL support boolean FieldMapping fields and properties #60

Closed
hisystems opened this issue May 6, 2012 · 1 comment
Closed

MySQL support boolean FieldMapping fields and properties #60

hisystems opened this issue May 6, 2012 · 1 comment
Assignees

Comments

@hisystems
Copy link
Owner

Currently, the MySQL connection provides a BIT field as a long data type rather than as a boolean data type. Therefore, convert the long data type (values 1 or 0) to true or false respectively when setting the fields using the FieldMappingAttribute.

@ghost ghost assigned hisystems May 6, 2012
@hisystems
Copy link
Owner Author

This only seems to affect the MySql.Data.MySqlClient.MySqlConnection not the OLEDB connection provider.

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

No branches or pull requests

1 participant