https://github.com/kukimik/recon
A workaround that provides qualified expressions (aka record constructors) in Oracle versions <18c.
https://github.com/kukimik/recon
Last synced: 3 months ago
JSON representation
A workaround that provides qualified expressions (aka record constructors) in Oracle versions <18c.
- Host: GitHub
- URL: https://github.com/kukimik/recon
- Owner: kukimik
- License: mit
- Created: 2021-01-06T20:49:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T22:26:44.000Z (over 4 years ago)
- Last Synced: 2025-01-19T13:43:38.793Z (4 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recon
A workaround that provides qualified expressions (aka record constructors) in Oracle versions <18c.This is an early working prototype. One should expect breaking changes to be introduced. I don't recommend using it in production environments.
## TODO:
* extract code that builds functions into separate, deterministic functions;
* move types to separate package;
* add table comments;
* create tutorial;
* create user guide;
* associative arrays;