| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
BTW nodejs/core-validate-commit#121 will fix the commit lint error |
Sorry, something went wrong.
|
I'll have to rebase this anyway, I can change the commit message while I'm at it if nobody releases a new version of core-validate-commit before then. |
Sorry, something went wrong.
Currently, by default (i.e., when use_big_ints_ has not explicitly been set to true), reading a SQLite integer value that is not a safe integer in JavaScript is likely to yield an incorrect number. Instead, err on the side of caution and throw if the stored integer is not a safe integer in JavaScript and if use_big_ints_ has not been set to true.
|
#53850 has landed, so this is ready. Rebased and updated the commit message. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Landing after 7 days due to lack of reviews. |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/53851 ✔ Done loading data for nodejs/node/pull/53851 ----------------------------------- PR info ------------------------------------ Title src,test: disallow unsafe integer coercion in SQLite (#53851) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch tniessen:sqlite-dont-coerce-int-silently -> nodejs:main Labels c++, experimental, author ready, needs-ci, sqlite Commits 1 - src,test: disallow unsafe integer coercion in SQLite Committers 1 - Tobias Nießen <tniessen@tnie.de> PR-URL: https://github.com/nodejs/node/pull/53851 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/53851 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - src,test: disallow unsafe integer coercion in SQLite ℹ This PR was created on Sun, 14 Jul 2024 23:26:13 GMT ✔ Approvals: 1 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/53851#pullrequestreview-2176741518 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-07-17T10:24:04Z: https://ci.nodejs.org/job/node-test-pull-request/60384/ - Querying data for job/node-test-pull-request/60384/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/10040445846 |
Sorry, something went wrong.
Currently, by default (i.e., when use_big_ints_ has not explicitly been set to true), reading a SQLite integer value that is not a safe integer in JavaScript is likely to yield an incorrect number. Instead, err on the side of caution and throw if the stored integer is not a safe integer in JavaScript and if use_big_ints_ has not been set to true. PR-URL: #53851 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Currently, by default (i.e., when use_big_ints_ has not explicitly been set to true), reading a SQLite integer value that is not a safe integer in JavaScript is likely to yield an incorrect number. Instead, err on the side of caution and throw if the stored integer is not a safe integer in JavaScript and if use_big_ints_ has not been set to true. PR-URL: #53851 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
| Back | FazBrowse Home | New Git URL |
Currently, by default (i.e., when use_big_ints_ has not explicitly been set to true), reading a SQLite integer value that is not a safe integer in JavaScript is likely to yield an incorrect number.
Instead, err on the side of caution and throw if the stored integer is not a safe integer in JavaScript and if use_big_ints_ has not been set to true.
Blocked on #53850.