Stefan Puskarica

Results 3 issues of Stefan Puskarica

Currently the generator only generates one newline between statements which leads to code like this: ```sql CREATE TABLE [MyTable] ( ... ); ALTER TABLE [MyTable] ...; ``` Which can be...

Could we consider exposing the generator visitor classes as public classes to allow people to fine tune generation. This would make it so if someone really desires they can generate...

![image](https://github.com/user-attachments/assets/d10a0f10-a75d-46e0-9e0d-95b4918d93c4) As shown above, this configuration is only taken into account when generating the body of a view statement. However there are other places such as below where it should...