1. Connect to Sybase IQ 15.4
2. Expand the index nodes and you get an error as below
|
128 KB
"unique" is the column name, yet it is also a keyword, so it needs to be quoted. Keep in mind while testing that this is effected by the option ServerRegistration->Advanced->[Set quoted_identifier].
fixed. This was resolved a long time ago in the extraction but we never did it for the tree node. Basically we force the quote for this column according to version. 12.6 and greater of sybaseIQ we use [] else we use "". The issue probably never came up because they continue to support the "" until 15.2, at witch point they stopped supporting "" and only support []. added same code to the tree node and fixed for versions 12 and 13 as well as trunk
fixed. This was resolved a long time ago in the extraction but we never did it for the tree node. Basically we force the quote for this column according to version. 12.6 and greater of sybaseIQ we use [] else we use "". The issue probably never came up because they continue to support the "" until 15.2, at witch point they stopped supporting "" and only support []. added same code to the tree node and fixed for versions 12 and 13 as well as trunk
Verified in 12.0.19-13. Also works in 13.0.1-2 and v14
Verified in 12.0.19-13. Also works in 13.0.1-2 and v14
Issue #8816 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.19-13 |
No time estimate |
"unique" is the column name, yet it is also a keyword, so it needs to be quoted. Keep in mind while testing that this is effected by the option ServerRegistration->Advanced->[Set quoted_identifier].