Title:
Enhance orm setting for logging output to include DDL schema updates, else debugging is horrible
| View in TrackerStatus/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Luis Majano / ()
Created: 11/04/2018
Components: ORM Support
Versions: 2018
Failure Type: Others
Found In Build/Fixed In Build: /
Priority/Frequency: Normal /
Locale/System: / Platforms All
Vote Count: 1
The current orm setting for logs is `this.ormsettings.logSQL` which works great. However, if you use the hibernate db update procedures none of the DDL statements are printed and debugging is a nightmare and nearly impossible to track down.
Add the specific hibernate settings to enable DDL debug output when the logSQL setting is true. If not, debugging schema changes are nearly impossible.
Here are some resources for you:
* https://blog.sebastian-daschner.com/entries/jpa_hibernate_log_schema_creation
* https://gist.github.com/rponte/1486381
Attachments:
Comments: