|
|
ec18f1bab0
|
adaption for roaringbitmap basic_funcs and cmp functions
|
2024-07-05 12:46:25 +00:00 |
|
|
|
147a312d13
|
Fix double scale check failed in oracle mode
|
2024-07-03 09:32:31 +00:00 |
|
|
|
1e6b6ac34c
|
Fixed comparison of double types with different scales
|
2024-07-02 13:05:58 +00:00 |
|
|
|
b7f4eb6aa2
|
errsim to check the compare method for std::sort
|
2024-06-24 07:58:04 +00:00 |
|
|
|
cc1b65e578
|
[FEAT MERGE] sql execution improvements
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: tushicheng <18829573815@163.com>
|
2024-06-21 15:16:43 +00:00 |
|
|
|
3bfa3e2070
|
[FEAT MERGE] Add roaringbitmap type and relative expr
Co-authored-by: fkuner <784819644@qq.com>
|
2024-06-21 09:46:21 +00:00 |
|
|
|
6bf3f38ce4
|
[FEAT MERGE] ap benchmark opt
Co-authored-by: zhenhan.gong@gmail.com <zhenhan.gong@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
|
2024-06-19 06:41:44 +00:00 |
|
|
|
ffd0dacb15
|
Add object type placeholder for MySQL date/datetime types
|
2024-06-17 23:43:06 +00:00 |
|
|
|
da5aece3e1
|
[FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: lucky-sinx <2549261744@qq.com>
|
2024-06-17 13:46:16 +00:00 |
|
|
|
34c3718f40
|
[CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT
|
2024-04-08 13:45:08 +00:00 |
|
|
|
6ed441335b
|
Fix greatest precision calc for integer type
|
2024-03-26 12:15:31 +00:00 |
|
|
|
dbba584bb9
|
Fix row comparison wrong result of decimal int type
|
2024-02-09 18:04:52 +00:00 |
|
|
|
cab20fa86b
|
[CP] [to #52804352] fix bug, case expressions in PL actually do not require parameter types to be consistent
|
2024-02-09 16:22:00 +00:00 |
|
|
|
3897e45a83
|
[CP]sync bugfix from 42x. fix:json compare with const string, behavior not consistent with mysql
|
2024-02-09 14:49:24 +00:00 |
|
|
|
844dfb0162
|
[CP] Fix null hash value mismatch by using datum hash_func_v2
|
2024-02-08 14:51:04 +00:00 |
|
|
|
0ef74c2ada
|
[to #53431523] forbid collection functions with potential correctness problem
|
2024-02-08 06:52:37 +00:00 |
|
|
|
0d0b11c0cc
|
[FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
|
2024-02-08 05:32:54 +00:00 |
|
|
|
c699ceea48
|
[FEAT MERGE] Solidify session vars for functional index
|
2024-02-07 16:44:49 +00:00 |
|
|
|
c8ef409bf3
|
Do not report ERROR when sample rate equals 100
|
2024-02-06 14:49:36 +00:00 |
|
|
|
658c51919f
|
Fix row comparison wrong result of decimal int type
|
2024-01-19 02:42:38 +00:00 |
|
|
|
39acb953a0
|
[CP] [to #52804352] fix bug, case expressions in PL actually do not require parameter types to be consistent
|
2024-01-18 07:17:56 +00:00 |
|
|
|
1cdd63cdae
|
[CP]sync bugfix from 42x. fix:json compare with const string, behavior not consistent with mysql
|
2024-01-17 13:12:15 +00:00 |
|
|
|
2376627c6d
|
[CP] Fix null hash value mismatch by using datum hash_func_v2
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
|
2023-12-27 13:52:27 +00:00 |
|
|
|
2939bcb2af
|
[to #53431523] forbid collection functions with potential correctness problem
|
2023-12-22 11:43:15 +00:00 |
|
|
|
b6773084c6
|
[FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
|
2023-12-22 03:43:22 +00:00 |
|
|
|
58aad590f1
|
[FEAT MERGE] Solidify session vars for functional index
|
2023-12-12 06:42:37 +00:00 |
|
|
|
efbd4ccfce
|
fix bug about 0000 is not leap year
|
2023-11-14 12:10:48 +00:00 |
|
|
|
566e920620
|
Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
|
2023-10-31 15:39:22 +00:00 |
|
|
|
1866f396db
|
opt expr find_in_set
|
2023-08-10 04:18:37 +00:00 |
|
|
|
0c3303e4c1
|
[to #50697318] fix while case when loop syntax & case result type deduce & arg_case transform
|
2023-08-02 05:54:32 +00:00 |
|
|
|
0e36eb2f3b
|
[xml bugfix] Compatible error codes related to xml type
|
2023-07-24 03:42:40 +00:00 |
|
|
|
65046e8219
|
fix calc least expr bug
|
2023-05-30 12:41:50 +00:00 |
|
|
|
d79ccfaa6e
|
fix error codes incompatible in in-operator and nullif / join / returning with xmltype
|
2023-05-16 12:22:00 +00:00 |
|
|
|
64df4d7271
|
fix case when, returning with xmltype incompatible
|
2023-05-15 08:21:48 +00:00 |
|
|
|
cbaf61bef6
|
bugfix: 1. ban xmltype cmp in check; 2. ban xmltype column set number as default value; 3. error code adaptation;
|
2023-05-08 12:42:10 +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 |
|
|
|
c5756c1799
|
[FEAT MERGE] Functional_index
|
2023-04-27 11:11:24 +00:00 |
|
|
|
a184912a69
|
fix some bugs
|
2023-04-04 07:11:06 +00:00 |
|
|
|
26b981973d
|
[BUGFIX] fix lob text iter get next return err code
|
2023-03-22 05:12:11 +00:00 |
|
|
|
8ce2f275c4
|
[fix] remove some internal urls and emails
|
2023-03-17 20:57:21 +08:00 |
|
|
|
28536648f7
|
bugfix forbid json compare in pl
|
2023-02-14 08:42:24 +00:00 |
|
|
|
eb6c0e1eac
|
[BUGFIX] fix ObTextStringIter deconstruct after allocator
|
2023-02-08 19:57:29 +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 |
|
|
|
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 |
|
|
|
106ebeb963
|
Remove the special treatment of DATETIME type comparison to ensure the consistency of design
|
2023-01-12 19:02:33 +08:00 |
|
|
|
8dcc3b55f3
|
[CP] Old engine: bit or calc result error
|
2023-01-12 19:02:33 +08:00 |
|