This last spec is to deal with a limitation on DB2 and variants (e.g. Derby) where dynamic parameters cannot be used in concatenation unless they are being concatenated with at least one non-dynamic operand. And even then, the rules are so convoluted as to what is allowed and when the CAST is needed and when it is not that we just go ahead and do the CASTing. @author Steve Ebersole
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|