We got used to using '@' as statement end to be able to write stored procedures. In DBVisualizer, we can customize the statement terminators so this is not a big deal for us. However, we understand that this is not a common practice so we will revert to using ";" as statement terminator for that script too like we did for the other ones.
We'll include this in v0.4.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Patrick,
We got used to using '@' as statement end to be able to write stored procedures. In DBVisualizer, we can customize the statement terminators so this is not a big deal for us. However, we understand that this is not a common practice so we will revert to using ";" as statement terminator for that script too like we did for the other ones.
We'll include this in v0.4.
A version of the DDL with ';' instead of '@' has been delivered in v0.3.4.