Commit Graph

293 Commits

Author SHA1 Message Date
c13243ff23 fix handling invalid character in identifier 2023-09-22 03:10:14 +00:00
c8c222deaa Add a rule to force use das if has variable assignments in sql 2023-09-13 13:21:37 +00:00
180330fca0 fix resolve bugs 2023-09-13 12:40:24 +00:00
e4415822c8 fix bug: update set should report error when charset convert error 2023-09-13 07:10:33 +00:00
f67fe833a9 to issue<52079802>:fix synonym + udf used in sql hit plan cache issue 2023-09-12 11:40:10 +00:00
d6f15c7b10 Recursive CTE iscycle clause support number type 2023-09-12 03:14:33 +00:00
19a59fc849 Merge branch 'pr_1546' 2023-09-08 15:51:13 +08:00
46cc984ade Merge branch 'pr_1547' 2023-09-08 15:48:46 +08:00
811877a30a [CP] Fix core at ObSelectStmt::assign_set_op 2023-09-08 12:51:05 +08:00
ff1d83df68 fix ObRawExpr::add_child_flags bug 2023-09-08 12:38:14 +08:00
0ca39e9932 adjust auto dop 2023-09-08 11:53:52 +08:00
3798b53fbb fix qb_name hint conflict bug 2023-09-08 10:59:57 +08:00
49d54bfc46 [FEAT MERGE] Parallel create table
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-08-31 10:40:35 +00:00
044fadf593 [FEAT MERGE]:Merge foreign key feature to master
Co-authored-by: YangEfei <yangyifei96@outlook.com>
2023-08-30 13:10:42 +00:00
5e158ef5e9 [FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
2023-08-30 11:44:37 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +00:00
5a62e3cee9 fix resolve rowid bug in mysql mode 2023-08-30 09:14:23 +00:00
d4f81eda30 fix mysqltest for aggregation in subquery 2023-08-29 13:44:32 +00:00
0697e7f776 [FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement
Co-authored-by: skylhd <dickylhd@gmail.com>
2023-08-29 05:18:37 +00:00
cf8e2df00e Fix aggregation result error in subquery with union 2023-08-28 12:14:23 +00:00
f22e3050fe fix create view bug 2023-08-28 09:10:39 +00:00
cafa6cb294 fix using outer join symbol bug 2023-08-25 04:40:30 +00:00
a7ab9bf24c optimize resolve columns cost 2023-08-21 12:40:40 +00:00
be01c52cd4 fix win maigc ora_rowscn bug 2023-08-21 08:40:27 +00:00
c550060ac7 [FEAT MERGE] memtable support dynamic sample
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-17 17:19:49 +08:00
c1d282d2f9 [xml bugfix] nvl bugfix 2023-08-16 05:10:31 +00:00
7d7e68e967 fix some dup table bugs 2023-08-15 10:10:47 +00:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
9b3f07d4ad add for insert values statement split&rewrite batch optimization 2023-08-14 15:12:40 +00:00
e067fa2e07 fix some window func bugs 2023-08-14 07:18:41 +00:00
02a2a424fa Fix RCTE bugs 2023-08-11 03:48:48 +00:00
b66dd1ebf2 Fix create view and alter generated column bugs 2023-08-10 09:42:26 +00:00
a0e110cc8a fix bugs 2023-08-10 08:18:37 +00:00
03cc2be4ea fix failed mysqltest introduce by previous bugfix 2023-08-10 07:12:30 +00:00
668e9415e3 adjust ObDMLStmt::tables_hash_ from ObRowDesc to ObHashMap 2023-08-10 02:42:37 +00:00
71dcb98637 [CP] [to #50575701] fix resolve current of cursor 2023-08-09 13:18:37 +00:00
1a4d800d7d Revert Bugfix:forbid using udfs that returns boolean in query 2023-08-08 12:49:02 +00:00
7a3548cb4b [json] json arrayagg, json objectagg refration 2023-08-08 08:54:37 +00:00
cf6ace1f68 fix: 1. rapidjson coredump bug when oom. 2. json_value support truncate clause 2023-08-08 08:42:35 +00:00
cf27086ec5 fix mysqltest 2023-08-08 07:19:05 +00:00
d5055a392d Bugfix:forbid using udfs that returns boolean in query 2023-08-07 11:42:22 +00:00
88430a9d96 Fix temp table related bugs 2023-08-04 10:18:35 +00:00
82e3f02450 Fix insert use incorrect plan bug 2023-08-04 03:18:27 +00:00
d6d4ef0ef4 Fix the bug of garbled characters caused by merge into plan reuse 2023-08-03 08:12:30 +00:00
0561a3c7aa Fix select into clause in subplan 2023-08-02 14:24:16 +00:00
77146bd2d1 fix some udf bugs 2023-08-02 11:19:08 +00:00
66f7bb0ffd bugfix resolve default function expr 2023-08-02 08:48:27 +00:00
9aa4d8a313 add expression in information_schema.statistics、add error code for group_id aggr and no implicit cast for variance aggr 2023-08-02 07:24:23 +00:00
ef355a7509 bugfix : json_value mismatch func fix & json object wild star fix 2023-08-02 07:12:21 +00:00
90def6ad4a oracle json construct function refaction && oracle json expr option clause syntax support 2023-08-02 06:54:16 +00:00