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

Added Sqlite3 & removed duplication in SQL component #385

Merged
merged 3 commits into from
Jul 28, 2023
Merged

Conversation

jsoverson
Copy link
Contributor

This PR:

  • adds Sqlite support to the SQL component
  • removes a bunch of legacy associated with the sqlx/tiberius shift for MS SQL.
  • adds inline IDs to SQL queries ($1 can be ${input_id} now)
  • adds a normalization step for MS SQL queries to translate $1 to @p1 (happens after the previous step so the inline-id approach will work OK).

@jsoverson jsoverson merged commit 6d1949b into main Jul 28, 2023
@jsoverson jsoverson deleted the sqlite branch July 28, 2023 14:54
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.

1 participant