Skip to content
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(ext/node): implement node:sqlite #27308

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Conversation

littledivy
Copy link
Member

@littledivy littledivy commented Dec 10, 2024

@littledivy littledivy marked this pull request as ready for review December 15, 2024 03:21
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you maybe enable some of the tests/node_compat/ cases?

Cargo.toml Outdated Show resolved Hide resolved
cli/Cargo.toml Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to this PR, but... we should have a deno.json file in cli/bench to run various benchmarks. I never remember how to run them and it feels like half of them are already code-rotted.

cli/lsp/tsc.rs Outdated
@@ -4496,6 +4496,7 @@ impl<'a> ToV8<'a> for TscRequestArray {

let method_name = deno_core::FastString::from_static(method_name)
.v8_string(scope)
.unwrap()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ugh, I must have missed that. Why is it now a Result/Option?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ext/node/ops/sqlite/database.rs Show resolved Hide resolved
ext/node/ops/sqlite/statement.rs Outdated Show resolved Hide resolved
@bartlomieju bartlomieju added this to the 2.2.0 milestone Dec 15, 2024
littledivy added a commit that referenced this pull request Dec 16, 2024
upgrades itoa requirement to `1.0.14`. needed for #27308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracking issue for node:sqlite
2 participants