-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added new feature gate along with the support of parameters for…
… parameterized query 1. added new `whereSQLStmt` for parameterized query statement 2. added new `whereSQLParams` for parameterized query parameters 3. added new `whereSQLJSONParams` for parameterized query parameters in JSON format with base64 encoding 4. added new AllowParameterizedSQLQuery feature gate to support parameterized query Signed-off-by: Neko Ayaka <[email protected]>
- Loading branch information
1 parent
e89faaf
commit 4f30cd5
Showing
12 changed files
with
5,042 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.