| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
I'm a little uncomfortable with getters that create an object every time they're read. |
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 90.24390% with 4 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #64541 +/- ##
==========================================
- Coverage 90.30% 90.30% -0.01%
==========================================
Files 751 751
Lines 249116 249152 +36
Branches 47043 47065 +22
==========================================
+ Hits 224974 224986 +12
- Misses 15509 15556 +47
+ Partials 8633 8610 -23
... and 31 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
Please @nodejs/sqlite , share your thoughts |
Sorry, something went wrong.
There was a problem hiding this comment.
Another method to reset stats would be nice to have
Sorry, something went wrong.
| {"reprepare", SQLITE_STMTSTATUS_REPREPARE}, | ||
| {"run", SQLITE_STMTSTATUS_RUN}, | ||
| {"filterMiss", SQLITE_STMTSTATUS_FILTER_MISS}, | ||
| {"filterHit", SQLITE_STMTSTATUS_FILTER_HIT}, |
There was a problem hiding this comment.
SQLITE_STMTSTATUS_FILTER_MISS and SQLITE_STMTSTATUS_FILTER_HIT was introduced in SQLite 3.38.0.
3.37.2: https://github.com/sqlite/sqlite/blob/version-3.37.2/src/sqlite.h.in
3.38.0: https://github.com/sqlite/sqlite/blob/version-3.38.0/src/sqlite.h.in
Sorry, something went wrong.
There was a problem hiding this comment.
So maybe we need to enforce a minimum SQLite version on --shared-sqlite
Sorry, something went wrong.
There was a problem hiding this comment.
What do u suggest? A CHECK or something?
Sorry, something went wrong.
There was a problem hiding this comment.
I added some ifdefs. Let's see what the team says
Sorry, something went wrong.
|
Please @araujogui . Let me know if you have any other concerns |
Sorry, something went wrong.
There was a problem hiding this comment.
Verified against a rebuilt PR head. One issue is a reproducible native crash; the other comments correct the documented SQLite semantics.
Sorry, something went wrong.
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com>
Sorry, something went wrong.
Sorry, something went wrong.
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com> PR-URL: #64541 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Signed-off-by: geeksilva97 <edigleyssonsilva@gmail.com> PR-URL: #64541 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Closes #64540