mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
Add vibecoded tests for ColumnUsedMask
This commit is contained in:
@@ -906,7 +906,8 @@ fn test_max_joined_tables_limit() {
|
||||
|
||||
// Create 64 tables
|
||||
for i in 0..64 {
|
||||
conn.execute(&format!("CREATE TABLE t{} (id INTEGER)", i)).unwrap();
|
||||
conn.execute(&format!("CREATE TABLE t{} (id INTEGER)", i))
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
// Try to join 64 tables - should fail
|
||||
|
||||
Reference in New Issue
Block a user