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
84c5698b2a5ff48062e305591764c16f039d6a57
oceanbase
/
src
/
sql
/
parser
History
maosy
84c5698b2a
[FEAT MERGE] [CP] transfer partition && cancel transfer partition
...
Co-authored-by: linqiucen <
lqcgrace@outlook.com
>
2024-03-20 09:46:02 +00:00
..
CMakeLists.txt
[FEAT MERGE]charset revise
2024-02-07 01:12:44 +00:00
gen_parser.sh
fix const number of fast parse and normal parse is different with mysql sql comment and parser error code refine
2024-02-08 13:51:23 +00:00
gen_type_name.sh
delete redundant code
2023-01-12 19:02:33 +08:00
non_reserved_keywords_mysql_mode.c
[FEAT MERGE] [CP] transfer partition && cancel transfer partition
2024-03-20 09:46:02 +00:00
ob_char_type.h
[FEAT MERGE]:Oracle Json Supported
2023-01-28 15:52:30 +08:00
ob_fast_parser.cpp
[CP] support column identifier begin with number
2024-02-21 07:21:47 +00:00
ob_fast_parser.h
[CP] revert the behavior of removing spaces before newlines in a string.
2024-02-09 02:16:08 +00: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
fix handling invalid character in identifier
2023-09-22 03:10:14 +00:00
ob_parser.cpp
bugfix: remove semicolon in mysql mode
2024-02-10 09:21:36 +00:00
ob_parser.h
[to
#52212883
]fix bug dbms sql in trigger
2023-11-01 03:09:15 +00:00
ob_sql_parser.cpp
partition by (c1,c2) return compile error, current is 4016
2024-03-05 03:48:19 +00:00
ob_sql_parser.h
patch 4.0
2022-10-24 17:57:12 +08:00
parse_define.h
[to
#48644798
] fix mysql errno for creating views with questionmarks in PL
2023-05-25 18:11:48 +00:00
parse_malloc.cpp
[CP] revert the behavior of removing spaces before newlines in a string.
2024-02-09 02:16:08 +00:00
parse_malloc.h
[CP] revert the behavior of removing spaces before newlines in a string.
2024-02-09 02:16:08 +00: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
[FEAT MERGE]Query Interface Enhancement
2023-04-28 02:41:45 +00:00
parse_node.h
partition by (c1,c2) return compile error, current is 4016
2024-03-05 03:48:19 +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
fix const number of fast parse and normal parse is different with mysql sql comment and parser error code refine
2024-02-08 13:51:23 +00:00
sql_parser_base.h
[CP] support column identifier begin with number
2024-02-21 07:21:47 +00:00
sql_parser_mysql_mode.l
[FEAT MERGE]: use parameter _ob_ddl_temp_file_compress_func to control compression in ddl.
2024-03-07 04:45:49 +00:00
sql_parser_mysql_mode.y
[FEAT MERGE] [CP] transfer partition && cancel transfer partition
2024-03-20 09:46:02 +00:00
README
See `ob_parser.h' for the interface.