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

Spatial datatypes #638

Merged
merged 171 commits into from
Mar 4, 2018
Merged

Conversation

peterbae
Copy link
Contributor

No description provided.

xiangyushawn and others added 30 commits August 1, 2017 17:48
merge dev to master for 6.3.2
merge dev to master for 6.3.3-SNAPSHOT
Merging in Dev to Master for 6.3.3 release
…ose not implemented yet. Also updated the jdbc file to include building jre8 jar.
* TimeoutTimer: Check for destroyed TheadGroup

Running a query that uses a timer can cause an
IllegalThreadStateException if the underlying ThreadGroup has been
destroyed

* TimeoutTimer: Forgot reference

Forgot to add AtomicReference

* recognize CallableStatement parameter names with leading '@'

* Replace manual array copy

Replace manual array copying with System.arraycopy().

* Remove redundant String.toString()

Calling toString() on a String object is redundant

* Replace bare literals

Replace bare literals with magic constants. For example:

`cal.set(1, 1, 577738, 0, 0, 0);`

becomes

`cal.set(1, Calendar.FEBRUARY, 577738, 0, 0, 0);`

* cleanup tables after test

* more cleaning of tables and procedures

* Implement checkDuplicateColumnName to check duplicate columns

* Revert "Implement checkDuplicateColumnName to check duplicate columns"

This reverts commit e77a046.

* Revert "Revert "Implement checkDuplicateColumnName to check duplicate columns""

This reverts commit 8f69956.

* Apply same logic for TVP

* use try with resources

* add another try-with-resource

* drop a not needed method

* try-with-resources implementation commit 1

* Update .travis.yml

Updated docker image tag for mssql-server-linux

* Update .travis.yml

Updating docker run command as well.

* Fix AESetup issue with dropCEK

* try-with-resources implementation commit 2

* avoid creating connection for termination

* remove null check and change Set object name

* tweak to preserve original parameter name for exception message

* Refactoring the logic for checking duplicate column into Util class and adding a test case for this

* Remove explicit interface reference

* Modified bvtTests to be able to test resultSet closing explicitly.

* 6.3.4 release (microsoft#528)

* 6.3.4-preview release
AfsanehR-zz and others added 22 commits January 31, 2018 13:14
Re-introduce Retry logic for prepared statement caching
…pare to class level declaration to avoid multi-threading issues.
Added needsPrepare Check and removed error code 99586 check
Update changelog and driver version for RTW 6.4 release
@rene-ye rene-ye added this to the 6.5.0 milestone Feb 27, 2018
@codecov-io
Copy link

codecov-io commented Feb 28, 2018

Codecov Report

Merging #638 into Spatial_Datatypes will decrease coverage by 0.42%.
The diff coverage is 46.03%.

Impacted file tree graph

@@                   Coverage Diff                   @@
##             Spatial_Datatypes     #638      +/-   ##
=======================================================
- Coverage                48.51%   48.08%   -0.43%     
+ Complexity                2616     2568      -48     
=======================================================
  Files                      111      113       +2     
  Lines                    26429    26534     +105     
  Branches                  4411     4423      +12     
=======================================================
- Hits                     12823    12760      -63     
- Misses                   11597    11655      +58     
- Partials                  2009     2119     +110
Flag Coverage Δ Complexity Δ
#JDBC41 ? ?
#JDBC42 47.96% <44.87%> (?) 2561 <24> (?)
#JDBC43 47.99% <44.58%> (?) 2566 <24> (?)
Impacted Files Coverage Δ Complexity Δ
...om/microsoft/sqlserver/jdbc/SQLServerResource.java 100% <ø> (ø) 4 <0> (ø) ⬇️
...a/com/microsoft/sqlserver/jdbc/SQLJdbcVersion.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...oft/sqlserver/jdbc/SQLServerResultSetMetaData.java 40.97% <ø> (-0.7%) 23 <0> (-1)
...m/microsoft/sqlserver/jdbc/SQLServerResultSet.java 32.89% <ø> (-0.35%) 243 <0> (-9)
...t/sqlserver/jdbc/SQLServerConnectionPoolProxy.java 14.65% <ø> (ø) 14 <0> (ø) ⬇️
...ncurrentlinkedhashmap/ConcurrentLinkedHashMap.java 38.54% <ø> (-3.67%) 42 <0> (-4)
...m/microsoft/sqlserver/jdbc/KerbAuthentication.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...m/microsoft/sqlserver/jdbc/SQLServerException.java 76.85% <ø> (ø) 29 <0> (ø) ⬇️
...om/microsoft/sqlserver/jdbc/AuthenticationJNI.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...om/microsoft/sqlserver/jdbc/SQLServerBulkCopy.java 52.48% <0%> (-0.23%) 238 <0> (-4)
... and 54 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 4ae99af...ec553a0. Read the comment docs.

@cheenamalhotra cheenamalhotra removed this from the 6.5.0 milestone Mar 3, 2018
@peterbae peterbae merged commit 72cc06d into microsoft:Spatial_Datatypes Mar 4, 2018
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.

9 participants