With ref to the message titled: "New build of SDAC 3.80.0.32 is available!"
Posted by: Mr. Ikar (Core Lab Team)
Posted on: Mon Oct 02, 2006 4:54 pm
In the above stated Message,
There is a point that "Fixed bug with macros and "&" operand"
Sir actually i'm using Macros in SDAC for my recent application,
so I would like to know details about the bug that has been fixed in the latest release.
Regarding "New build of SDAC 3.80.0.32"
In SDAC 3.80.0.31 support for macros names in which the first symbol is a digit was added.
But Transact SQL has the bitwise logical AND operation between two integer values which has following syntax:
expression & expression
So it was unable to execute properly the following construction using SDAC 3.80.0.31:
select 10&20
because &20 was identified as a macros name.
This bug was fixed in SDAC 3.80.0.32.
But Transact SQL has the bitwise logical AND operation between two integer values which has following syntax:
expression & expression
So it was unable to execute properly the following construction using SDAC 3.80.0.31:
select 10&20
because &20 was identified as a macros name.
This bug was fixed in SDAC 3.80.0.32.