Skip to content

Releases: utPLSQL/utPLSQL

v3.0.0-beta

14 May 22:52
Compare
Choose a tag to compare
Merge pull request #261 from jgebal/feature/release_archive_fix

Fixed missing docs.

v3.0.0.0-Alpha1 Release

18 Jan 00:38
Compare
Choose a tag to compare
Pre-release

This is the first alpha release of version 3.

For details on changes it's recommend to review the readme.md

v2.3.1

07 Jul 16:29
Compare
Choose a tag to compare

Updated documentation to reference GitHub

v2.3.0

30 Jan 15:02
Compare
Choose a tag to compare

v2.2.3

30 Jan 15:14
Compare
Choose a tag to compare

v2.2.2

30 Jan 15:12
Compare
Choose a tag to compare
  • Sourceforge Bug 32: Fixed issue with "eqquery" failing if a statement contained "UNION ALL".
  • Sourceforge Bug 33: Fixed issue which meant tests ran in an undetermined order (they will now run in alphabetical order).

v2.2.1

30 Jan 15:08
Compare
Choose a tag to compare

v2.2.0

30 Jan 15:18
Compare
Choose a tag to compare
  • This version introduces the concept of Output Reporters. The existing code to output to DBMS_OUPUT or to file has been refactored to fit into this framework. As a result of this, the pl procedure in the utplsql package has been moved to the utreport package.
  • The installation procedure has been changed so that the database version is picked up more robustly. Version 2.2 works with 10g, which previous versions did not. It should also work with future versions (so long as the version is to be found in the same place in the data dictionary).
  • There are also a variety of small fixes in this release.

v2.1.1

30 Jan 15:21
Compare
Choose a tag to compare
  • This version has a variety of small fixes and is released to coincide with OUnit version 1.0.
  • The installation procedure has been changed and a variety of bugs with it have been fixed.
  • utGen.exe has been removed from the "core" utPLSQL distribution. The functionallity it supplied will be included in a future version of Ounit.