mwrynn / plsql-table

The mwrynn PL/SQL Table API - Provides a "table_obj" that is linked to a table; the object has many functions that perform convenient operations, such as disabling/enabling all indexes, generation of random dummy data (random garbage as well as randomly select parent keys for foreign key columns), dynamic query generation - especially useful to handle burdensome column lists
GNU General Public License v3.0
1 stars 1 forks source link

Test and certify for as many still-supported-by-Oracle versions of Oracle as possible #8

Open mwrynn opened 4 years ago

mwrynn commented 4 years ago

Maybe since utPLSQL supports only Oracle versions under extended support (11.2 and higher), we could certify for 11.2 and higher.