An open API service indexing awesome lists of open source software.

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.

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;