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

TVP issue: milliseconds are missed in destination table #315

Closed
xiangyushawn opened this issue May 25, 2017 · 1 comment
Closed

TVP issue: milliseconds are missed in destination table #315

xiangyushawn opened this issue May 25, 2017 · 1 comment

Comments

@xiangyushawn
Copy link
Contributor

xiangyushawn commented May 25, 2017

If column is time(x) and TVP is used (with either ResultSet, Stored Procedure or SQLServerDataTable). The milliseconds or nanoseconds are not copied into the destination table.

For example:
if source column time(4) is: 15:39:27.6167
destination column time(4) will be: 15:39:27.0000

it only happens for time column. datetime2 and datetimeoffset are working correct.

This was referenced May 26, 2017
@xiangyushawn
Copy link
Contributor Author

fixed

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