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

Match file extensions to standard conventions #27

Closed mwrynn closed 3 years ago

mwrynn commented 3 years ago

Probably just need to replace .sql => .pls but check: https://www.orafaq.com/wiki/File_extensions

mwrynn commented 3 years ago

Completed in #28