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(rust:) Add initial RuSQLite support #18577

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

Conversation

GeekMasher
Copy link
Member

This PR adds support for RuSQLite driver support.

Pull Request checklist

All query authors

Internal query authors only

  • Autofixes generated based on these changes are valid, only needed if this PR makes significant changes to .ql, .qll, or .qhelp files. See the documentation (internal access required).
  • Changes are validated at scale (internal access required).
  • Adding a new query? Consider also adding the query to autofix.

@Copilot Copilot bot review requested due to automatic review settings January 23, 2025 13:19
@github-actions github-actions bot added the Rust Pull requests that update Rust code label Jan 23, 2025
Copy link
Contributor

@Copilot 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.

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Tip: Leave feedback on Copilot's review comments with the 👎 and 👍 buttons to help improve review quality. Learn more

rust/ql/test/library-tests/frameworks/rusqlite/main.rs Outdated Show resolved Hide resolved
import utils.test.InlineExpectationsTest

module RusqliteTest implements TestSig {
string getARelevantTag() { result = ["sql-sink"] }

Check warning

Code scanning / CodeQL

Singleton set literal Warning test

Singleton set literal can be replaced by its member.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant