Skip to content

Commit f733f5e

Browse files
committed
add changeset for spaced-table-names fix
https://claude.ai/code/session_01PCZUC1uK9DX56Fm6DnXjsx
1 parent a3bff62 commit f733f5e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@bunny.net/database-studio": patch
3+
"@bunny.net/cli": patch
4+
---
5+
6+
fix `db studio` for table and column names containing spaces
7+
8+
The studio API rejected any identifier that didn't match
9+
`[a-zA-Z_][a-zA-Z0-9_]*`, returning a 400 "Invalid table name" for
10+
tables or columns with spaces. Replaced the validation with safe
11+
double-quote identifier escaping so any SQLite-valid name works.

0 commit comments

Comments
 (0)