Commit Graph

373 Commits

Author SHA1 Message Date
bde662ca8d [to #49965880] extract_info after resolve_udf_node 2023-06-09 07:53:54 +00:00
7e1f2919c5 Fix dblink bugs 2023-06-07 09:23:51 +00:00
d44134ee44 [to #48700654] fix parser & resolver of user defined window function to support calling with database name 2023-06-07 09:18:08 +00:00
0ba66695a5 Fix default function bug 2023-06-07 02:18:28 +00:00
b9dc170c63 [CP] rewrite ora_decode which has const result to const result. 2023-06-06 07:48:24 +00:00
f16a8319fc xml extendType adaptation 2023-06-06 07:18:57 +00:00
5ee385a004 bugfix : blob in xml must be xmlbinary & xml generate col can not with clob & some agg cannot exe with json/xml/clob 2023-06-05 13:12:24 +00:00
88a942cb33 [xml bugfix] xmlattributes evalname input fix 2023-06-05 10:42:11 +00:00
051b7be095 Fix failed mysqltests 2023-06-02 06:42:01 +00:00
bf02211328 fix some national string bug 2023-06-02 06:12:18 +00:00
3803e66aac fix bug about dateadd func 2023-05-30 08:47:42 +00:00
0993ee7420 to issue<50010749>:fix memory leak about forall stmt & searray 2023-05-30 06:41:06 +00:00
8dd2cf466a Fix failed mysqltests 2023-05-30 01:11:12 +00:00
2ecf1f811d bugfix: keep func extracted shared expr wrongly 2023-05-29 12:47:05 +00:00
7588202b83 bugfix : ignore sort in process of xml parse 2023-05-29 10:16:55 +00:00
3f332fa853 to issue<38211687><49782442><36841844><33833762>:fix serveral bugs 2023-05-29 09:11:05 +00:00
c572f3bf9e Fix cast as udt hit wrong plan cache bug 2023-05-26 07:41:33 +00:00
ceee198c63 [xml bugfix] xmlattributes alias bug 2023-05-26 04:52:35 +00:00
d5ddb1fb96 [to #35312839] fix mysqltest 2023-05-26 04:16:32 +00:00
sdc
190d91109a fix create index on column default sequence bug 2023-05-24 08:11:08 +00:00
bb69281e07 bugfix : dynamic sql without quesmark type check && encoding session & xmltype compare in case 2023-05-24 05:11:48 +00:00
03fdde5756 Fix remove_const bug 2023-05-23 10:41:34 +00:00
54fbf31d94 [to #49602206] no codegen objaccess & can calc it in pure sql context 2023-05-23 05:11:45 +00:00
65d39aaf03 fix shared group by subquery bug 2023-05-23 03:47:33 +00:00
3aeec935da [xml bugfix] xmlattributes print value bugfix 2023-05-22 09:47:34 +00:00
e8e7d25eed [to #49482546] fix compare/order function of object type resolve 2023-05-22 05:47:10 +00:00
863d7dfd92 Fix functional index bugs 2023-05-22 04:41:42 +00:00
3022641952 Fix print cast as number bug in dblink 2023-05-21 06:17:31 +00:00
10a6c9b642 xmlbugfix: xmltype cast to clob need cast when deduce type 2023-05-17 23:46:36 +00:00
e556c2117c Fix some prepared statement bug 2023-05-17 14:22:00 +00:00
6d7334a245 [xml bugfix] pl xmlagg print failed and not support position() 2023-05-17 07:41:11 +00:00
5f1468b8cf fix bug about dateadd when in normal parser 2023-05-16 05:52:49 +00:00
2da06fac24 bugfix: 1. xpath error code adaptation; 2. ban blob in sys_makexml; 3. cast error code adaptation; 2023-05-12 07:11:08 +00:00
bddcfc3d68 to issue<49576316>:fix core when package complex variable as udf out param 2023-05-12 06:41:11 +00:00
a8ac8b911f fix: procedure with xmltype inputs not supported 2023-05-12 01:11:19 +00:00
39e9b1b0d7 bugfix : [49581233]oracle json fast parse and normal parse mismatch && xmltype cast need deep copy[49490646] 2023-05-10 13:40:09 +00:00
01e566ca07 [xml bugfix] irregular xlst in xml transform bugfix 49538940; xmlserialize in pl indent bugfix 49543617; 2023-05-10 09:03:45 +00:00
5671bf1857 fix shared expr canonicalize bug and const propagate bug 2023-05-08 03:15:27 +00:00
70fa0179cd Fix ps prepare stage error 4016 2023-05-07 03:38:52 +00:00
8a215cb58f Fix print function bin/oct bug 2023-05-05 05:38:39 +00:00
fe350b62e6 [XML] fix count() failed 2023-05-05 02:08:20 +00:00
f6c3ecdd97 bugfix: 49298642,49243905,49422634 2023-05-04 12:30:09 +00:00
3ae36f5774 [FEAT MERGE]4.2 PX Feature 2023-04-30 04:41:31 +00:00
09ed904b58 [FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-29 15:11:50 +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
271e8aa047 Fix some user-defined_rules bug 2023-04-27 14:41:41 +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
57f1c6e7ee [FEAT MERGE]:develop pl feature of 4.2 version
Co-authored-by: LiuYoung00 <liuyanglo_ol@163.com>
Co-authored-by: 0xacc <heyongyi1998@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-04-27 16:08:11 +08:00