chaisql / chai

Modern embedded SQL database
MIT License
1.56k stars 95 forks source link

parser: fix interface conversion. #447

Closed tzzed closed 2 years ago

tzzed commented 2 years ago

this is a fix of #446.

codecov[bot] commented 2 years ago

Codecov Report

Merging #447 (f9cdb9c) into main (d8a0bff) will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #447   +/-   ##
=======================================
  Coverage   79.50%   79.50%           
=======================================
  Files          95       95           
  Lines        9655     9655           
=======================================
  Hits         7676     7676           
  Misses       1327     1327           
  Partials      652      652           
Impacted Files Coverage Δ
internal/sql/parser/alter.go 75.60% <0.00%> (ø)
internal/sql/parser/delete.go 39.13% <0.00%> (ø)
internal/sql/parser/drop.go 56.25% <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 d8a0bff...f9cdb9c. Read the comment docs.