|
|
9dae112952
|
[FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
|
2023-06-21 11:42:28 +00:00 |
|
|
|
13327b58d4
|
Fix dblink bug when dblink sql contains outline
|
2023-06-19 03:12:20 +00:00 |
|
|
|
9ce10fcef5
|
fix some parser bug
|
2023-06-16 02:54:11 +00:00 |
|
|
|
1b9298bfa1
|
Revert temporary table bug fix
|
2023-06-15 07:18:24 +00:00 |
|
|
|
703ed5c14e
|
fix some replace expr bugs in optimizer
|
2023-06-14 07:12:27 +00:00 |
|
|
|
90c2c33118
|
[CP] Fix bug for last_insert_id()
|
2023-06-14 02:48:21 +00:00 |
|
|
|
58193a69d4
|
[CP] fix a core casued by execution stage using resolve stage memory
|
2023-06-13 14:12:30 +00:00 |
|
|
|
635b221288
|
[xml bugfix] 1. xmltype empty variable problem under pl 2. xmlelement anti-spelling label case problem
|
2023-06-13 09:42:25 +00:00 |
|
|
|
55d9685e17
|
bugfix: ddl adaptation for xml column && remove collation set for clob;
|
2023-06-13 08:42:23 +00:00 |
|
|
|
a8ce86fac6
|
refine char padding
|
2023-06-13 08:12:19 +00:00 |
|
|
|
d0cc68809e
|
fix temporary table create table bug
|
2023-06-13 07:18:19 +00:00 |
|
|
|
b82cb8aac0
|
compatible with mysql column definition attribute
|
2023-06-13 02:48:15 +00:00 |
|
|
|
433616c763
|
fix master failed cases
|
2023-06-13 02:18:03 +00:00 |
|
|
|
e16be514e6
|
fix outer join_symbol(+) bug
|
2023-06-12 06:48:08 +00:00 |
|
|
|
9ab529a64b
|
fix dblink type bugs
|
2023-06-12 02:43:11 +00:00 |
|
|
|
92e836d354
|
bugfix : xml can not apply in NLSSORT & GREATEST with xmltype param & ban updatexml in PL
|
2023-06-10 02:42:25 +00:00 |
|
|
|
64b032db76
|
bugfix: 1. xml_expr: generated_column_expr; 2. extract, extract_value, update_xml: xpath or ns arg not literal
|
2023-06-09 08:42:18 +00:00 |
|
|
|
bde662ca8d
|
[to #49965880] extract_info after resolve_udf_node
|
2023-06-09 07:53:54 +00:00 |
|
|
|
c8b8c44570
|
revert 'Fix a ctas default value bug in mysql mode'
|
2023-06-08 12:12:09 +00:00 |
|
|
|
198891e5ba
|
Forbid creating local unique index without covering all partition columns
|
2023-06-08 05:12:22 +00:00 |
|
|
|
c270beb09f
|
Fix a ctas default value bug in mysql mode
|
2023-06-07 12:48:13 +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 |
|
|
|
38519a70a1
|
[to #50156156] fix serval bugs with anydata/composite/pkg state
|
2023-06-07 04:18:06 +00:00 |
|
|
|
ec1838ed4d
|
fix some optimizer bugs
|
2023-06-07 03:12:37 +00:00 |
|
|
|
0ba66695a5
|
Fix default function bug
|
2023-06-07 02:18:28 +00:00 |
|
|
|
ad100658fa
|
[xml fix] xmltype virtual column not support and multi filter in xpath bugfix
|
2023-06-06 08:17:59 +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 |
|
|
|
88f20f9b8b
|
Fix: oracle mode char type virtual generate column to build index, insert blank space into index table error
|
2023-06-06 05:24:07 +00:00 |
|
|
|
0d7ab484fa
|
Forbid normal tenants renaming tenant name
|
2023-06-06 02:13:04 +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 |
|
|
|
73ec60d0d0
|
fix failed case
|
2023-06-05 11:42:12 +00:00 |
|
|
|
88a942cb33
|
[xml bugfix] xmlattributes evalname input fix
|
2023-06-05 10:42:11 +00:00 |
|
|
|
e753c9d116
|
fix mysqltest
|
2023-06-05 09:15:13 +00:00 |
|
|
|
09da9afa27
|
to issue<50039027><49886523>:fix trigger ddl issue & xmltype issue
|
2023-06-02 08:12:20 +00:00 |
|
|
|
75673b4261
|
xml online ddl bugfix
|
2023-06-02 06:47:59 +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 |
|
|
|
623c7d90aa
|
default rownum not allowed and fix obj deserialize bug
|
2023-06-01 12:42:00 +00:00 |
|
|
|
ab45b51c6a
|
[GIS] get_geo_type_by_name bugfix
|
2023-06-01 03:42:14 +00:00 |
|
|
|
4384ebb471
|
fix overwrite ret code and failed case
|
2023-05-31 04:41:54 +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 |
|
|
|
759f4bbfa2
|
[to #40760427]fix mysqlTest
|
2023-05-30 04:41:09 +00:00 |
|
|
|
744a7ed6c4
|
fix mysqltest
|
2023-05-30 04:22:31 +00:00 |
|
|
|
1108314cc9
|
[CP] [CP] fix temporary table cleaning bug
|
2023-05-30 04:16:56 +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 |
|
|
|
7abde61e9c
|
Forbid level expr in connect by prior clause
|
2023-05-29 11:16:52 +00:00 |
|