|
|
58aad590f1
|
[FEAT MERGE] Solidify session vars for functional index
|
2023-12-12 06:42:37 +00:00 |
|
|
|
7643fd928c
|
Bugfix for nagating decimal_int
|
2023-12-11 03:12:47 +00:00 |
|
|
|
a084a7ae38
|
Bugfix for dynamic evaluated questionmark
|
2023-12-07 11:12:43 +00:00 |
|
|
|
864a26e603
|
Fix type deduction error for sum aggregation
|
2023-12-07 07:16:16 +00:00 |
|
|
|
5c7d80971b
|
Bugfix for ObDecimalIntType
|
2023-12-05 16:41:48 +00:00 |
|
|
|
19a1c56239
|
fix copy shared exec param bug
|
2023-11-30 09:16:16 +00:00 |
|
|
|
743740102d
|
Parsing numeric constant as ObDecimalIntType in oracle compatible mode
|
2023-11-28 15:11:49 +00:00 |
|
|
|
18d0640d2f
|
bugfix : json_object bugfix
|
2023-11-27 10:00:01 +00:00 |
|
|
|
e4f7452b2d
|
[FEAT MERGE]charset revise
|
2023-11-27 08:52:02 +00:00 |
|
|
|
4c009c7342
|
[CP] to issue<53410420>:adjust table function serial execution strategy
|
2023-11-27 07:23:40 +00:00 |
|
|
|
10be8c9e6b
|
bugfix : json_object bugfix && json dot notation in PL
|
2023-11-21 02:15:10 +00:00 |
|
|
|
5b56913d35
|
fix bugs that lost stmt scala group by property after remove all aggr_items
|
2023-11-20 14:49:02 +00:00 |
|
|
|
86eb89f5f8
|
[CP] [xml bugfix] Disable conversion from xml to anytype and fix some problems with xml parsing
|
2023-11-16 10:40:25 +00:00 |
|
|
|
57ee69aca8
|
patch bugfix to master
|
2023-11-16 10:10:21 +00:00 |
|
|
|
d2dd4b65a1
|
[CP] to issue<52916428>:fix core when obj access expr as sql fliter expr
|
2023-11-15 11:10:36 +00:00 |
|
|
|
bcc15937ee
|
[CP] Fix issues related to user variables.
|
2023-11-15 07:40:18 +00:00 |
|
|
|
a6117944b9
|
fix transformer bugs caused by shared expr
|
2023-11-13 10:09:17 +00:00 |
|
|
|
d76e2df6ef
|
fix distinct fd judgement bug
|
2023-11-06 09:39:30 +00:00 |
|
|
|
566e920620
|
Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
|
2023-10-31 15:39:22 +00:00 |
|
|
|
bacc417957
|
feat: add the rule to use-das when has variable assignments in sql
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
|
2023-10-23 09:14:03 +00:00 |
|
|
|
c9753f2968
|
license opt: Identify external and internal code and modify their open source licenses correctly.
|
2023-10-23 03:43:44 +00:00 |
|
|
|
8bb6c9f1e4
|
[to #52611952] fix mysqltest
|
2023-10-20 03:43:10 +00:00 |
|
|
|
91c8fb0b92
|
[CP] [to #52605855] fix prefix database of udf in view
|
2023-10-18 13:13:27 +00:00 |
|
|
|
3d363ea059
|
Fix core caused by check_stmt_unique
|
2023-10-10 09:24:53 +00:00 |
|
|
|
00c32f328e
|
Fix core at multiset subquery
|
2023-10-09 12:39:33 +00:00 |
|
|
|
a3b0891c86
|
[to #52406314] fix serval PL/SQL bugs
|
2023-09-27 06:10:09 +00:00 |
|
|
|
c13243ff23
|
fix handling invalid character in identifier
|
2023-09-22 03:10:14 +00:00 |
|
|
|
982796f754
|
Fix IS_OR flag and mysqltest
|
2023-09-20 17:20:59 +00:00 |
|
|
|
284626c49d
|
fix reversing align_date4cmp_expr problem
|
2023-09-20 13:16:02 +00:00 |
|
|
|
8915b19f61
|
Fix: column_conv type inference set wrong collation_level
|
2023-09-14 09:10:25 +00:00 |
|
|
|
d3d95a19a3
|
make state func not to be shared
|
2023-09-13 13:44:14 +00:00 |
|
|
|
e4415822c8
|
fix bug: update set should report error when charset convert error
|
2023-09-13 07:10:33 +00:00 |
|
|
|
cd786d560e
|
fix mysql compatible bug with partition table
|
2023-09-11 08:10:37 +00:00 |
|
|
|
fe15aec896
|
make regexp functions be valid for generated column in mysql
|
2023-09-11 07:14:27 +00:00 |
|
|
|
7198e18f7a
|
bugfix: support for using current_user function without ending parentheses
|
2023-09-09 11:32:59 +00:00 |
|
|
|
19a59fc849
|
Merge branch 'pr_1546'
|
2023-09-08 15:51:13 +08:00 |
|
|
|
ff1d83df68
|
fix ObRawExpr::add_child_flags bug
|
2023-09-08 12:38:14 +08:00 |
|
|
|
06de08f309
|
fix aggr bug
|
2023-09-08 11:56:21 +08:00 |
|
|
|
8bb7c8394f
|
[CP] Fix cume_dist/percent_rank bug
|
2023-09-08 10:40:37 +08:00 |
|
|
|
b60e4f8d97
|
[FEAT MERGE] [OBKV] support TTL
Co-authored-by: IHEII <602280108@qq.com>
|
2023-09-04 01:10:37 +00:00 |
|
|
|
5e3a117ca7
|
to issue<51710744>:fix datetime type as argument of store routine issue
|
2023-09-01 10:44:34 +00: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 |
|
|
|
8015a958d0
|
[FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
|
2023-08-30 10:44:18 +00:00 |
|
|
|
e024bcd778
|
fix mysqltest for implicit cast of charset convert
|
2023-08-30 05:10:36 +00:00 |
|
|
|
11a932c048
|
[CP] add ObSqlBitSet init check when create ObRawExpr
|
2023-08-25 12:43:58 +00:00 |
|
|
|
7b6f4dae66
|
Fix a bug when create view with having clause
|
2023-08-22 03:44:38 +00:00 |
|
|
|
a7ab9bf24c
|
optimize resolve columns cost
|
2023-08-21 12:40:40 +00:00 |
|
|
|
c98250b6fd
|
fix adjust table info 4016
|
2023-08-21 11:44:13 +00:00 |
|
|
|
4a2e0995f0
|
Fix alter table add functional index bug
|
2023-08-21 09:10:20 +00:00 |
|