sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Support SQLITE_LIMIT_* Run-Time Limit

Open RinCat opened this issue 5 months ago • 2 comments

Is your feature request related to a problem? Please describe. I try to change the Sqlite Run-Time Limit , but found no way to do it in sqlx.

Describe the solution you'd like It should able to set in sqlite::SqliteConnectOptions or other place like .limit(SQLITE_LIMIT_ATTACHED, 0)

Describe alternatives you've considered I don't think I can call sqlite3_limit() directly.

Additional context N/A

RinCat avatar Sep 25 '24 16:09 RinCat