This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
hcq
/
oceanbase
Watch
1
Star
0
Fork
0
You've already forked oceanbase
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
d5ace94d6cd9da352fa917cee6af5cb9ce059530
oceanbase
/
src
/
sql
/
parser
History
yishenglanlingzui
d5ace94d6c
fix bug remove unresonable log print
2023-02-24 14:18:34 +00:00
..
CMakeLists.txt
patch 4.0
2022-10-24 17:57:12 +08:00
gen_parser.sh
Fix a bug when bison get conflict bug cmake can not get error
2023-01-12 19:02:33 +08:00
gen_type_name.sh
delete redundant code
2023-01-12 19:02:33 +08:00
non_reserved_keywords_mysql_mode.c
[FEAT MERGE] log4100 branch
2023-01-28 18:17:32 +08:00
non_reserved_keywords_oracle_mode.c
dblink_write implement [FEAT MERGE]
2023-01-29 16:23:19 +08:00
ob_char_type.h
[FEAT MERGE]:Oracle Json Supported
2023-01-28 15:52:30 +08:00
ob_fast_parser.cpp
bugfix : json object key value with colon && timestamp_tz return value
2023-02-07 17:49:06 +08:00
ob_fast_parser.h
fix latin1 parameterize bug
2023-02-06 22:51:21 +08:00
ob_item_type_str.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_non_reserved_keywords.c
patch 4.0
2022-10-24 17:57:12 +08:00
ob_non_reserved_keywords.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_parser_utils.h
patch 4.0
2022-10-24 17:57:12 +08:00
ob_parser.cpp
fix bug remove unresonable log print
2023-02-24 14:18:34 +00:00
ob_parser.h
[FEAT MERGE]implement user-defined rewrite rules
2023-01-12 19:02:33 +08:00
ob_sql_parser.cpp
patch 4.0
2022-10-24 17:57:12 +08:00
ob_sql_parser.h
patch 4.0
2022-10-24 17:57:12 +08:00
parse_define.h
[scn] fix 4377 caused by miss one line code when refresh
2023-01-12 19:02:33 +08:00
parse_malloc.cpp
[FEAT MERGE]charset latin1
2023-01-28 15:43:48 +08:00
parse_malloc.h
[scn] mv definition of SCN to dir of share
2023-01-12 19:02:33 +08:00
parse_node_hash.cpp
patch 4.0
2022-10-24 17:57:12 +08:00
parse_node_hash.h
patch 4.0
2022-10-24 17:57:12 +08:00
parse_node.c
[CP] [parser][asan]: avoid heap-buffer-overflow while parser hex with odd number(e.g., 0xaaa);
2023-02-06 13:20:00 +08:00
parse_node.h
add for replace and insert_up with batch_optimization
2023-02-17 07:12:56 +00:00
parser_proxy_func.cpp
patch 4.0
2022-10-24 17:57:12 +08:00
parser_proxy_func.h
fix typo
2023-01-12 19:02:33 +08:00
parser_utility.cpp
patch 4.0
2022-10-24 17:57:12 +08:00
parser_utility.h
patch 4.0
2022-10-24 17:57:12 +08:00
README
patch 4.0
2022-10-24 17:57:12 +08:00
reserved.py
patch 4.0
2022-10-24 17:57:12 +08:00
sql_parser_base.c
add -Wshorten-64-to-32 for share
2023-02-07 00:40:02 +08:00
sql_parser_base.h
bugfix : json object key value with colon && timestamp_tz return value
2023-02-07 17:49:06 +08:00
sql_parser_mysql_mode.l
[parser]: '(' ')' could coexist with alias. e.g., select * from (dual) a;
2023-02-06 14:31:47 +08:00
sql_parser_mysql_mode.y
add for replace and insert_up with batch_optimization
2023-02-17 07:12:56 +00:00
README
See `ob_parser.h' for the interface.