goccy / go-zetasqlite

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

Support `UNNEST WITH OFFSET` #199

Closed ohaibbq closed 7 months ago

ohaibbq commented 8 months ago

Closes #188

codecov-commenter commented 8 months ago

Codecov Report

Merging #199 (b565721) into main (745096f) will increase coverage by 0.08%. Report is 1 commits behind head on main. 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 #199 +/- ## ========================================== + Coverage 47.82% 47.90% +0.08% ========================================== Files 47 47 Lines 17923 17922 -1 ========================================== + Hits 8571 8585 +14 + Misses 7910 7901 -9 + Partials 1442 1436 -6 ```
goccy commented 7 months ago

LGTM !! Please resolve conflict 🙏

ohaibbq commented 7 months ago

@goccy I've resolved the conflict

goccy commented 7 months ago

LGTM 👍 Thank you !!