Skip to content

make sql queries parameterized (fix for #293) - #297

Merged
brodeurlv merged 1 commit into
brodeurlv:masterfrom
dotpluto:quotesfixv2
Dec 29, 2025
Merged

make sql queries parameterized (fix for #293)#297
brodeurlv merged 1 commit into
brodeurlv:masterfrom
dotpluto:quotesfixv2

Conversation

@dotpluto

Copy link
Copy Markdown
Contributor

This pr should hopefully address #293. (Also see #295)

Properly parameterized potentially unsafe strings in SQL queries.

Insertion of sql parameterization everywhere where a raw string is used
in a sql query.
Addition of  selectionArgs parameter to passthrough parameterized
strings where necessary.

@brodeurlv brodeurlv left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Great job. Thank you !

@brodeurlv
brodeurlv merged commit 2a64663 into brodeurlv:master Dec 29, 2025
1 check passed
@brodeurlv brodeurlv added the bug label Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants