You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could see putting a nicer API on this, but I'd need to think about what that should look like and where it should go. I would probably put it on SqliteConnectOptions.
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
The text was updated successfully, but these errors were encountered: