Commit Graph

268 Commits

Author SHA1 Message Date
4fc7a1b699 [BUGFIX] fix reverse with union 2023-02-07 11:14:02 +08:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
9b302b8660 [to #41932470] fix memory of udf 2023-02-06 23:45:37 +08:00
537d3af901 fix upper expression return empty string in oracle mode bug 2023-02-06 23:38:08 +08:00
a6ba1d2999 issue/47511246 json obj_compare adapt lob 2023-02-06 19:45:27 +08:00
665d6458ea fix lead/lag merge result type bug 2023-02-06 16:56:58 +08:00
bc0bf5a498 fix:47511241,47428434 2023-02-06 16:53:25 +08:00
30e0055460 [BUGFIX] fix mysqltest 2023-02-06 16:39:49 +08:00
b01e2e4e0d fix some optimizer stats and regexp bugs 2023-02-06 16:25:38 +08:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
48a6c6f62f add ObURowIDType,ObLobType,ObJsonType,ObGeometryType for RELATIONAL_EQUAL_TYPE 2023-02-06 14:27:54 +08:00
78662489b8 [to #47144085] fix pkg/subprogram cursor with default parameter 2023-02-06 13:34:20 +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
8376705cbd remove developer's work email address 2023-01-28 18:38:34 +08:00
1cdf1dff1c fix parameterize dml sql bug in statement_digest 2023-01-28 16:04:30 +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
9e297b88ea refresh mysqltest of weight_string expr 2023-01-28 15:29:36 +08:00
df5bfcaa49 fix literal bug
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:57:29 +08:00
9484175163 [FEAT MERGE]: online optimizer stats gather.
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:54:38 +08:00
ec56715ea5 [FEAT MERGE] information_schema enhence 2023-01-13 03:42:07 +00:00
d59c83f18a fix case when merge result type bug 2023-01-12 19:02:33 +08:00
8f5facb3fe fix timestampadd bug 2023-01-12 19:02:33 +08:00
080ca3a2dd [CP] fix CHAR and CONCAT result length bug 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
a0b1894058 fix bug of weight_string 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
1c9259243e Fix base64 bug: ob doesn't return null as expected 2023-01-12 19:02:33 +08:00
0bd1b2cf37 fix char/nchar attribute bug in udt 2023-01-12 19:02:33 +08:00
0f5613364d fix width bucket result scale not set bug 2023-01-12 19:02:33 +08:00
eddcded977 Fix mysql tests 2023-01-12 19:02:33 +08:00
38422d011f Fix unexpected alloc string result 2023-01-12 19:02:33 +08:00
d1453a1695 fix find in set bug and improve performance 2023-01-12 19:02:33 +08:00
26f2754db2 [FEAT MERGE] Support float/double(m, d) in mysql mode 2023-01-12 19:02:33 +08:00
273d7ba43c [CP] datetime column with not null attribute cause query result missing 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
c064eb597c [CP] [to #46475366] fix memory leak of udf`s collection result 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
0786a354df set scale and precision for exprs ascii and ord 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
7ace1e4b05 [CP] Fix: fix the bug of not init the collation level for random_bytes function 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
80b8c6361d [CP] fix core caused by missed core and cast interval to year failed error 2023-01-12 19:02:33 +08:00
c1de0db3a8 Fix From_base64 bugs 2023-01-12 19:02:33 +08:00
4d1261de13 adjust in memcmp && fix mysqltest 2023-01-12 19:02:33 +08:00
0a09c71847 [CP] [to #46649689] fix ref cursor is null core 2023-01-12 19:02:33 +08:00
23a580a51c [to #33454431] fix mysqltest & white scan 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