|
|
fd55b7156a
|
Merge branch 'pr_1405'
|
2023-06-14 03:43:37 +00:00 |
|
|
|
e00206d7b9
|
fix some spelling errors.
|
2023-06-14 03:18:26 +00:00 |
|
|
|
90c2c33118
|
[CP] Fix bug for last_insert_id()
|
2023-06-14 02:48:21 +00:00 |
|
|
|
68af9e5cf9
|
fix bug about expr second microsecond hour month year
|
2023-06-13 08:53:56 +00:00 |
|
|
|
a8ce86fac6
|
refine char padding
|
2023-06-13 08:12:19 +00:00 |
|
|
|
eaff13368a
|
fix expr replace calc_result_length bug
|
2023-06-13 02:54:04 +00:00 |
|
|
|
05295dd0f6
|
expr repeat/space/lrpad opt for text type
|
2023-06-13 02:12:20 +00:00 |
|
|
|
92e836d354
|
bugfix : xml can not apply in NLSSORT & GREATEST with xmltype param & ban updatexml in PL
|
2023-06-10 02:42:25 +00:00 |
|
|
|
0c21bc38a1
|
Hold ids for GTT enhancement
|
2023-06-10 01:42:14 +00:00 |
|
|
|
7169c14737
|
fix typos
|
2023-06-09 10:12:25 +00:00 |
|
|
|
64b032db76
|
bugfix: 1. xml_expr: generated_column_expr; 2. extract, extract_value, update_xml: xpath or ns arg not literal
|
2023-06-09 08:42:18 +00:00 |
|
|
|
bbf9072380
|
fix some bug for auto_mem_mgr && fix bug for nanvl
|
2023-06-09 03:48:03 +00:00 |
|
|
|
30b4cfd39a
|
DM supports retry policy.
|
2023-06-08 04:18:00 +00:00 |
|
|
|
678e771ea8
|
to issue<50188250>:fix core when reset pl ctx after inject error
|
2023-06-08 02:42:29 +00:00 |
|
|
|
94835888f2
|
bugfix : ban xml expr in PL mode & xml parse special case xml:lang
|
2023-06-07 11:17:50 +00:00 |
|
|
|
01f144ffc2
|
support cast between year and time
|
2023-06-07 02:55:21 +00:00 |
|
|
|
0ba66695a5
|
Fix default function bug
|
2023-06-07 02:18:28 +00:00 |
|
|
|
88a942cb33
|
[xml bugfix] xmlattributes evalname input fix
|
2023-06-05 10:42:11 +00:00 |
|
|
|
50e1a9478e
|
feat(expr): add area as an alias for st_area
Signed-off-by: tison <wander4096@gmail.com>
|
2023-06-05 10:23:44 +08:00 |
|
|
|
8bd4f54ea1
|
fix some charset bugs
|
2023-06-02 11:17:36 +00:00 |
|
|
|
051b7be095
|
Fix failed mysqltests
|
2023-06-02 06:42:01 +00:00 |
|
|
|
623c7d90aa
|
default rownum not allowed and fix obj deserialize bug
|
2023-06-01 12:42:00 +00:00 |
|
|
|
9b7afa1d90
|
[CP] fix like(nchar) bug
|
2023-06-01 03:47:55 +00:00 |
|
|
|
32b88df229
|
check type of raw expr before static_cast
|
2023-05-31 18:42:07 +00:00 |
|
|
|
65046e8219
|
fix calc least expr bug
|
2023-05-30 12:41:50 +00:00 |
|
|
|
fa886fed1d
|
to issue<49860566>:fix core when disconnect connection after udf execute failed
|
2023-05-30 08:53:24 +00:00 |
|
|
|
744a7ed6c4
|
fix mysqltest
|
2023-05-30 04:22:31 +00:00 |
|
|
|
8dd2cf466a
|
Fix failed mysqltests
|
2023-05-30 01:11:12 +00:00 |
|
|
|
3f332fa853
|
to issue<38211687><49782442><36841844><33833762>:fix serveral bugs
|
2023-05-29 09:11:05 +00:00 |
|
|
|
1a7bbd1f3d
|
to issue<49906188>:fix core about package var as udf out param
|
2023-05-25 12:46:54 +00:00 |
|
|
|
16bf66295c
|
fix: xmlserialzie input empty xml and should return NULL result & xmlcast padding whitespace for char type
|
2023-05-25 05:41:17 +00:00 |
|
|
|
57e42e3359
|
Fix some bugs
|
2023-05-25 02:11:29 +00:00 |
|
|
|
d33ce0d08c
|
fix statement_digest expr bug
|
2023-05-24 11:47:46 +00:00 |
|
|
|
bb69281e07
|
bugfix : dynamic sql without quesmark type check && encoding session & xmltype compare in case
|
2023-05-24 05:11:48 +00:00 |
|
|
|
d38916c6f0
|
fix lrpad return null when param is empty string && fix nanvl return null when 1st param is binary double
|
2023-05-23 10:47:12 +00:00 |
|
|
|
795f695156
|
xmltype getval bugfix: set result cs_type
|
2023-05-23 10:23:00 +00:00 |
|
|
|
54fbf31d94
|
[to #49602206] no codegen objaccess & can calc it in pure sql context
|
2023-05-23 05:11:45 +00:00 |
|
|
|
5f81d12222
|
to issue<49860566>:fix core when using package var as udf out param
|
2023-05-23 01:41:32 +00:00 |
|
|
|
67986e6122
|
bugfix : [49812157] xmltype.create as input in json_array && [49839129] cast to nchar error code in ob mismatch
|
2023-05-23 01:11:32 +00:00 |
|
|
|
a1741c2ed9
|
to issue<49309819><47913681>:fix serveral bugs
|
2023-05-22 05:22:26 +00:00 |
|
|
|
863d7dfd92
|
Fix functional index bugs
|
2023-05-22 04:41:42 +00:00 |
|
|
|
da418b0c5a
|
Case when expression modification
|
2023-05-22 02:41:44 +00:00 |
|
|
|
2cf85600bc
|
[BUGFIX] fix lob bugs
|
2023-05-19 09:47:31 +00:00 |
|
|
|
b1f4feaf18
|
issue<49704458>:fix memory leak of udt construct function
|
2023-05-18 13:29:18 +00:00 |
|
|
|
b1bb0aefec
|
fix wrong status type in __all_virtual_thread
|
2023-05-17 16:11:24 +00:00 |
|
|
|
e556c2117c
|
Fix some prepared statement bug
|
2023-05-17 14:22:00 +00:00 |
|
|
|
d79ccfaa6e
|
fix error codes incompatible in in-operator and nullif / join / returning with xmltype
|
2023-05-16 12:22:00 +00:00 |
|
|
|
1c1eef34a3
|
xml bugfix: allow pl xmltype cast to string & adapt error code for xmltype implict cast to clob/blob
|
2023-05-16 05:16:32 +00:00 |
|
|
|
8fa5fdc6e7
|
fix mysqltest
|
2023-05-15 08:46:25 +00:00 |
|
|
|
64df4d7271
|
fix case when, returning with xmltype incompatible
|
2023-05-15 08:21:48 +00:00 |
|