-
Notifications
You must be signed in to change notification settings - Fork 182
API overhaul #28
Copy link
Copy link
Closed
Labels
Description
With Oracle 12 having a native "JSON" type, I think it would be good to look at how this project can be overhauled. PL/JSON supports far more than Oracle's native type, but the two conflict due to naming. So at the very least it would be nice to re-write PL/JSON's internals, and exposed API, to not conflict with Oracle's native type. For backward compatibility, a shim API should be provided that people on versions less than 12 can optionally install and use.
Reactions are currently unavailable