-
Notifications
You must be signed in to change notification settings - Fork 185
Support native JSON data type of Oracle Database 21c #1181
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
Conversation
Kudos, SonarCloud Quality Gate passed! |
Can you also add a comment to the documentation related to the fact that DB upgrade will require utPLSQL to be re-installed? If you're on say 18c and go to 21c, utPLSQL new features (native JSON) will not work without reinstall. A note on the upgrade of DB with utPLSQL will definitely help. |
Codecov Report
@@ Coverage Diff @@
## develop #1181 +/- ##
========================================
Coverage 94.85% 94.86%
========================================
Files 104 104
Lines 4844 4853 +9
Branches 21 21
========================================
+ Hits 4595 4604 +9
Misses 241 241
Partials 8 8
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
….com/utPLSQL/utPLSQL into feature/1114_support_native_json_21c
Kudos, SonarCloud Quality Gate passed! |
Introducing a support for native json in 21c.
Fixing issue with act and exp
Closes #1114
Closes #1113