Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提供Oracle相关支持 #688

Merged
merged 4 commits into from
Mar 27, 2020
Merged

提供Oracle相关支持 #688

merged 4 commits into from
Mar 27, 2020

Conversation

ericruan-cn
Copy link
Collaborator

  1. 支持SELECT COUNT(*)查询, 不再限制limit;

  2. 同时还支持执行以下SQL:
    (a)创建存储过程、函数、包、包体、触发器等对象的定义;
    (b)执行PLSQL可执行匿名块;

    暂定该类SQL以delimiter $$作为起始分隔符,以$$作为结束分隔符;
    每一个对象定义,前后套用一个起始和结束分隔符;
    为了保留该类SQL的注释,该类SQL没有做注释的过滤,提高SQL的可读性

  3. 如果视图定义SQL也需保留注释,也可以delimiter $$作为起始分隔符,以$$作为结束分隔符

ericruan-cn and others added 4 commits November 21, 2019 17:35
2020-01-14更新项目
1. 支持SELECT COUNT(*)查询, 不再限制limit;

2. 同时还支持执行以下SQL:
   (a)创建存储过程、函数、包、包体、触发器等对象的定义;
   (b)执行PLSQL可执行匿名块;

   暂定该类SQL以delimiter $$作为起始分隔符,以$$作为结束分隔符;
   每一个对象定义,前后套用一个起始和结束分隔符;
   为了保留该类SQL的注释,该类SQL没有做注释的过滤,提高SQL的可读性

3. 如果视图定义SQL也需保留注释,也可以delimiter $$作为起始分隔符,以$$作为结束分隔符
@LeoQuote
Copy link
Collaborator

rebase 之后force push 一下吧, base 太老了, ci没过看一下.

@LeoQuote LeoQuote added area/engine enhancement New feature or request labels Mar 26, 2020
@hhyo
Copy link
Owner

hhyo commented Mar 26, 2020

base 倒是没问题 merge过几次,我们合时可以 squash,ci的两个错误要看一下

Copy link
Owner

@hhyo hhyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pr分支为master,我无法强制push,先合并我再处理ci的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/engine enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants