Skip to content

CUBRID 10.2 Patch 2

Compare
Choose a tag to compare
@ssihil ssihil released this 02 Sep 04:56
· 109 commits to release/10.2 since this release
f681dd9

CUBRID 10.2 Patch 2 includes a number of fixes of legacy issues.

CUBRID 10.2 Patch 2

CUBRID 10.2 patch 2 includes many critical fixes of 10.2. All users of CUBRID 10.2 are kindly requested to upgrade to 10.2 Patch 2.


Change logs:

Bug Fixes

f564dc8 [CBRD-23733] Add Microsoft_VCXXX_MFC_xXX.msm for MFC DLL (#2418)
176b53c [CBRD-23697] occurred error "Cannot coerce value of domain character to domain integer" when executing update. (#2382, #2404)
c87e350 [CBRD-23696] Core dump occurs when correlated subquery is used as in-line view. (#2378)
b981bc5 [CBRD-23650] When a query specifying an OVER function in an aggregate function using rownum has a plan, the result is null. (#2377)
65bc4c1 [CBRD-21022] executeBatch returns Cannot communicate with the broker or received invalid packet & CAS down with core dump (#2376)
8638e4c [CBRD-21886] No query results if DECODE, CASE, or IF is used in a nested left outer join query (#2375)
151cbd3 [CBRD-23658] counting Error occurred when argument of COUNT function is constant 'NULL'. (#2374)
f3306b8 [CBRD-23605] Wrong results returning in some select queries which has aggregate function as select list by groupby clause. (#2373)
8370361 [CBRD-23623] Unexpected data overflow error occurs by order of select list when the numeric type and ROUND are used together (#2372)
11145ff [CBRD-23618] Error occur when rewriting subquery into derived table in delete or update statement (#2371)
8d113bb [CBRD-22970] Constant variable is set to null when reusing cached XASL which is executed without data (#2370)
8b26608 [CBRD-22979] Segmentation fault occurs when query has derived table with 3 or more unions (#2369)
7a35fe2 [CBRD-22925] An error occurs when there are two 'IN' operators and rewriting predicate to reduce the equality term. (#2368)
f9d509e [CBRD-23598] Even with LIMIT 1 in a scalar subquery that uses union all, "Query result contains more than a single tuple." Error occurred (#2367)

Drivers (JDBC)

67d817b [APIS-833] Add isolation level 1,2,3 for backward compatibility (#2402)