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

AseParameter.Value should support String/Int/bool type for when it comes to AseDbType.Bit #206

Open
ngvtien opened this issue Feb 12, 2021 · 0 comments
Assignees
Milestone

Comments

@ngvtien
Copy link
Contributor

ngvtien commented Feb 12, 2021

To continue the idea of drop in replacement,

Current legacy driver support passing in values of 1,"True", true when it comes to setting up AseParameter with AseDbType.Bit type.

AseParameter.Value should support String/Int/bool typed when AseParameter.AseDbType is of type AseDbType.Bit and would convert the equivalent Boolean value accordingly before hitting the database.

@ngvtien ngvtien added this to the 0.19.3 milestone Feb 12, 2021
@ngvtien ngvtien self-assigned this Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant