ruby-plsql icon indicating copy to clipboard operation
ruby-plsql copied to clipboard

Improve 18c support

Open joschug opened this issue 4 years ago • 2 comments

This fixes #204, #207 and probably #200.

  • Resolve type synonyms
  • Support cross-schema type references
  • Added support for package types declared as %ROWTYPE
  • Added support for %ROWTYPE as procedure parameter
  • Exclude hidden columns from table types
  • Remap TIMESTAMP(n) WITH LOCAL TIMEZONE to TIMESTAMP WITH LOCAL TIMEZONE
  • Remap PL/SQL PLS/BINARY INTEGER to PLS_INTEGER/BINARY_INTEGER

joschug avatar Oct 27 '21 06:10 joschug

Could you please break this pull request into smaller pieces?

yahonda avatar May 12 '23 22:05 yahonda

Using this for a year with Rails 5.2 and 18c, now upgraded with Rails 7, still works.

Faq avatar Aug 23 '24 12:08 Faq