drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Add RawParameter API to pass raw SQL parameters to the database directly

Open LordMZTE opened this issue 5 months ago • 2 comments

This adds a low-level API to directly pass raw SQL parameters to a database. For the motivation of this, please see the below issue.

Closes #2333

LordMZTE avatar Jun 12 '25 16:06 LordMZTE

@LordMZTE Thanks for your patch, would you please add some tests to the db_test.cc ?

an-tao avatar Jun 13 '25 06:06 an-tao

Thanks for the feedback! I've added an extra test case using an integer passed as RawParameter for each DB for each API.

LordMZTE avatar Jun 13 '25 21:06 LordMZTE