LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-232] Get rid of ugly extra indent after first line in select listings #640

Closed dynamobi-build closed 12 years ago

dynamobi-build commented 12 years ago

[reporter="ogothberg", created="Mon, 6 Nov 2006 10:07:09 -0500 (GMT-05:00)"]

dynamobi-build commented 12 years ago

[author="ogothberg", created="Thu, 22 Feb 2007 19:23:40 -0500 (GMT-05:00)"] This is caused by passing a positive indentation value to the FrameImpl constructor for FrameType.SelectList_ordinal from SqlPrettyWriter.createListFrame(). Added a flag selectListExtraIndentFlag that turns this off (default is still on though).

To activate this fix, caller has to set flag to "false" explicitly:
prettywriter.setSelectListExtraIndentFlag(false)

dynamobi-build commented 12 years ago

[author="ogothberg", created="Thu, 22 Feb 2007 19:25:19 -0500 (GMT-05:00)"] eigenchange no is 8773