Expensify / Bedrock

Rock solid distributed database specializing in active/active automatic failover and WAN replication
https://bedrockdb.com
GNU Lesser General Public License v3.0
1.08k stars 82 forks source link

Update sqlite version to include enhanced scanstats #1788

Closed rafecolton closed 2 months ago

rafecolton commented 2 months ago

Details

Update sqlite version to https://sqlite.org/src/info/d826236e22234bd0 with enhanced scanstats.

More explanation here

Fixed Issues

Part of https://github.com/Expensify/Expensify/issues/404202

Tests

Existing unit tests must pass here and in https://github.com/Expensify/Auth/pull/11378


Internal Testing Reminder: when changing bedrock, please compile auth against your new changes

rafecolton commented 2 months ago

Please close https://github.com/Expensify/Auth/pull/11378 after you merge this. I have to keep https://github.com/Expensify/Auth/pull/11378 open for now or you can't see that all the tests are passing 😄

rafecolton commented 2 months ago

That looks fine to me. The file that changed is shell.c as you can see here, which we do not include in Bedrock