Skip to content

PLUtil is a package with usefull procedures, functions, and (sub)types.

License

Notifications You must be signed in to change notification settings

teotiger/plutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLUtil

Introduction

PLUtil package is a collection of procedures, functions, and (sub)types for use in SQL and PL/SQL.

Installation

Simply run the install script from the setup folder inside SQL*Plus.

Documentation

The documentation of all subprograms in the package can be found on ReadTheDocs.

License

PLUtil is released under the MIT license.

Quality

PLUtil use utPLSQL for UnitTests. The results and some static analysis of the source code can be found on SonarCloud.io.

Version History

Version 0.5 – March 30, 2020

  • new functions added (split_to_list, split_tt, replace_multi, prn)
  • more unit tests and better code coverage

Version 0.4 – June 8, 2019

  • new functions added (date_to_unix_timestamp, unix_timestamp_to_date, format_bytes_binary, format_bytes_decimal, hex_to_rgb, rgb_to_hex)

Version 0.3 – March 10, 2018

  • new functions added (cpad, days_in_month, format_seconds)

Version 0.2 – June 27, 2017

  • Complete refactoring

Version 0.1 – April 5, 2017

  • Initial release

About

PLUtil is a package with usefull procedures, functions, and (sub)types.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages