mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
## Beef Adds `AddColumn`, `DropColumn`, `RenameColumn` ## Details - Previously the test was hardcoded to assume there's always 2 named columns, so changed a bunch of things for this reason - Still assumes the primary key column is always `id` and is never renamed or dropped etc. Closes #2434
Integration and regression test suite.
# run all tests
cargo test
# run individual test
cargo test test_sequential_write -- --nocapture