Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page properties



Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

...

It is not configurable. By default, PrintStyle.DEFAULT_MAX_COLUMN_WIDTHis used. [1]

Test did didn't cover case with text whose length exceeds PrintStyle.DEFAULT_MAX_COLUMN_WIDTH, i.e. 30. [2]

...



Deprecated: sql-client.display.max-column-width, default value is 30

table.display.max-column-width, default value is 30

sqlclient

Streaming

Changes will be forwarded to table.display.max-column-width

Text longer than the value will be truncated and replaced with “...”

sqlclient

Batch

No effect. 

Changes will be forwarded to table.display.max-column-width with the default value 30 will be used

Text longer than the value will be truncated and replaced with “...”

Table API

Streaming

No effect. 

table.display.max-column-width with the default value 30 will be used

Text longer than the value will be truncated and replaced with “...”

Table API

Batch

No effect. 

table.display.max-column-width with the default value 30 will be used

Text longer than the value will be truncated and replaced with “...”

...