Commit Graph

51 Commits

Author SHA1 Message Date
863d7dfd92 Fix functional index bugs 2023-05-22 04:41:42 +00:00
10a6c9b642 xmlbugfix: xmltype cast to clob need cast when deduce type 2023-05-17 23:46:36 +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
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
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
27b330495b fix 3-stage aggr build dup expr report 4016 2023-04-20 04:11:16 +00:00
0a0ba897c9 [FEAT MERGE] [to #48722125] pl/sql name resolve refactor 2023-04-18 06:12:14 +00:00
4eaf9b58b0 fix canonicalizer bug 2023-04-11 12:28:09 +08:00
83bc968292 [CP] [CP] Support to deduce prefix index from T_OP_LIKE expr 2023-04-07 11:54:21 +00:00
843888c953 Fix dblink bugs 2023-03-17 02:40:51 +00:00
b354b4f0bf [BUGFIX] fix enum to str typr error 2023-03-07 10:11:25 +00:00
87223f9a44 [BUGFIX] fix expr to str support return text 2023-03-02 19:18:38 +00:00
fa839089d7 [to #47922004]add result extend type when resolve udf 2023-02-24 15:07:38 +00:00
f6f344d2ca fix pushdown filter into set stmt bug 2023-02-24 13:52:25 +00:00
773fa90509 [BUGFIX] fix lob bugs 2023-02-10 02:41:11 +00:00
7c3f4eddc5 disable create index on a udf index 2023-02-07 19:59:29 +08:00
a0a4613037 fix gis query range core 2023-02-06 17:46:39 +08:00
814de27a42 dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2023-01-29 16:23:19 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
4bb1033505 fix bug case when expr can't do batch_execute optimization 2023-01-28 20:37:21 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
bbb017266b [FEAT MERGE]:Oracle Json Supported 2023-01-28 15:52:30 +08:00
ec56715ea5 [FEAT MERGE] information_schema enhence 2023-01-13 03:42:07 +00:00
263a44af96 [FEAT MERGE] merge NLJ/SPF group rescan 2023-01-12 15:17:04 +00:00
87e368c52f Fix udt bugs 2023-01-12 19:02:33 +08:00
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
eddcded977 Fix mysql tests 2023-01-12 19:02:33 +08:00
0192037f28 [CP] fix cast subquery expr bug 2023-01-12 19:02:33 +08:00
26f2754db2 [FEAT MERGE] Support float/double(m, d) in mysql mode 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
2e9804d6e8 [CP] fix build function-index bug 2023-01-12 19:02:33 +08:00
80b8c6361d [CP] fix core caused by missed core and cast interval to year failed error 2023-01-12 19:02:33 +08:00
68151eb87a [SCN] modify missing scenes 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
d0856a50a3 make error info accurate for calling udf with wrong number of arguments 2022-11-03 02:09:11 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
a963f52add [CP] Remove additional cast for lob type 2022-07-04 10:57:20 +08:00
rq0
936acf0597 fix create view bug with prefix index 2022-03-28 17:51:50 +08:00
rq0
ff8bbf3ebc fix padding bug with function-based index 2022-03-23 22:07:54 +08:00
xj0
e5f59ea074 support json type 2022-02-08 15:08:04 +08:00
yb0
a67bf40128 deep copy stmt need copy user var exprs 2021-11-19 14:39:44 +08:00
f8b75754ce add expr: (#198) 2021-08-31 15:44:43 +08:00
rq0
ce5da32082 fix size_overflow bug in distributed update 2021-08-12 17:27:59 +08:00
09edba0ff6 CP 3.1 commit to open source 2021-07-27 21:21:14 +08:00
f45d2cdbe2 cp bug fix to open source branch 2021-07-20 17:06:14 +08:00
1777c9769e cherry-pick from 3_1_x_release to 3.1_opensource_release 2021-07-19 21:27:14 +08:00