Spacing in generated code

Posts   
 
    
arschr
User
Posts: 894
Joined: 14-Dec-2003
# Posted on: 17-Jun-2005 04:57:45   

I've a small request. A seqment of the emited sql looks like this SELECT [Customers].[Customer_Code] AS [CustomerCode],[Provs].[Provider] AS [Provider]

When you have it in an query analyzer and try to ctrl arrow through the fields you can't get to the start of a field. If you would emit a space after the , it would be peaches.

SELECT [Customers].[Customer_Code] AS [CustomerCode], [Provs].[Provider] AS [Provider]

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 17-Jun-2005 09:42:43   

Will add it simple_smile

Frans Bouma | Lead developer LLBLGen Pro
arschr
User
Posts: 894
Joined: 14-Dec-2003
# Posted on: 17-Jun-2005 13:23:45   

Swell!