Skip to content

提供Oracle相关支持#688

Merged
hhyo merged 4 commits intohhyo:masterfrom
ruanct:master
Mar 27, 2020
Merged

提供Oracle相关支持#688
hhyo merged 4 commits intohhyo:masterfrom
ruanct:master

Conversation

@ruanct
Copy link
Collaborator

@ruanct ruanct commented Mar 26, 2020

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

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

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

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

ruanct 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的问题

@hhyo hhyo merged commit dd0665b into hhyo:master Mar 27, 2020
xxlaila pushed a commit to xxlaila/Archery that referenced this pull request Feb 15, 2025
1. 支持SELECT COUNT(*)查询, 不再限制limit;

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

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

3. 如果视图定义SQL也需保留注释,也可以delimiter $$作为起始分隔符,以$$作为结束分隔符
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