๐Ÿ“ฆ kukimik / recon

A workaround that provides qualified expressions (aka record constructors) in Oracle versions <18c.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/kukimik/recon.git
HTTPS git clone https://github.com/kukimik/recon.git
SSH git clone git@github.com:kukimik/recon.git
CLI gh repo clone kukimik/recon
kukimik kukimik todo. settings table. comments (empty as for now). 69f79fa 5 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ recon.sql
๐Ÿ“„ README.md

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;