 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
gemisigo
Joined: 11 Mar 2010 Posts: 2165
|
|
[11.2.246 Pro] - BUG: Formatting operators (SQL Server) |
|
There's a bug when formatting code including < and declared variables.
For example
 |
 |
something < @variable
|
formats fine, but
 |
 |
something <@variable -- notice the absence of a space between < and @
|
will end up as
 |
 |
something <@ variable
|
which is incorrect modification of the original code. While <@ might be an operator for something being contained by something else in PostgreSQL, I guess it won't ever be one in SQL Server due to the ambiguity of said syntax.
|
|
Wed Sep 02, 2020 7:47 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
Thank you very much for letting us know. It's a bug. It obviously "thinks" that <@ is an operator, while it's not.
|
|
Wed Sep 02, 2020 3:31 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7948
|
|
|
|
This bug has been fixed in the latest maintenance version 11.3
|
|
Wed Sep 09, 2020 11:02 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|