oceanbase/seekdb

[Feature]: [embedded] Support parameterized query

Open

#83 aperta il 9 dic 2025

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

Metriche repository

Star
 (2613 star)
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