oceanbase/seekdb

[Feature]: [embedded] Support parameterized query

Aperta

#83 aperta il 9 dic 2025

 (4 commenti) (0 reazioni) (1 assegnatario)C++ (317 fork)github user discovery
help wantedmodule: embedtype: featurevibe coding: hard

Metriche repository

Star
 (2874 stelle)
Metriche merge PR
 (Merge medio 3g 3h) (47 PR mergiate in 30 g)

Descrizione

Use Case

Currently, embedded execute interface only support a SQL string parameter. But it's unsafe and difficult to process strings with "'".

Describe the solution you'd like

Support parameterize query interface like pymysql.

Guida contributor