pscale shell copy + paste SQL issue #39
-
OS: MacOSX To reproduce; create a new DB; and copy/paste the following --> https://raw.githubusercontent.com/temporalio/temporal/master/schema/mysql/v57/temporal/versioned/v1.0/schema.sql: It seems to run fine for a while before hitting supposedly syntax error but when it is copied one by one is fine. I had to copy and paste a few times before everything takes hold! It probably has some sort of streaming/buffer issue from the looks of it. Errors :
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Do you see the same error if you import the schema via: I'll open an issue for the potential streaming/buffer error |
Beta Was this translation helpful? Give feedback.
@leowmjw,
Do you see the same error if you import the schema via:
pscale shell databasename branchname < schema.sql
I'll open an issue for the potential streaming/buffer error