Commit Graph

66 Commits

Author SHA1 Message Date
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
6272a505cb bugfix: json_exists passing var bugfix 2023-02-27 11:11:23 +00:00
aa2e5c99dc bugfix 2023-02-20 13:17:04 +00:00
61a17a9abc bugfix : json objectagg returning type affect by var in pl 2023-02-16 04:17:46 +00:00
d30a2a77ca [to #42398480] fix NEW obj(...) syntax 2023-02-15 05:12:21 +00:00
ff893e6e4f bugfix:47099280, 47725591, 47679463, 47077540, 47024555 2023-02-13 12:41:36 +00:00
04d543b90c bugfix:47135989, 46585920, 47168819 2023-02-09 16:57:24 +00: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
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
7c991b5da5 [FEAT MERGE] implement SQL level resource management based on pattern match 2023-01-12 19:02:33 +08:00
5c2ed71dd6 [CP] [to #44352686] fix is_prepare_protocol in resolve_external_symbol 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00
87a9357186 set the initial value of wrs to scn min 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
481c969b7d bugfix : json arrayagg not support distinct clause 2022-11-23 13:37:55 +00:00
5282ebd584 fix cases and add estimate block prefs 2022-11-22 10:08:02 +00:00
d7d4a35193 [CP] [to #44300435] fix routine parameter accuracy with sql expression 2022-11-09 14:05:51 +00:00
4dd45dfcff [CP][to #37396440] fix dynamic sql question mark count 2022-11-09 08:10:34 +00:00