Skip to content

Fix insertion of Localdatetime during bulkcopy#1559

Merged
VeryVerySpicy merged 9 commits intomicrosoft:devfrom
VeryVerySpicy:feat_support_bulkcopy
May 3, 2021
Merged

Fix insertion of Localdatetime during bulkcopy#1559
VeryVerySpicy merged 9 commits intomicrosoft:devfrom
VeryVerySpicy:feat_support_bulkcopy

Conversation

@VeryVerySpicy
Copy link
Copy Markdown
Contributor

Fixes the issue where insertion of localdatetime/datetime with certain previsions fail due to trailing zero's being added by the toString function.
Fixes #1376

Comment thread src/test/java/com/microsoft/sqlserver/testframework/DBSchema.java Outdated
Comment thread src/test/java/com/microsoft/sqlserver/testframework/DBTable.java Outdated
@peterbae peterbae changed the title Fixed for insertion of Localdatetime during bulkcopy Fix insertion of Localdatetime during bulkcopy Apr 8, 2021
karinazhou
karinazhou previously approved these changes Apr 15, 2021
Comment thread src/main/java/com/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java
@lilgreenbird lilgreenbird added this to the 9.3.1 milestone Apr 26, 2021
peterbae
peterbae previously approved these changes Apr 27, 2021
lilgreenbird
lilgreenbird previously approved these changes Apr 27, 2021
@lilgreenbird lilgreenbird removed this from the 9.3.1 milestone Apr 27, 2021
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

Successfully merging this pull request may close these issues.

BulkCopy won't accept a LocalTime/LocalDateTime instances of 100ns precision

4 participants