goccy / go-zetasqlite

A database driver library that interprets ZetaSQL queries and runs them using SQLite3
MIT License
57 stars 30 forks source link

[String] Use direct string value from ZetaSQL #183

Closed ohaibbq closed 8 months ago

ohaibbq commented 9 months ago

Closes #178

codecov-commenter commented 9 months ago

Codecov Report

Merging #183 (dfd519a) into main (961ce06) will decrease coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #183 +/- ## ========================================== - Coverage 46.39% 46.39% -0.01% ========================================== Files 47 47 Lines 17828 17827 -1 ========================================== - Hits 8271 8270 -1 Misses 8111 8111 Partials 1446 1446 ```
goccy commented 8 months ago

Thank you for your great PR !!!