vertical-blank / sql-formatter

SQL formatter written with only Java Standard Library, without dependencies.
MIT License
223 stars 46 forks source link

Add concat operator to standard sql. #39

Closed vertical-blank closed 3 years ago

vertical-blank commented 3 years ago

Concat operator( || ) is defined in Standard SQL. https://fossies.org/linux/dbeaver/docs/sql1992.txt

codecov[bot] commented 3 years ago

Codecov Report

Merging #39 (a655860) into master (6ba0d96) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #39      +/-   ##
============================================
+ Coverage     89.28%   89.29%   +0.01%     
  Complexity      271      271              
============================================
  Files            25       25              
  Lines           896      897       +1     
  Branches         46       46              
============================================
+ Hits            800      801       +1     
  Misses           83       83              
  Partials         13       13              
Impacted Files Coverage Δ Complexity Δ
...k/sqlformatter/languages/StandardSqlFormatter.java 100.00% <100.00%> (ø) 3.00 <0.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 6ba0d96...a655860. Read the comment docs.

vopalev commented 3 years ago

Hello, Dear Developer of sql-formatter! Can you update https://mvnrepository.com/artifact/com.github.vertical-blank/sql-formatter/2.0.0 with this PR, please? last update in mvnrepo (Mar 13, 2021) :(

vertical-blank commented 3 years ago

@Nixic I'm sorry to keep you waiting. 2.0.1 has been released.

vopalev commented 3 years ago

@Nixic I'm sorry to keep you waiting. 2.0.1 has been released.

Thank you!!!