Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Randomly occuring error during comparing two cursors #827
Comments
|
Its still showing randomly which is annoying. I think worth to put some braces around these lines to make sure that there is no empty nulls passing so we can handle this gracefully. |
|
Interesting why we would get nulls passed to COMPARE. As you say. This should never happer. |
|
I think where possible we should not let to the situation where the system error occurs by invoking a sys code with invalid argument. I know it might be impossible task but if we limit at least these scenarios where we know about will be easier for user to understand error. This one above for example is very cryptic and doesn't tell you what happened there. |
|
This is new code version can occurs only in SQL when comparing two columns extract from XML. |
When running a test with comparing two cursors from time to time error occurs.