mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 00:40:50 +08:00
4b9295c186
We've been hitting the default `MAX_VARIABLE_NUMBER` and `MAX_EXPR_DEPTH` with quite basic tests here in Prisma. I was able to run the tests by using the Arch Linux packaged libsqlite3, but when turning on the bundled version I was able to get my test to crash with this test project: https://github.com/pimeys/sqlite_parameter_test Now taking a look how Arch Linux builds sqlite, I was able to find two flags fixing the issue: https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/sqlite#n35 I think it would be safe to include them in rusqlite.