Commit Graph

552 Commits

Author SHA1 Message Date
f0b061768a [CP] [Fix] ZipfFunc 500 Tenant memory splitting problem. 2023-10-08 05:43:52 +00:00
ac031addc0 bugfix : with ascii opt in json expr & json to bit in mysql & json uint to datetime & implicit cast in mysql 2023-10-08 04:47:30 +00:00
c9ff439e5c [CP] [to #52087818]fix PL dblink bug 2023-09-26 02:40:01 +00:00
7ae7524d3b When sql_mode='ALLOW_INVALID_DATES', the align_date4cmp remains compatible with previous versions of OB 2023-09-22 12:17:47 +00:00
5a47b904ed fix:is json check constrain bug, json-table path expr not quoted supported, gdb charset result incorrect 2023-09-22 09:44:04 +00:00
c13243ff23 fix handling invalid character in identifier 2023-09-22 03:10:14 +00:00
0aafeacad1 json bugfix: datetime to jsonbase 2023-09-21 13:10:13 +00:00
968d8f9fca Perfect the judgment condition of align_date4cmp's day_over_limit() 2023-09-21 07:10:24 +00:00
d2afa610a2 [CP] xml tenant memory leak 2023-09-20 17:01:21 +00:00
7df46cab65 bugfix: json_object_t on_error && json_object_t duplicate key && regression case 2023-09-20 16:50:01 +00:00
4273f55ffa [CP] fix bug: expr sqrt not set eval flag in eval_batch 2023-09-20 16:34:32 +00:00
c2bee5f2d3 align_date4cmp bug fixs 2023-09-20 16:07:40 +00:00
75ab3b592c fix ora_trunc fails to handle some data types under MySQL mode 2023-09-20 15:28:42 +00:00
c2dfd2792f [CP][BUGFIX] fix repeat deduce text type compat 2023-09-20 15:17:00 +00:00
sdc
3c73bbd7c2 fix soundex calc result type not stable bug 2023-09-20 13:52:01 +00:00
284626c49d fix reversing align_date4cmp_expr problem 2023-09-20 13:16:02 +00:00
98f8d4dd13 [xml] fix ObPathVarObject mem leak 2023-09-18 07:40:15 +00:00
0dbddf0b27 fix: to_cstring may use lot of time and memory 2023-09-15 14:10:12 +00:00
8f7ed1a53f [BUGFIX] fix repeat/space expr compat 2023-09-15 10:40:41 +00:00
6ef12ffdc7 [CP] Fix number div wrong result when div_precision_increment is zero 2023-09-14 13:43:41 +00:00
80a6b1d58e fix align_date4cmp get_double problem 2023-09-14 11:14:09 +00:00
8915b19f61 Fix: column_conv type inference set wrong collation_level 2023-09-14 09:10:25 +00:00
89260ce666 invalid tenant id bugfix: tenant_id check with ddl_info_ 2023-09-14 07:51:25 +00:00
1f0c63c0d7 bugfix: json_set order & JsonBaseCmp bugfix 2023-09-14 04:17:52 +00:00
1db0d89765 fix sign expr bug 2023-09-13 13:14:13 +00:00
f2a538942f to issue<52166867>:fix core when using object construct function if input argument is null 2023-09-13 07:40:11 +00:00
e4415822c8 fix bug: update set should report error when charset convert error 2023-09-13 07:10:33 +00:00
105d1b66c2 fix json-array exceeding max depth bug 2023-09-13 04:17:18 +00:00
fe15aec896 make regexp functions be valid for generated column in mysql 2023-09-11 07:14:27 +00:00
794549cf22 Add normal_date_expr to the rewriting phase to solve the problem of comparing illegal date constants with date columns. 2023-09-11 07:10:43 +00:00
53a02c619d [to #52021144] fix(expr): make max VARCHAR2 length compatible with oracle MAX_STRING_SIZE=EXTENDED mode 2023-09-11 03:44:05 +00:00
4a904949c2 fix correctness bug of replacing zerofill column expr 2023-09-09 13:42:25 +00:00
5b773f1b88 fix validate password bug of special char 2023-09-08 14:21:17 +08:00
23e5e34042 fix result type merge error when func contain enum and char 2023-09-08 12:33:13 +08:00
73ae6ba395 add log for repeat/space cost too much memory 2023-09-08 11:51:25 +08:00
4f2cb1d056 fix cast int zerofill to text utf16 bug 2023-09-05 08:49:06 +00:00
38cdda42f8 Fix substr result type in mixing run of different versions of observer 2023-09-01 15:14:24 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +00:00
df933519e7 fix:json agg coredump bug as no deep copy string value 2023-08-30 07:10:34 +00:00
e024bcd778 fix mysqltest for implicit cast of charset convert 2023-08-30 05:10:36 +00:00
b2520806ee to issue<51872346>:fix core when access uninit memory 2023-08-30 02:44:10 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
220556e5be fix exec context do not release temp expr ctx leads memory leak 2023-08-29 09:40: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
886a2c7275 [to #50702943]fixed some define_array/execute_and_fetch bug 2023-08-28 11:40:33 +00:00
53e98c7750 to issue<51805002>:fix pltemp memory leak 2023-08-28 07:40:29 +00:00
643f28f54a [CP] [CP] [to #51457237]fix bug subquery result collation in PL 2023-08-28 04:51:36 +00:00
6893f76763 to issue<50473724>:fix pltemp memory leak about set expr 2023-08-25 07:18:03 +00:00
e510646f63 Fix core at number format model 2023-08-24 12:10:26 +00:00
22a9b2252c [FEAT MERGE] support aead in tde
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-24 04:10:29 +00:00