887 Commits

Author SHA1 Message Date
82aa6bab30 [to #47301287]get external cursor by name 2023-01-29 16:49:53 +08:00
814de27a42 dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2023-01-29 16:23:19 +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
ba19ba90e0 [FEAT MERGE] del_tenant_memleak branch
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-01-28 19:29:23 +08:00
8376705cbd remove developer's work email address 2023-01-28 18:38:34 +08:00
10b85bdc42 [master] fix pl autonomous transaction and pl cursor cases 2023-01-28 18:32:41 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
3a88e28154 to issue<47341318>:fix mysqltest 2023-01-28 17:05:44 +08:00
da8c498599 [to #33186370] fix cursor for loop & tcl retry logic 2023-01-28 16:57:28 +08:00
30d0adec61 [4.1] support distributed txn free route 2023-01-28 16:07:18 +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
035fb86e58 to issue<47144864>:fix core when fetching cursor into pl var which type is record nested complex type 2023-01-28 15:32:27 +08:00
9484175163 [FEAT MERGE]: online optimizer stats gather.
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:54:38 +08:00
5893d064d3 [to #47161398] get_cursor_by_name could find local package cursor 2023-01-12 19:02:33 +08:00
806e690b1b [to #47113625] fix ObPLPackageGuard typo 2023-01-12 19:02:33 +08:00
87e368c52f Fix udt bugs 2023-01-12 19:02:33 +08:00
28eb43f457 [CP] [to #43773758]set param for in out param 2023-01-12 19:02:33 +08:00
a28dcc2c8b [to #47096137] fix CALL statement syntax for procedures without parameter 2023-01-12 19:02:33 +08:00
b52f63ea88 [to #47133035] fix ob-sanity failure 2023-01-12 19:02:33 +08:00
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
cb953e3049 to issue<47106248>:fix core because memory access out of bounds 2023-01-12 19:02:33 +08:00
82de09db7c to issue<47104904>:forbid cursor var member is complex type of cursor for loop stmt 2023-01-12 19:02:33 +08:00
da420ad3c8 [to #46374032] check JSON_OBJECT_T call undeclared component 2023-01-12 19:02:33 +08:00
a09a9911fe to issue<47065195>:fix memory leak of pl temp when using udf in sql stmt 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
846f7ad6a1 [to #46505310] fix mysqltest 2023-01-12 19:02:33 +08:00
4453ef5eee Fix some query rewrite bug 2023-01-12 19:02:33 +08:00
a2c4ee247b [CP] [to #46956047]fix bug use for-loop-cursor variable as a parameter for routine 2023-01-12 19:02:33 +08:00
6b71492704 [to #47028518] check SET statement type and children count before transforming to subquery in PL 2023-01-12 19:02:33 +08:00
8db97ab4e4 [to #47026168] fix sanity core & package cursor resolve 2023-01-12 19:02:33 +08:00
9dcc0a529e [FEAT MERGE]implement user-defined rewrite rules 2023-01-12 19:02:33 +08:00
b26f8898e9 [to #40151002] fix user variable type conversion problem in PL 2023-01-12 19:02:33 +08:00
42a58351d0 [to #47002502]fix bug pass the parameter to the function by => 2023-01-12 19:02:33 +08:00
50076ceb7e [CP] covert the result set to return type when fetching cursor specified return type 2023-01-12 19:02:33 +08:00
9e1c3039b0 [to #46647584] fix pick routine with mutil numric level 2023-01-12 19:02:33 +08:00
4226320168 [to #46045492] fix serval signal/resignal issues 2023-01-12 19:02:33 +08:00
4d6995673a [CP] [to #46708308] add ObPLCtxGuard for udf calc 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
2ee6c3352f [to #46859072] fix serval complex type bugs 2023-01-12 19:02:33 +08:00
95f78c82b6 [CP] [to #41444598]close session refcursor when error happend 2023-01-12 19:02:33 +08:00
f2c29e4572 [to #46844581] fix self argument of object type procedure 2023-01-12 19:02:33 +08:00
84a71fba0a [CP] [CP] [CP] support basic optimizer stats specify estimate_percent option and temp table gather 2023-01-12 19:02:33 +08:00
0003c2605b [to #42036778] fix SIGNAL/RESIGNAL statements in SQL 2023-01-12 19:02:33 +08:00
47adcea9b8 [to #46737517] fix null complex argument core 2023-01-12 19:02:33 +08:00
280d945264 [CP] [to #46371731]add base table into dependency_object when compile trigger 2023-01-12 19:02:33 +08:00
30421352ac [CP] [to #46598452]check with_rowid by routine_name 2023-01-12 19:02:33 +08:00
7ccc8ed5d3 [CP] fix dynamic memleak when executing select stmt containing udf 2023-01-12 19:02:33 +08:00
14ccc17b8c fix some signal resolve bug 2023-01-12 19:02:33 +08:00
b556f241b3 [CP] fix core at pl parser vsnprintf 2023-01-12 19:02:33 +08:00