Commit Graph

68 Commits

Author SHA1 Message Date
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
902896a63e compat convert mistaken code with oracle 2023-08-18 11:44:56 +08: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
a0e110cc8a fix bugs 2023-08-10 08:18:37 +00:00
e0a0ce93bd fix several compatibility bug 2023-08-10 03:42:46 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
7a79c94c1c Fix changes to test cases caused by modifying OB_ERR_DOUBLE_TRUNCATED error code 2023-07-25 07:12:35 +00:00
fff9fe9da3 Fix two errorcode related bugs: issue 46899782 and issue 45900041 2023-07-20 01:42:10 +00:00
a77abb22ee fix:when case compare json type result not correct 2023-07-11 14:53:55 +00:00
d3dcf6934d bugfix: decode adaptation for xml && allow filter for count arg in xpath && filter result cache 2023-07-03 07:18:45 +00:00
e15d90acc7 do not pad for cast expr in mysql mode 2023-06-21 23:12:40 +00:00
7b1027ca62 [xml bugfix] Keep content only the empty characters before the text in the TEXT node 2023-06-21 22:48:38 +00:00
782118285b [xml bugfix] xmlserialize encoding yacc and nvarchar insert into xml hang 2023-06-16 09:47:54 +00:00
sdc
01f144ffc2 support cast between year and time 2023-06-07 02:55:21 +00:00
67986e6122 bugfix : [49812157] xmltype.create as input in json_array && [49839129] cast to nchar error code in ob mismatch 2023-05-23 01:11:32 +00:00
2cf85600bc [BUGFIX] fix lob bugs 2023-05-19 09:47:31 +00:00
1c1eef34a3 xml bugfix: allow pl xmltype cast to string & adapt error code for xmltype implict cast to clob/blob 2023-05-16 05:16:32 +00:00
2343aa1174 fix: xml chinese charactor truncate length no correct & nchar not support & error code not consistent at in or = expr 2023-05-08 02:42:01 +00:00
a1dc0d1c58 [BUGFIX] fix bit cast to text padding 2023-05-06 02:08:28 +00:00
e38a0ec7ca bugfix:49228442, 49192441, 49243082, 49336026, 49341756, 49424274, 49428667, 49263419 2023-05-05 06:08:25 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
3efcefc29e [FEAT MERGE] Support gb18030_2022 2023-04-26 15:13:03 +00:00
6cfbbe8784 [CP] fix bug about time type for old engine and new engine 2023-04-04 15:41:19 +00:00
b7aa3212ab [BUGFIX] fix lob bugs 2023-03-10 04:11:15 +00:00
52837dac08 [BUGFIX]fix signal 7 core in arm 2023-02-24 16:48:53 +00:00
aa2e5c99dc bugfix 2023-02-20 13:17:04 +00:00
7770bb3358 fix: 1.roll back add quote 2.add new type support for json table value column 3 error clause process bug 2023-02-17 03:11:54 +00:00
de327e58f9 fix case failed cause by information_schema enhance 2023-02-07 11:52:26 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +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
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
af2506b14c [FEAT MERGE]charset latin1 2023-01-28 15:43:48 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
676c105da8 Fix bug about second and microsecond function and update cases 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 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
d77929b0d1 Bugfix for API common_copy_string_zf when vectorization is ON 2022-11-17 08:06:28 +00:00
b29a1bfe75 fix build error for ccls build 2022-11-15 10:05:43 +00:00
ede4af85ae fix sha expr bug 2022-11-02 14:10:45 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
82519cc587 Bugfix: fix json to float type cast bug 2022-10-14 12:32:37 +00:00
fc3e6e947b [CP] Repair type conversion range check of year to tinyint or utinyint 2022-07-22 10:44:45 +08:00
b96d7663b5 [CP] JSON bug fix 2022-07-20 11:33:16 +08:00
cdb3f87700 [CP] [CP] Add useful log info to help debug when cast string to number 2022-07-20 11:30:44 +08:00
1eaee03522 [CP] fix bug for opensouce 2022-07-04 10:48:22 +08:00
7d150eca15 [CP] 【asan】G349509 ObExpr::do_eval_batch stack-use-after-scope 2022-05-05 14:20:59 +08:00
st0
8d81ad6ed1 cherry-pick to opensource branch 2022-03-16 20:16:36 +08:00
xj0
1c769b3314 json case to enum not support 2022-03-08 11:21:48 +08:00