You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the Docker version of Schemaspy against SQLServer databases.
I expect all tables in the Relationship diagram to show all columns
Current Behavior
some render a row containing just three dots (...)
some render two columns, and a third row of three dots
Steps to Reproduce (for bugs)
Just running the standard build process.
Context
Readers of the schema diagram expect to see all columns in the relation diagrams
Database type SQLServer
Database driver version 9.4
Full command including arguments how you run SchemaSpy:
docker run -v "/tmp/ssdata:/output" -v "$(Build.SourcesDirectory)/connproperties/schemaspy.properties:/schemaspy.properties" -v "$(Build.SourcesDirectory)/driver/sqljdbc_9.4/enu:/drivers" schemaspy/schemaspy:snapshot -p $(SQL_P) -u $(SQL_U) -db $(DBName) -norows -maxdet 400
Your Environment
This in an Azure Devops pipeline, ubuntu-image
Agent name: 'Hosted Agent'
Agent machine name: 'fv-az414-677'
Current agent version: '2.210.0'
Operating System
Ubuntu
20.04.4
LTS
Is there any way I can force all columns to be rendered?
The text was updated successfully, but these errors were encountered:
Running the Docker version of Schemaspy against SQLServer databases.
I expect all tables in the Relationship diagram to show all columns
Current Behavior
some render a row containing just three dots (...)
some render two columns, and a third row of three dots
Steps to Reproduce (for bugs)
Just running the standard build process.
Context
Readers of the schema diagram expect to see all columns in the relation diagrams
Database type SQLServer
Database driver version 9.4
Full command including arguments how you run SchemaSpy:$(SQL_P) -u $ (SQL_U) -db $(DBName) -norows -maxdet 400
docker run -v "/tmp/ssdata:/output" -v "$(Build.SourcesDirectory)/connproperties/schemaspy.properties:/schemaspy.properties" -v "$(Build.SourcesDirectory)/driver/sqljdbc_9.4/enu:/drivers" schemaspy/schemaspy:snapshot -p
Your Environment
This in an Azure Devops pipeline, ubuntu-image
Agent name: 'Hosted Agent'
Agent machine name: 'fv-az414-677'
Current agent version: '2.210.0'
Operating System
Ubuntu
20.04.4
LTS
Is there any way I can force all columns to be rendered?
The text was updated successfully, but these errors were encountered: