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

Bulk copy with AE #151

Merged
merged 1 commit into from
Feb 17, 2017
Merged

Bulk copy with AE #151

merged 1 commit into from
Feb 17, 2017

Conversation

Suraiya-Hameed
Copy link
Contributor

For bulkcopy without AE, driver uses source data type to send data. Applying the same rule if destination column is not encrypted.
Only instance where destination data type is used in bulkcopy is when destination is encrypted (due to normalization).

@codecov-io
Copy link

Codecov Report

Merging #151 into dev will increase coverage by 0.02%.
The diff coverage is 25%.

@@             Coverage Diff              @@
##                dev     #151      +/-   ##
============================================
+ Coverage     29.63%   29.65%   +0.02%     
- Complexity     1245     1247       +2     
============================================
  Files            96       97       +1     
  Lines         23297    23303       +6     
  Branches       3871     3871              
============================================
+ Hits           6904     6911       +7     
  Misses        15041    15041              
+ Partials       1352     1351       -1
Flag Coverage Δ Complexity Δ
#JDBC41 29.56% <25%> (-0.08%) 1244 <ø> (-1)
#JDBC42 29.6% <25%> (?) 1247 <ø> (?)
Impacted Files Coverage Δ Complexity Δ
...om/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java 45.89% <25%> (+0.14%) 183 <ø> (+1)
src/main/java/microsoft/sql/DateTimeOffset.java 37.14% <ø> (-2.86%) 8% <ø> (-2%)
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 17.61% <ø> (-0.33%) 127% <ø> (ø)
...in/java/com/microsoft/sqlserver/jdbc/IOBuffer.java 32.02% <ø> (-0.11%) 0% <ø> (ø)
.../com/microsoft/sqlserver/jdbc/SQLServerJdbc42.java 50% <ø> (ø) 0% <ø> (?)
.../microsoft/sqlserver/jdbc/SQLServerConnection.java 38.78% <ø> (+0.08%) 190% <ø> (ø)
...m/microsoft/sqlserver/jdbc/SQLServerStatement.java 52.89% <ø> (+0.1%) 107% <ø> (ø)
...soft/sqlserver/jdbc/SQLServerDatabaseMetaData.java 12.79% <ø> (+0.22%) 20% <ø> (ø)
...rc/main/java/com/microsoft/sqlserver/jdbc/DDC.java 22.99% <ø> (+0.44%) 36% <ø> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca59185...0418394. Read the comment docs.

@xiangyushawn xiangyushawn merged commit e99f326 into microsoft:dev Feb 17, 2017
@Suraiya-Hameed Suraiya-Hameed deleted the bulkCopy_AE branch February 17, 2017 18:31
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.

3 participants