fix: 针对Oracle 11gR2 Enterprise做了一点优化,应该不影响新版本的Oracle(太忙了没时间搭环境了)#70
Open
peter5he1by wants to merge 1 commit intoSafeGroceryStore:mainfrom
Open
fix: 针对Oracle 11gR2 Enterprise做了一点优化,应该不影响新版本的Oracle(太忙了没时间搭环境了)#70peter5he1by wants to merge 1 commit intoSafeGroceryStore:mainfrom
peter5he1by wants to merge 1 commit intoSafeGroceryStore:mainfrom
Conversation
Contributor
|
先 hold 住,我现在在搞新版本,我想把他合并到新版里面 |
Author
|
咕咕咕 |
1 similar comment
Author
|
咕咕咕 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Oracle 11gR2 Enterprise 下创建数据库函数的时候会因为分号的语法问题导致最终的函数定义缺了个分号,这里采用匿名SQL块来缓解。另外ShellUtil源码中那个没用到的导入语句也会影响Oracle 11g,先注释掉(可能需要在较新版本的Oracle上进行测试)。