mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 13:34:24 +01:00
This PR adds tests for the [`expand()`](https://github.com/WiseLibs/better- sqlite3/blob/master/docs/api.md#expandtogglestate---this) method of the better-sqlite3 API. It can't be implemented in limbo right now, because the table names aren't surfaced in the `Statement` object (in core). Closes #1907