goccy / go-zetasqlite

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

Support `sql.Driver`'s `PrepareContext` interface #203

Closed ohaibbq closed 7 months ago

codecov-commenter commented 7 months ago

Codecov Report

Merging #203 (cb62d68) into main (a68af1a) will decrease coverage by 0.07%. The diff coverage is 33.33%.

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #203 +/- ## ========================================== - Coverage 47.88% 47.82% -0.07% ========================================== Files 47 47 Lines 17916 17918 +2 ========================================== - Hits 8579 8569 -10 - Misses 7901 7916 +15 + Partials 1436 1433 -3 ```
goccy commented 7 months ago

LGTM 👍