Commas and Layout with Wildcard Expansion
jcc105
Posts: 7
I am now using the nice and fast v4.0.2.53 standard edition in SQL 2005 Management Studio. One feature that seems significantly different from v3 is the layout when expanding the * wildcard
When I expand
I now get
instead of
There is the additional <tab> character (2 actually I think) before the second and subsequent column names, and there is now a space before each comma. I notice that the comma at least can be turned off in the pro version, but as it was turned off by default in v3 is this just an underhand way of expecting me to upgrade to put the formatting back to how it used to be?
Is anyone else having a similar tabbing issue?
Thanks
Chris
When I expand
SELECT pd.* FROM #tmpProductOrderDetails pd
I now get
SELECT SiteNumber , ReconciledDateTime , ProductCode , ProductDescription , ProductQuantity FROM #tmpProductOrderDetails pd
instead of
SELECT SiteNumber, ReconciledDateTime, ProductCode, ProductDescription, ProductQuantity FROM #tmpProductOrderDetails pd
There is the additional <tab> character (2 actually I think) before the second and subsequent column names, and there is now a space before each comma. I notice that the comma at least can be turned off in the pro version, but as it was turned off by default in v3 is this just an underhand way of expecting me to upgrade to put the formatting back to how it used to be?
Is anyone else having a similar tabbing issue?
Thanks
Chris
Comments
I was able to replicate the issue hence I have logged this in our internal tracking system whose unique id is SP-2838.
I will update you as soon as I get any details on it's progress.
Sorry for the inconvenience caused by this issue and thanks for your patience.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Can you give any idea when it might be addressed?
Thanks,
Matt
We do not have a fixed date yet as soon as this bug is fixed and when we pin down a date I will update this forum.
Thanks for your patience and co-operation.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Is there any news on any potential future release it may be in?
This issue is fixed in EAP 5 of SQL Prompt for more information click here.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com