tursodatabase / libsql-shell-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.schema may print uglified version of table

glommer opened this issue · comments

I have pasted a schema from slack into my shell, and as a result, although valid, the schema was pasted very botched, with added spaces all over, many newlines, etc.

Example:


created_at DATETIME,

updated_at DATETIME,

PRIMARY KEY (id)

);

I would expect that when then typing ".schema" I'd see a tiny beautiful version of it back, but instead I got the same exact text I put in, back to me.