|
|
017d1a8454
|
bugfix : json_object bugfix && json dot notation in PL
|
2024-02-06 18:06:36 +00:00 |
|
|
|
c8ef409bf3
|
Do not report ERROR when sample rate equals 100
|
2024-02-06 14:49:36 +00:00 |
|
|
|
0983ed0b72
|
Adjust stmt printer and codeowners
|
2024-01-23 04:42:57 +00:00 |
|
|
|
658c51919f
|
Fix row comparison wrong result of decimal int type
|
2024-01-19 02:42:38 +00:00 |
|
|
|
8c2e317eb6
|
bug:xor expr error when print
|
2024-01-16 03:47:33 +00:00 |
|
|
|
f7cd32be94
|
[FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
|
2023-12-14 07:42:52 +00:00 |
|
|
|
10be8c9e6b
|
bugfix : json_object bugfix && json dot notation in PL
|
2023-11-21 02:15:10 +00:00 |
|
|
|
57ee69aca8
|
patch bugfix to master
|
2023-11-16 10:10:21 +00:00 |
|
|
|
91c8fb0b92
|
[CP] [to #52605855] fix prefix database of udf in view
|
2023-10-18 13:13:27 +00:00 |
|
|
|
a3b0891c86
|
[to #52406314] fix serval PL/SQL bugs
|
2023-09-27 06:10:09 +00:00 |
|
|
|
284626c49d
|
fix reversing align_date4cmp_expr problem
|
2023-09-20 13:16:02 +00:00 |
|
|
|
19a59fc849
|
Merge branch 'pr_1546'
|
2023-09-08 15:51:13 +08:00 |
|
|
|
06de08f309
|
fix aggr bug
|
2023-09-08 11:56:21 +08:00 |
|
|
|
4c232da560
|
bugfix: lnnvl raw expr printer
|
2023-09-01 04:44:17 +00:00 |
|
|
|
5e158ef5e9
|
[FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
|
2023-08-30 11:44:37 +00:00 |
|
|
|
7b6f4dae66
|
Fix a bug when create view with having clause
|
2023-08-22 03:44:38 +00:00 |
|
|
|
b6660b6f89
|
Fix dblink bug
|
2023-08-17 17:23:59 +08:00 |
|
|
|
e067fa2e07
|
fix some window func bugs
|
2023-08-14 07:18:41 +00:00 |
|
|
|
cf6ace1f68
|
fix: 1. rapidjson coredump bug when oom. 2. json_value support truncate clause
|
2023-08-08 08:42:35 +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 |
|
|
|
6f619f09bc
|
Fix print rowid expr bug
|
2023-07-18 08:48:20 +00:00 |
|
|
|
a03af93f4d
|
supprt sql_quote_show_create variable in mysql mode
|
2023-07-13 10:12:23 +00:00 |
|
|
|
1858194fc4
|
Fix printer bugs
|
2023-06-22 03:42:42 +00:00 |
|
|
|
13327b58d4
|
Fix dblink bug when dblink sql contains outline
|
2023-06-19 03:12:20 +00:00 |
|
|
|
635b221288
|
[xml bugfix] 1. xmltype empty variable problem under pl 2. xmlelement anti-spelling label case problem
|
2023-06-13 09:42:25 +00:00 |
|
|
|
9ab529a64b
|
fix dblink type bugs
|
2023-06-12 02:43:11 +00:00 |
|
|
|
7e1f2919c5
|
Fix dblink bugs
|
2023-06-07 09:23:51 +00:00 |
|
|
|
d44134ee44
|
[to #48700654] fix parser & resolver of user defined window function to support calling with database name
|
2023-06-07 09:18:08 +00:00 |
|
|
|
88a942cb33
|
[xml bugfix] xmlattributes evalname input fix
|
2023-06-05 10:42:11 +00:00 |
|
|
|
54fbf31d94
|
[to #49602206] no codegen objaccess & can calc it in pure sql context
|
2023-05-23 05:11:45 +00:00 |
|
|
|
3aeec935da
|
[xml bugfix] xmlattributes print value bugfix
|
2023-05-22 09:47:34 +00:00 |
|
|
|
3022641952
|
Fix print cast as number bug in dblink
|
2023-05-21 06:17:31 +00:00 |
|
|
|
6d7334a245
|
[xml bugfix] pl xmlagg print failed and not support position()
|
2023-05-17 07:41:11 +00:00 |
|
|
|
01e566ca07
|
[xml bugfix] irregular xlst in xml transform bugfix 49538940; xmlserialize in pl indent bugfix 49543617;
|
2023-05-10 09:03:45 +00:00 |
|
|
|
8a215cb58f
|
Fix print function bin/oct bug
|
2023-05-05 05:38:39 +00:00 |
|
|
|
f6c3ecdd97
|
bugfix: 49298642,49243905,49422634
|
2023-05-04 12:30:09 +00:00 |
|
|
|
09ed904b58
|
[FEAT MERGE] Support external table
Co-authored-by: jingtaoye35 <1255153887@qq.com>
|
2023-04-29 15:11:50 +00:00 |
|
|
|
3cada22bdc
|
[FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
|
2023-04-28 11:12:11 +00:00 |
|
|
|
17abf2818a
|
[FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
|
2023-04-28 03:45:10 +00:00 |
|
|
|
f745b47cbc
|
[FEAT MERGE] implement dynamic sampling
|
2023-04-27 12:15:28 +00:00 |
|
|
|
a58de12030
|
disable write udf to remote dblink tables
|
2023-04-24 07:48:15 +00:00 |
|
|
|
0a0ba897c9
|
[FEAT MERGE] [to #48722125] pl/sql name resolve refactor
|
2023-04-18 06:12:14 +00:00 |
|
|
|
76e6f675b5
|
Fix dblink bugs
|
2023-04-14 04:11:51 +00:00 |
|
|
|
f6c64ffeb2
|
Fix print window function bug
|
2023-04-04 00:44:54 +00:00 |
|
|
|
1f1001b640
|
Revert print cast for questionmark in dblink
|
2023-03-20 20:40:30 +08:00 |
|
|
|
8ce2f275c4
|
[fix] remove some internal urls and emails
|
2023-03-17 20:57:21 +08:00 |
|
|
|
843888c953
|
Fix dblink bugs
|
2023-03-17 02:40:51 +00:00 |
|
|
|
8e6297fb78
|
Fix dblink bugs
|
2023-02-24 15:10:13 +00:00 |
|
|
|
61a17a9abc
|
bugfix : json objectagg returning type affect by var in pl
|
2023-02-16 04:17:46 +00:00 |
|