|
|
cf6ace1f68
|
fix: 1. rapidjson coredump bug when oom. 2. json_value support truncate clause
|
2023-08-08 08:42:35 +00:00 |
|
|
|
61235a2b50
|
crc32() return longlong
|
2023-08-04 10:54:16 +00:00 |
|
|
|
0e7a1768db
|
fix oracle nullif transform error
|
2023-08-04 07:42:33 +00:00 |
|
|
|
ee0e20622a
|
Compatible with Mysql AES_ENCRYPT WARNING ignore iv when cipher mode is ecb
|
2023-08-03 12:24:10 +00:00 |
|
|
|
f8e2c27281
|
fix concat deduce bug
|
2023-08-03 10:42:07 +00:00 |
|
|
|
e593faec7d
|
[to #51332276] fix param conversion of UDT constructors
|
2023-08-03 08:18:31 +00:00 |
|
|
|
8063cbeebb
|
Fix system function compatibility bugs
|
2023-08-02 13:42:35 +00:00 |
|
|
|
bb7ce82bd2
|
fix some privilege and expr bugs
|
2023-08-02 10:24:12 +00:00 |
|
|
|
aefb0e9afc
|
fix find_in_set, sleep(null), errorcode
|
2023-08-02 10:18:13 +00:00 |
|
|
|
3d3c85657a
|
[to #50354825] fix(expr): make to_binary_float/double behavior in assign_stmt compatible with oracle
|
2023-08-02 07:18:23 +00:00 |
|
|
|
ef355a7509
|
bugfix : json_value mismatch func fix & json object wild star fix
|
2023-08-02 07:12:21 +00:00 |
|
|
|
90def6ad4a
|
oracle json construct function refaction && oracle json expr option clause syntax support
|
2023-08-02 06:54:16 +00:00 |
|
|
|
0c3303e4c1
|
[to #50697318] fix while case when loop syntax & case result type deduce & arg_case transform
|
2023-08-02 05:54:32 +00:00 |
|
|
|
258affd57c
|
Fix convert/to_type and get_ddl compatibility bugs
|
2023-08-02 05:48:31 +00:00 |
|
|
|
56c2af43e5
|
Fix functional index blacklist bug and cherry-pick commits
|
2023-08-02 04:48:17 +00:00 |
|
|
|
a56c5b6dec
|
Add error codes for sql module, !! Please Read Task Description Carefully!!
|
2023-08-01 17:18:33 +00:00 |
|
|
|
23e086d49d
|
Fix bug: the result of interval function is wrong.
|
2023-08-01 14:18:30 +00:00 |
|
|
|
4108dccfbe
|
[CP] fix decode bug
|
2023-07-28 06:48:21 +00:00 |
|
|
|
553f5616ad
|
Fix ps prepare stage error 4016
|
2023-07-27 10:42:29 +00:00 |
|
|
|
551ee36be2
|
xml generated column index 4377 bugfix
|
2023-07-25 16:48:20 +00:00 |
|
|
|
c23011c866
|
Add div_by_zero check in int_div expr
|
2023-07-25 11:42:52 +00:00 |
|
|
|
5c2fc55d63
|
[CP] [CP] issue<50775099>:forbid set global var when executing nested sql
|
2023-07-25 07:48:39 +00:00 |
|
|
|
7a79c94c1c
|
Fix changes to test cases caused by modifying OB_ERR_DOUBLE_TRUNCATED error code
|
2023-07-25 07:12:35 +00:00 |
|
|
|
0065e91dda
|
Fix some plan cache bug
|
2023-07-25 06:42:57 +00:00 |
|
|
|
0e36eb2f3b
|
[xml bugfix] Compatible error codes related to xml type
|
2023-07-24 03:42:40 +00:00 |
|
|
|
b3e8f8f67b
|
[CP] enhance GTT
|
2023-07-21 09:48:59 +00:00 |
|
|
|
fff9fe9da3
|
Fix two errorcode related bugs: issue 46899782 and issue 45900041
|
2023-07-20 01:42:10 +00:00 |
|
|
|
bcf3d94b1d
|
fix st_distance stack overflow
|
2023-07-19 08:12:18 +00:00 |
|
|
|
0c1fb55a7e
|
to issue<50813268>:fix multiset core
|
2023-07-17 09:42:09 +00:00 |
|
|
|
cf39d8c8e3
|
Make compatible with mysql bit type deduction for case_when expr
|
2023-07-17 02:48:02 +00:00 |
|
|
|
c0135ba735
|
fix:oracle json function error
|
2023-07-13 12:48:20 +00:00 |
|
|
|
eaac55aef7
|
[xml bugfix] coalesce expr adapt xml and nvl expr adapt xml
|
2023-07-13 11:59:48 +00:00 |
|
|
|
6c17bae597
|
[to #49903027] fix name resolve for sql udt & pl variables
|
2023-07-13 08:12:18 +00:00 |
|
|
|
316e56d882
|
[xml bugfix] obs1 channel, the value of the update xmltype field in pl is the value of the xmltype variable
|
2023-07-12 15:12:28 +00:00 |
|
|
|
7af90145c2
|
to issue<50813268>:fix core when using set funciton to operate array type
|
2023-07-12 07:12:36 +00:00 |
|
|
|
f2ff2cfe02
|
Fix last_insert_id expr bugs
|
2023-07-12 05:24:00 +00:00 |
|
|
|
7e1fc2053a
|
fix error in judging overflow of unsigned integer multiplication
|
2023-07-11 19:23:56 +00:00 |
|
|
|
e269245733
|
[CP] add error code when alloc memory failed
|
2023-07-11 18:48:08 +00:00 |
|
|
|
a77abb22ee
|
fix:when case compare json type result not correct
|
2023-07-11 14:53:55 +00:00 |
|
|
|
a73393f0e7
|
[CP] [CP] [CP] fix some bugs
|
2023-07-11 13:42:28 +00:00 |
|
|
|
63af839d05
|
[xml] update xmltype using clob in pl bugfix
|
2023-07-11 13:12:39 +00:00 |
|
|
|
1194d728cc
|
fix deduce type bug of expr decode
|
2023-07-11 10:48:27 +00:00 |
|
|
|
fa010efcd4
|
fix replace expr charset mistaken code bug
|
2023-07-11 10:42:33 +00:00 |
|
|
|
335db9ca4d
|
revert commit ‘Fix generated column bug’
|
2023-07-10 09:11:56 +00:00 |
|
|
|
4522385777
|
to issue<50708864>:fix mutilset nested table containg complex type core
|
2023-07-06 11:42:17 +00:00 |
|
|
|
e984dbcfb0
|
Fix generated column bug
|
2023-07-05 12:12:10 +00:00 |
|
|
|
3943420210
|
fix variable server_uuid isn't correctly and master failed cases
|
2023-07-05 07:54:03 +00:00 |
|
|
|
471cfeb36d
|
[BUGFIX] fix substr memcpy overlap
|
2023-07-04 02:42:29 +00:00 |
|
|
|
d3dcf6934d
|
bugfix: decode adaptation for xml && allow filter for count arg in xpath && filter result cache
|
2023-07-03 07:18:45 +00:00 |
|
|
|
756248ede0
|
[bugfix] scn_to_timestamp() should use sys_time_zone in mysql mode
|
2023-06-30 10:48:15 +00:00 |
|