mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 17:14:20 +01:00
We recently merged a change that panics the sim on parse errors, because not doing so has masked many scenarios where the sim unintentionally creates incorrect sql and we just ignore it. We already have Property::DoubleCreateFailure to assert that the same table cannot be created twice, so this should not hide any bugs.