Skip to content

Sqlite db options#7

Closed
miguelmarcondesf wants to merge 6 commits intomainfrom
sqlite-db-options
Closed

Sqlite db options#7
miguelmarcondesf wants to merge 6 commits intomainfrom
sqlite-db-options

Conversation

@miguelmarcondesf
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces new SQLite database options to allow users to control how integers are read and how query parameters are handled. Key changes include:

  • Adding tests for new options (readBigInts, returnArrays, allowBareNamedParameters, and allowUnknownNamedParameters) in the test suite.
  • Implementing new inline getter/setter methods and member variables in the C++ source to support these options.
  • Updating environment properties and API documentation to reflect the new configuration options.

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/parallel/test-sqlite-database-sync.js Added tests verifying correct option types and behaviors.
src/node_sqlite.h Introduced inline methods and new member variables for options.
src/node_sqlite.cc Updated option parsing and assignment in the DatabaseSync ctor.
src/env_properties.h Added new property strings for the new options.
doc/api/sqlite.md Updated docs to include the descriptions of the new options.

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.

2 participants