-
Notifications
You must be signed in to change notification settings - Fork 435
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
sql.DateTime data type does not cast as per sql.DateTime2 #608
Comments
The way we do type conversion in I think this here is an actual bug (because it's raising a Long term (in |
/cc @chdh Because I think he might be interested in this discussion. |
This answers my question in #623.
I think it's not such a big change and it's important. I could write a PR if you like. |
It's a backwards incompatible change if we stop converting these values, so it should be a major version bump. We should not be afraid of major version bumps. 😄 |
Copying #185 from node-mssql.
In data-type.js you have missed to convert date string to object as you have done for DateTime2
The text was updated successfully, but these errors were encountered: