housepower / ClickHouse-Native-JDBC

ClickHouse Native Protocol JDBC implementation
https://housepower.github.io/ClickHouse-Native-JDBC/
Apache License 2.0
527 stars 145 forks source link

Return the name of the type instead of the name of the column #367

Closed alitaker closed 3 years ago

alitaker commented 3 years ago

getColumns returns wrong metadata because it was returning the name of the column instead of the name of the datatype

codecov[bot] commented 3 years ago

Codecov Report

Merging #367 (954c112) into master (43d7d6d) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #367   +/-   ##
=========================================
  Coverage     61.90%   61.90%           
  Complexity     1192     1192           
=========================================
  Files           131      131           
  Lines          6418     6418           
  Branches        475      475           
=========================================
  Hits           3973     3973           
  Misses         2178     2178           
  Partials        267      267           
Impacted Files Coverage Δ
...ub/housepower/jdbc/ClickHouseDatabaseMetadata.java 91.43% <100.00%> (ø)

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 43d7d6d...954c112. Read the comment docs.