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

Prepared statement #145

Open
laysakura opened this issue May 17, 2022 · 0 comments
Open

Prepared statement #145

laysakura opened this issue May 17, 2022 · 0 comments
Labels
feat New feature or request

Comments

@laysakura
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Without prepared statement, users are more likely to affected by SQL injection.

Describe the solution you'd like

Providing prepared statement by the following APIs (e.g. low-level APIs).

  • stmt = spring_prepare(&pipeline);
  • `spring_execute(&stmt, [param1, param2]);
  • (deprecates?) spring_command();

Describe alternatives you've considered

Additional context

When 2 car models have the same application, the app in two models can only differ in parameter values.
SpringQL can help such usecases by accepting parameter values from applications.

@laysakura laysakura added the feat New feature or request label May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant