Commit Graph

87 Commits

Author SHA1 Message Date
5c7d80971b Bugfix for ObDecimalIntType 2023-12-05 16:41:48 +00:00
743740102d Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2023-11-28 15:11:49 +00:00
18d0640d2f bugfix : json_object bugfix 2023-11-27 10:00:01 +00:00
e4f7452b2d [FEAT MERGE]charset revise 2023-11-27 08:52:02 +00:00
4c009c7342 [CP] to issue<53410420>:adjust table function serial execution strategy 2023-11-27 07:23:40 +00:00
57ee69aca8 patch bugfix to master 2023-11-16 10:10:21 +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
8bb6c9f1e4 [to #52611952] fix mysqltest 2023-10-20 03:43:10 +00:00
a3b0891c86 [to #52406314] fix serval PL/SQL bugs 2023-09-27 06:10:09 +00:00
7198e18f7a bugfix: support for using current_user function without ending parentheses 2023-09-09 11:32:59 +00:00
19a59fc849 Merge branch 'pr_1546' 2023-09-08 15:51:13 +08:00
ff1d83df68 fix ObRawExpr::add_child_flags bug 2023-09-08 12:38:14 +08:00
5e3a117ca7 to issue<51710744>:fix datetime type as argument of store routine issue 2023-09-01 10:44:34 +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
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
e067fa2e07 fix some window func bugs 2023-08-14 07:18:41 +00:00
b66dd1ebf2 Fix create view and alter generated column bugs 2023-08-10 09:42:26 +00:00
cf6ace1f68 fix: 1. rapidjson coredump bug when oom. 2. json_value support truncate clause 2023-08-08 08:42:35 +00:00
af62662569 support extract query range with user var and fix some bugs 2023-08-08 06:13:14 +00:00
7de309dcc7 bugfix resolve between node when types are inconsistent 2023-08-02 10:42:47 +00:00
aefb0e9afc fix find_in_set, sleep(null), errorcode 2023-08-02 10:18:13 +00:00
50fb21e5da [to #48840416] fix collection access with a(idx1)(idx2)(idx3).col1 2023-08-02 08:18:07 +00:00
90def6ad4a oracle json construct function refaction && oracle json expr option clause syntax support 2023-08-02 06:54:16 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
ac80c1f662 [xml bugfix] xmlattributes parameter err info tips fix 2023-07-14 10:42:06 +00:00
4ff18491b9 Fix ps prepare error 4016 2023-06-22 03:18:28 +00:00
bde662ca8d [to #49965880] extract_info after resolve_udf_node 2023-06-09 07:53:54 +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
bf02211328 fix some national string bug 2023-06-02 06:12:18 +00:00
3803e66aac fix bug about dateadd func 2023-05-30 08:47:42 +00:00
c572f3bf9e Fix cast as udt hit wrong plan cache bug 2023-05-26 07:41:33 +00:00
ceee198c63 [xml bugfix] xmlattributes alias bug 2023-05-26 04:52:35 +00:00
d5ddb1fb96 [to #35312839] fix mysqltest 2023-05-26 04:16:32 +00:00
5f1468b8cf fix bug about dateadd when in normal parser 2023-05-16 05:52:49 +00:00
a8ac8b911f fix: procedure with xmltype inputs not supported 2023-05-12 01:11:19 +00:00
39e9b1b0d7 bugfix : [49581233]oracle json fast parse and normal parse mismatch && xmltype cast need deep copy[49490646] 2023-05-10 13:40:09 +00:00
f6c3ecdd97 bugfix: 49298642,49243905,49422634 2023-05-04 12:30:09 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
bee5e099c0 [to #49213733] fix serval name resolve issues & a sanity core 2023-04-26 15:23:20 +00:00
0a0ba897c9 [FEAT MERGE] [to #48722125] pl/sql name resolve refactor 2023-04-18 06:12:14 +00:00
52e0115965 fix const_name function error checking 2023-04-18 04:15:08 +00:00
27488211d2 [FEAT MERGE] [v4.2] add table generator and several random utility functions 2023-04-13 08:22:22 +00:00
0a9f1e0c4f bugfix : level param in weight_string expr clause has core dump in fast parser 2023-04-13 05:59:54 +00:00
7b5fd78505 fix annotation error in ob_raw_expr_resolver_impl.cpp 2023-04-10 06:14:36 +00:00
134f4eedae bugfix : null in json expr clause has core dump in fast parser 2023-04-07 10:56:32 +00:00
8f9f37a56f fix:43242401,48624339 2023-03-30 14:11:04 +00:00
607b78760e bugfix : json object resolve column expr cause core-dump 2023-03-24 10:48:57 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
42fc751eba Remove ps with escape ? check in prepare statement 2023-03-15 05:11:23 +00:00