-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Sync libpg-query binary #557
Conversation
@wandergis 感谢贡献,麻烦补充一下测试用例? 可以参照 test/common/adapter/binary/NodePreGypBinary.test.ts 添加下 |
Codecov Report
@@ Coverage Diff @@
## master #557 +/- ##
==========================================
- Coverage 97.03% 96.97% -0.06%
==========================================
Files 174 174
Lines 16674 16681 +7
Branches 2194 2190 -4
==========================================
- Hits 16179 16177 -2
- Misses 495 504 +9
|
已添加测试用例 |
@wandergis npm run lint --fix 修复一下 |
done |
[skip ci] ## [3.39.0](v3.38.2...v3.39.0) (2023-07-27) ### Features * Sync libpg-query binary ([#557](#557)) ([8556b5f](8556b5f))
assert(item.size === '-'); | ||
assert( | ||
item.url === | ||
'https://supabase-public-artifacts-bucket.s3.amazonaws.com/libpg-query/queryparser-v13.2.1-node-v108-darwin-arm64.tar.gz', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wandergis 这个下载地址不对,应该是 https://supabase-public-artifacts-bucket.s3.amazonaws.com/libpg-query-node/queryparser-v13.1.2-node-v83-darwin-arm64.tar.gz
路径是 libpg-query-node ,而不是 libpg-query
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我马上验证一下
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.