Open krishnangovindraj opened 1 year ago
When the query that's executed as part of a 'source' command encounters an exception, it crashes the process.
> transaction social_network schema write social_network::schema::write> source path/to/data.tql # data write on schema transaction
Console catches exception, prints error message, terminates transaction but stays alive.
Console process crashes.
Description
When the query that's executed as part of a 'source' command encounters an exception, it crashes the process.
Environment
Reproducible Steps
Expected Output
Console catches exception, prints error message, terminates transaction but stays alive.
Actual Output
Console process crashes.