|
|
b354b4f0bf
|
[BUGFIX] fix enum to str typr error
|
2023-03-07 10:11:25 +00:00 |
|
|
|
aa46ea1fbd
|
[BUGFIX]fix lob locator with charset convert
|
2023-03-07 03:11:01 +00:00 |
|
|
|
4f2ab1f735
|
fix not add enumset to str above questionmark bug
|
2023-03-06 04:14:01 +00:00 |
|
|
|
87223f9a44
|
[BUGFIX] fix expr to str support return text
|
2023-03-02 19:18:38 +00:00 |
|
|
|
6f6a858a59
|
fix:48137085
|
2023-03-02 18:07:49 +00:00 |
|
|
|
6272a505cb
|
bugfix: json_exists passing var bugfix
|
2023-02-27 11:11:23 +00:00 |
|
|
|
52837dac08
|
[BUGFIX]fix signal 7 core in arm
|
2023-02-24 16:48:53 +00:00 |
|
|
|
aa35526e4f
|
Fix type deduce error causing hang
|
2023-02-24 16:12:46 +00:00 |
|
|
|
e5e94972ef
|
fix:json table syntax compatible and error clause hehavior
|
2023-02-24 15:54:30 +00:00 |
|
|
|
3081f5616f
|
fix not set expr_datum when warn_on_fail
|
2023-02-24 14:13:19 +00:00 |
|
|
|
431bb53903
|
fix white filter pushdown judgement
|
2023-02-24 13:41:33 +00:00 |
|
|
|
46c6a9bfce
|
[BUGFIX] fix lob bugs
|
2023-02-24 17:11:48 +08:00 |
|
|
|
11a9a6386b
|
fix vectorized row buffer overflow
|
2023-02-21 12:44:27 +00:00 |
|
|
|
16885fe829
|
fix ret_code err while encode_sortkey_expr allocate memory
|
2023-02-21 08:42:14 +00:00 |
|
|
|
aa2e5c99dc
|
bugfix
|
2023-02-20 13:17:04 +00:00 |
|
|
|
2e954397ec
|
[BUGFIX] fix dbms lob instr when partten larger than lob
|
2023-02-20 12:45:01 +00:00 |
|
|
|
8367506dbe
|
Fix reading invalid 8 bytes column in vectorized query.
|
2023-02-17 03:14:31 +00:00 |
|
|
|
7770bb3358
|
fix: 1.roll back add quote 2.add new type support for json table value column 3 error clause process bug
|
2023-02-17 03:11:54 +00:00 |
|
|
|
50a6b3cda3
|
bugfix : 47556839 item method in json query with default returning type
|
2023-02-14 11:47:19 +00:00 |
|
|
|
1225f5f0ce
|
revert 'fix avg scale is not compat with MySQL'
|
2023-02-14 11:15:13 +00:00 |
|
|
|
28536648f7
|
bugfix forbid json compare in pl
|
2023-02-14 08:42:24 +00:00 |
|
|
|
ff893e6e4f
|
bugfix:47099280, 47725591, 47679463, 47077540, 47024555
|
2023-02-13 12:41:36 +00:00 |
|
|
|
68b805d4be
|
fix:46520694,47245275,47250762,47050323,47539331
|
2023-02-13 11:12:09 +00:00 |
|
|
|
a5e5719fa7
|
fix bug: dynamic param not deep copy in recieve op
|
2023-02-13 04:12:03 +00:00 |
|
|
|
51a269bf73
|
Fix zerofill double calc hash inconsistent
|
2023-02-13 03:14:55 +00:00 |
|
|
|
735665f131
|
[BUGFIX]fix process lob default val
|
2023-02-13 03:12:18 +00:00 |
|
|
|
773fa90509
|
[BUGFIX] fix lob bugs
|
2023-02-10 02:41:11 +00:00 |
|
|
|
966b2939b0
|
fix bug core timestamp because of lost error code
|
2023-02-09 15:50:18 +00:00 |
|
|
|
2053594cd8
|
[BUGFIX]fix repeat over 512M return error
|
2023-02-09 15:42:23 +00:00 |
|
|
|
3f6069b1c2
|
[to #47653487] fix alloc memory failed report -4016 instead of -4013
|
2023-02-09 15:39:47 +00:00 |
|
|
|
c372e5d736
|
[BUGFIX] fix nullsafe cmp func serialize
|
2023-02-09 14:34:23 +00:00 |
|
|
|
d2c31221af
|
fix regexp sanity core
|
2023-02-08 20:30:39 +08:00 |
|
|
|
eb6c0e1eac
|
[BUGFIX] fix ObTextStringIter deconstruct after allocator
|
2023-02-08 19:57:29 +08:00 |
|
|
|
b385e569a2
|
Fix ctas unknown cast type
|
2023-02-08 15:27:28 +08:00 |
|
|
|
0d922329d4
|
[BUGFIX] fix lob bugs
|
2023-02-08 11:40:29 +08:00 |
|
|
|
5d870baf2c
|
[BUGFIX] fix unhex with set op
|
2023-02-08 11:23:52 +08:00 |
|
|
|
a9d66dae7a
|
bugfix : json object key value with colon && timestamp_tz return value
|
2023-02-07 17:49:06 +08:00 |
|
|
|
de327e58f9
|
fix case failed cause by information_schema enhance
|
2023-02-07 11:52:26 +08:00 |
|
|
|
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 |
|