Since the latest Microsoft JDBC driver - 6.1.5.jre8 supports getLargeUpdateCount, upgrade ADS to use that method.
|
154 KB
svn #53581
Hi QA Team,
Please test this by running different queries in the QA window using the Microsoft connection. Make sure that the expected result set is returned, the amount returned is correct and that there are no errors in the logs.
Thank you, Tom
In the code change you made, you should use explicit condition brackets "()". Your current bracket condition is implicit.
if ( x && y || ( a && b ) ) {} // implicit
vs
if ( x && ( y || ( a && b) ) ) {} // explicit
In the code change you made, you should use explicit condition brackets "()". Your current bracket condition is implicit.
if ( x && y || ( a && b ) ) {} // implicit
vs
if ( x && ( y || ( a && b) ) ) {} // explicit
Thanks Niels for pointing that out. Fixed in svn #53582
Thanks Niels for pointing that out. Fixed in svn #53582
Verified in ADS 19.0.0-alpha-68(ms_sql_servr.png)
Verified in ADS 19.0.0-alpha-68(ms_sql_servr.png)
Issue #15084 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 19.0.0-dev-2 |
No time estimate |
2 issue links |
relates to #14482
Issue #14482Query results, Text tab - "rows affected" value too small |
relates to #15047
Issue #15047Update the Microsoft driver from Microsoft 6.0 to use the open source version 6.1.5.jre8 |
svn #53581
Hi QA Team,
Please test this by running different queries in the QA window using the Microsoft connection. Make sure that the expected result set is returned, the amount returned is correct and that there are no errors in the logs.
Thank you, Tom