db-schema-visualizer icon indicating copy to clipboard operation
db-schema-visualizer copied to clipboard

Table names is being truncated.

Open rennie-moodley opened this issue 6 months ago • 1 comments

Describe the bug When adding a table name that is longer than the (ColumnName + DataType), the full table name does NOT get shown.

To Reproduce Steps to reproduce the behavior:

  1. Create a .dbml file.
  2. Add the following DBML content to that file.
  3. Table dbo.tb_FairlyLongTableName { TestID INT Name NVARCHAR(100) Value NVARCHAR(300) CreatedDate DATETIME ModifiedDate DATETIME }
  4. Preview using the extension.

Expected behavior To see the full table name.

Screenshots

Desktop (please complete the following information):

  • VSCode on windows.
  • Version [0.3.2] of the extension.

rennie-moodley avatar Aug 08 '24 08:08 rennie-moodley