We used schemaspy to read the stored procedure from the database.
We found that schemaspy can not read the full definition of the procedure.
Is there any possibility to fix this bug?
Reading the definition helps to understand and follow the procedure
The solution was from the ticket https://github.com/schemaspy/schemaspy/issues/804
The file \BOOT-INF\classes\org\schemaspy\types\mssql08.properties was updated accordingly.
old:
new:
For any update of the SchemaSpy version this change must be considered and applied to the new jar file.