Commit Graph

527 Commits

Author SHA1 Message Date
a1741c2ed9 to issue<49309819><47913681>:fix serveral bugs 2023-05-22 05:22:26 +00:00
863d7dfd92 Fix functional index bugs 2023-05-22 04:41:42 +00:00
da418b0c5a Case when expression modification 2023-05-22 02:41:44 +00:00
2cf85600bc [BUGFIX] fix lob bugs 2023-05-19 09:47:31 +00:00
b1f4feaf18 issue<49704458>:fix memory leak of udt construct function 2023-05-18 13:29:18 +00:00
b1bb0aefec fix wrong status type in __all_virtual_thread 2023-05-17 16:11:24 +00:00
e556c2117c Fix some prepared statement bug 2023-05-17 14:22:00 +00:00
d79ccfaa6e fix error codes incompatible in in-operator and nullif / join / returning with xmltype 2023-05-16 12:22:00 +00:00
1c1eef34a3 xml bugfix: allow pl xmltype cast to string & adapt error code for xmltype implict cast to clob/blob 2023-05-16 05:16:32 +00:00
8fa5fdc6e7 fix mysqltest 2023-05-15 08:46:25 +00:00
64df4d7271 fix case when, returning with xmltype incompatible 2023-05-15 08:21:48 +00:00
b1ef77c953 disable implicit cast between gb18030 and gb18030_2022 when insert 2023-05-15 04:41:21 +00:00
bddcfc3d68 to issue<49576316>:fix core when package complex variable as udf out param 2023-05-12 06:41:11 +00:00
4381d4ce17 [CP] Support nls_initcap in oracle mode 2023-05-11 13:03:57 +00:00
4b927ebc84 [BUGFIX] fix routine return type in lob type 2023-05-11 08:18:05 +00:00
sdc
93283e3726 fix nullif deduce type 2023-05-10 18:10:02 +00:00
cb396c38f2 [BUGFIX]fix lob bugs 2023-05-10 13:57:06 +00:00
e23cc9ead4 Fix ora_decode precision and scale error 2023-05-10 13:22:43 +00:00
4108e781d4 [FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: sdc <njucssdc@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-05-09 18:32:04 +00:00
7a2df88e93 xml bugfix: join table used xmltype and xmltype col use upper create index 2023-05-09 07:08:35 +00:00
cbaf61bef6 bugfix: 1. ban xmltype cmp in check; 2. ban xmltype column set number as default value; 3. error code adaptation; 2023-05-08 12:42:10 +00:00
755ebe4fd8 fix: create table with select xmlexprs, disable returning object type, disable some xml expr called in pl semantics 2023-05-08 03:08:37 +00:00
2343aa1174 fix: xml chinese charactor truncate length no correct & nchar not support & error code not consistent at in or = expr 2023-05-08 02:42:01 +00:00
5671ac7b40 fix: json_contains bug 2023-05-06 09:45:35 +00:00
aaf2948a86 bugfix : [49401262] xmltype array error code not mismatch,[49423175] extract + transform sync fail then return default 2023-05-06 08:08:38 +00:00
a1dc0d1c58 [BUGFIX] fix bit cast to text padding 2023-05-06 02:08:28 +00:00
3abebf7d57 xml bugfix : 49435009 49397703 49375033 49483801 2023-05-05 10:11:44 +00:00
e38a0ec7ca bugfix:49228442, 49192441, 49243082, 49336026, 49341756, 49424274, 49428667, 49263419 2023-05-05 06:08:25 +00:00
fe350b62e6 [XML] fix count() failed 2023-05-05 02:08:20 +00:00
3ae36f5774 [FEAT MERGE]4.2 PX Feature 2023-04-30 04:41:31 +00:00
642f1c7d84 [FEAT MERGE] optimizer statistics gather enhance
Co-authored-by: Larry955 <1412857955@qq.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-04-28 13:11:58 +00:00
3cada22bdc [FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-28 11:12:11 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
f745b47cbc [FEAT MERGE] implement dynamic sampling 2023-04-27 12:15:28 +00:00
c5756c1799 [FEAT MERGE] Functional_index 2023-04-27 11:11:24 +00:00
bc1c4b7599 Fix ifnull/nvl expr result wrong precision 2023-04-27 02:14:22 +00:00
3efcefc29e [FEAT MERGE] Support gb18030_2022 2023-04-26 15:13:03 +00:00
c6cffaa327 occupy a position for nls_initcap 2023-04-24 09:41:38 +00:00
ced1abdc78 [to #49178989] fix mysqltest 2023-04-24 03:41:03 +00:00
a9098c4fe7 [to #48603749] check coll/object constructor parameter type 2023-04-21 06:41:53 +00:00
6e8c6def52 fix sql executor use memory of 500 tenant 2023-04-19 08:15:11 +00:00
8a25c39f85 to issue<47547254><48227908>:fix nest sql issue & adjust pl timeout logic 2023-04-19 07:41:30 +00:00
acb7f537d6 Fix failed mysqltests caused by fix from dual fetch and regexp bugs 2023-04-18 06:41:36 +00:00
c1ac596d14 Fix regexp function bug 2023-04-13 09:05:30 +00:00
3926fdba2f Fix a bug of omitting to set res type length for lob exprs 2023-04-13 08:40:19 +00:00
0442dd622b [CP] fix bug about timestampdiff and timestampadd 2023-04-13 08:33:02 +00:00
27488211d2 [FEAT MERGE] [v4.2] add table generator and several random utility functions 2023-04-13 08:22:22 +00:00
b14bad1f09 to issue<48907696>:fix udf containing complex type execute slow issue 2023-04-13 07:25:34 +00:00
534c25f11f [to #48896499] fix object construct with null parameter 2023-04-07 08:11:21 +00:00
6cfbbe8784 [CP] fix bug about time type for old engine and new engine 2023-04-04 15:41:19 +00:00