Skip to content

Commit dd04106

Browse files
author
committed
Deployed 93a7c4a with MkDocs version: 1.6.1
1 parent 0eb26c6 commit dd04106

17 files changed

Lines changed: 2462 additions & 638 deletions

announcements/category/releases.html

Lines changed: 47 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,6 +1318,53 @@ <h1 id="releases">releases<a class="headerlink" href="#releases" title="Permanen
13181318
<article class="md-post md-post--excerpt">
13191319
<header class="md-post__header">
13201320

1321+
<div class="md-post__meta md-meta">
1322+
<ul class="md-meta__list">
1323+
<li class="md-meta__item">
1324+
<time datetime="2026-07-10 00:00:00+00:00">July 10, 2026</time></li>
1325+
1326+
<li class="md-meta__item">
1327+
in
1328+
1329+
<a href="releases.html" class="md-meta__link">releases</a>,
1330+
<a href="utplsql-core.html" class="md-meta__link">utplsql-core</a></li>
1331+
1332+
1333+
1334+
<li class="md-meta__item">
1335+
1336+
1 min read
1337+
1338+
</li>
1339+
1340+
1341+
</ul>
1342+
1343+
</div>
1344+
</header>
1345+
<div class="md-post__content md-typeset">
1346+
<h2 id="utplsql-v323-released"><a class="toclink" href="../utplsql-v323-released.html">utPLSQL v3.2.3 released</a></h2>
1347+
<h3 id="whats-changed"><a class="toclink" href="../utplsql-v323-released.html#whats-changed">What's Changed</a></h3>
1348+
<ul>
1349+
<li>Fix issue with <code>UT_TAP_REPORTER</code> on Oracle 23.26 by @jgebal in <a href="https://github.com/utPLSQL/utPLSQL/pull/1359">#1359</a></li>
1350+
<li>Fixed support for camelCase in context <code>--%name</code> annotation. by @jgebal in <a href="https://github.com/utPLSQL/utPLSQL/pull/1361">#1361</a></li>
1351+
<li>utPLSQL can be installed in editioned schema. by @jgebal in <a href="https://github.com/utPLSQL/utPLSQL/pull/1362">#1362</a></li>
1352+
<li>Removed coveralls reporter by @jgebal in <a href="https://github.com/utPLSQL/utPLSQL/pull/1363">#1363</a></li>
1353+
<li>Clarify behavior of before/after procedures in suitepath by @jgebal in <a href="https://github.com/utPLSQL/utPLSQL/pull/1364">#1364</a></li>
1354+
<li><code>throws</code> can reference exception without schema or package name by @jgebal in <a href="https://github.com/utPLSQL/utPLSQL/pull/1365">#1365</a></li>
1355+
<li><code>throws</code> works with uninitialized exception variables by @jgebal in <a href="https://github.com/utPLSQL/utPLSQL/pull/1366">#1366</a></li>
1356+
</ul>
1357+
<p><strong>Full Changelog</strong>: <a href="https://github.com/utPLSQL/utPLSQL/compare/v3.2.2...v.3.2.3">v3.2.2...v.3.2.3</a></p>
1358+
<hr />
1359+
<p><a href="https://github.com/utPLSQL/utPLSQL/releases/tag/v3.2.3">Download utPLSQL release v3.2.3 here</a></p>
1360+
1361+
1362+
</div>
1363+
</article>
1364+
1365+
<article class="md-post md-post--excerpt">
1366+
<header class="md-post__header">
1367+
13211368
<div class="md-post__meta md-meta">
13221369
<ul class="md-meta__list">
13231370
<li class="md-meta__item">
@@ -1770,54 +1817,6 @@ <h2 id="downloads"><a class="toclink" href="../utplsql-v3111-released.html#downl
17701817
</div>
17711818
</article>
17721819

1773-
<article class="md-post md-post--excerpt">
1774-
<header class="md-post__header">
1775-
1776-
<div class="md-post__meta md-meta">
1777-
<ul class="md-meta__list">
1778-
<li class="md-meta__item">
1779-
<time datetime="2021-01-01 00:00:00+00:00">January 1, 2021</time></li>
1780-
1781-
<li class="md-meta__item">
1782-
in
1783-
1784-
<a href="releases.html" class="md-meta__link">releases</a>,
1785-
<a href="utplsql-plsql-developer-plugins.html" class="md-meta__link">utplsql-plsql-developer-plugins</a></li>
1786-
1787-
1788-
1789-
<li class="md-meta__item">
1790-
1791-
1 min read
1792-
1793-
</li>
1794-
1795-
1796-
</ul>
1797-
1798-
</div>
1799-
</header>
1800-
<div class="md-post__content md-typeset">
1801-
<h2 id="plsql-developer-plugin-released"><a class="toclink" href="../plsql-developer-plugin-version-100-released.html">PL/SQL Developer plugin released!</a></h2>
1802-
<p>Happy new year! Thanks to <a href="https://github.com/simasch">Simon Martinelli</a> utPLSQL v3+ is now integrated with <a href="https://www.allroundautomations.com/products/pl-sql-developer/">PL/SQL Developer</a> IDE</p>
1803-
<h3 id="features"><a class="toclink" href="../plsql-developer-plugin-version-100-released.html#features">Features</a></h3>
1804-
<ul>
1805-
<li>The Plugin enables PL/SQL Developer to run tests and code coverage with utPLSQL</li>
1806-
<li>Tests and code coverage can be run for the current user from the tool ribbon or from the context menu on a package or a user</li>
1807-
<li>Test results shown in a test runner window and the code coverage report will be opened in the default browser </li>
1808-
</ul>
1809-
<h3 id="documentation"><a class="toclink" href="../plsql-developer-plugin-version-100-released.html#documentation">Documentation</a></h3>
1810-
<p>See details of plugin usage in <a href="https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/blob/develop/README.md">readme file</a> </p>
1811-
<h3 id="downloads"><a class="toclink" href="../plsql-developer-plugin-version-100-released.html#downloads">Downloads</a></h3>
1812-
<ul>
1813-
<li>Download the plugin release from <a href="https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases">releases page</a></li>
1814-
<li>Copy <code>PlsqlDeveloperUtPlsqlPlugin.dll</code> or <code>PlsqlDeveloperUtPlsqlPlugin_x86.dll</code> to the PlugIns directory of your PL/SQL Developer installation</li>
1815-
</ul>
1816-
1817-
1818-
</div>
1819-
</article>
1820-
18211820

18221821

18231822

announcements/category/releases/page/2.html

Lines changed: 48 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,6 +1316,54 @@ <h1 id="releases">releases<a class="headerlink" href="#releases" title="Permanen
13161316
<article class="md-post md-post--excerpt">
13171317
<header class="md-post__header">
13181318

1319+
<div class="md-post__meta md-meta">
1320+
<ul class="md-meta__list">
1321+
<li class="md-meta__item">
1322+
<time datetime="2021-01-01 00:00:00+00:00">January 1, 2021</time></li>
1323+
1324+
<li class="md-meta__item">
1325+
in
1326+
1327+
<a href="../../releases.html" class="md-meta__link">releases</a>,
1328+
<a href="../../utplsql-plsql-developer-plugins.html" class="md-meta__link">utplsql-plsql-developer-plugins</a></li>
1329+
1330+
1331+
1332+
<li class="md-meta__item">
1333+
1334+
1 min read
1335+
1336+
</li>
1337+
1338+
1339+
</ul>
1340+
1341+
</div>
1342+
</header>
1343+
<div class="md-post__content md-typeset">
1344+
<h2 id="plsql-developer-plugin-released"><a class="toclink" href="../../../plsql-developer-plugin-version-100-released.html">PL/SQL Developer plugin released!</a></h2>
1345+
<p>Happy new year! Thanks to <a href="https://github.com/simasch">Simon Martinelli</a> utPLSQL v3+ is now integrated with <a href="https://www.allroundautomations.com/products/pl-sql-developer/">PL/SQL Developer</a> IDE</p>
1346+
<h3 id="features"><a class="toclink" href="../../../plsql-developer-plugin-version-100-released.html#features">Features</a></h3>
1347+
<ul>
1348+
<li>The Plugin enables PL/SQL Developer to run tests and code coverage with utPLSQL</li>
1349+
<li>Tests and code coverage can be run for the current user from the tool ribbon or from the context menu on a package or a user</li>
1350+
<li>Test results shown in a test runner window and the code coverage report will be opened in the default browser </li>
1351+
</ul>
1352+
<h3 id="documentation"><a class="toclink" href="../../../plsql-developer-plugin-version-100-released.html#documentation">Documentation</a></h3>
1353+
<p>See details of plugin usage in <a href="https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/blob/develop/README.md">readme file</a> </p>
1354+
<h3 id="downloads"><a class="toclink" href="../../../plsql-developer-plugin-version-100-released.html#downloads">Downloads</a></h3>
1355+
<ul>
1356+
<li>Download the plugin release from <a href="https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases">releases page</a></li>
1357+
<li>Copy <code>PlsqlDeveloperUtPlsqlPlugin.dll</code> or <code>PlsqlDeveloperUtPlsqlPlugin_x86.dll</code> to the PlugIns directory of your PL/SQL Developer installation</li>
1358+
</ul>
1359+
1360+
1361+
</div>
1362+
</article>
1363+
1364+
<article class="md-post md-post--excerpt">
1365+
<header class="md-post__header">
1366+
13191367
<div class="md-post__meta md-meta">
13201368
<ul class="md-meta__list">
13211369
<li class="md-meta__item">
@@ -1830,80 +1878,6 @@ <h3 id="bug-fixes"><a class="toclink" href="../../../utplsql-v315-released.html#
18301878
</div>
18311879
</article>
18321880

1833-
<article class="md-post md-post--excerpt">
1834-
<header class="md-post__header">
1835-
1836-
<div class="md-post__meta md-meta">
1837-
<ul class="md-meta__list">
1838-
<li class="md-meta__item">
1839-
<time datetime="2019-03-19 00:00:00+00:00">March 19, 2019</time></li>
1840-
1841-
<li class="md-meta__item">
1842-
in
1843-
1844-
<a href="../../releases.html" class="md-meta__link">releases</a>,
1845-
<a href="../../utplsql-core.html" class="md-meta__link">utplsql-core</a></li>
1846-
1847-
1848-
1849-
<li class="md-meta__item">
1850-
1851-
1 min read
1852-
1853-
</li>
1854-
1855-
1856-
</ul>
1857-
1858-
</div>
1859-
</header>
1860-
<div class="md-post__content md-typeset">
1861-
<h2 id="changes-in-release-314"><a class="toclink" href="../../../utplsql-v314-released.html">Changes in release 3.1.4</a></h2>
1862-
<h3 id="new-features"><a class="toclink" href="../../../utplsql-v314-released.html#new-features">New features</a></h3>
1863-
<ul>
1864-
<li>Added <code>to_contain</code> matcher for collections and cursors <a href="https://github.com/utPLSQL/utPLSQL/issues/79">#79</a></li>
1865-
<li>Added <code>unordered_columns</code> (<code>uc</code>) option for cursor comparison to ignore the order of the columns <a href="https://github.com/utPLSQL/utPLSQL/issues/779">#779</a> </li>
1866-
<li>Added <code>ut_debug_reporter</code> for debug logging <a href="https://github.com/utPLSQL/utPLSQL/issues/480">#480</a> </li>
1867-
<li>Added <code>ut_realtime_reporter</code> for utPLSQL-SQLDeveloper extension <a href="https://github.com/utPLSQL/utPLSQL/issues/795">#795</a></li>
1868-
</ul>
1869-
<h3 id="enhancements"><a class="toclink" href="../../../utplsql-v314-released.html#enhancements">Enhancements</a></h3>
1870-
<ul>
1871-
<li>Improved performance of cursor comparison <a href="https://github.com/utPLSQL/utPLSQL/issues/780">#780</a> </li>
1872-
<li>Added support for installation on databases with block size &lt; 8KB <a href="https://github.com/utPLSQL/utPLSQL/issues/848">#848</a></li>
1873-
<li>Added initial timeout to <code>ut_output_buffer</code> <a href="https://github.com/utPLSQL/utPLSQL/issues/840">#840</a></li>
1874-
<li>Enhanced performance of <code>get_reporters_list</code> function <a href="https://github.com/utPLSQL/utPLSQL/issues/814">#814</a></li>
1875-
<li>Moved calls of <code>dbms_lock.sleep</code> to <code>dbms_session</code> for newer DB versions <a href="https://github.com/utPLSQL/utPLSQL/issues/806">#806</a></li>
1876-
<li>utPLSQL coverage will now work without re-install after DB-upgrade from 12.1 to 12.2 <a href="https://github.com/utPLSQL/utPLSQL/issues/803">#803</a> </li>
1877-
</ul>
1878-
<h3 id="bug-fixes"><a class="toclink" href="../../../utplsql-v314-released.html#bug-fixes">Bug fixes</a></h3>
1879-
<ul>
1880-
<li>Fixed problem with REGEXP in annotation parsing with NLS CANADIAN FRENCH <a href="https://github.com/utPLSQL/utPLSQL/issues/844">#844</a></li>
1881-
<li>Fixed issue with Rollback to savepoint failing on distributed transaction <a href="https://github.com/utPLSQL/utPLSQL/issues/839">#839</a></li>
1882-
<li>Fixed reporting of differences when comparing collections scalar values <a href="https://github.com/utPLSQL/utPLSQL/issues/835">#835</a></li>
1883-
<li>Fixed issue with test run failing due to too many transaction invalidators <a href="https://github.com/utPLSQL/utPLSQL/issues/834">#834</a></li>
1884-
<li>Fixed randomly occurring error during cursor comparison <a href="https://github.com/utPLSQL/utPLSQL/issues/827">#827</a> </li>
1885-
<li>utPLSQL install script will now support special characters in passwords <a href="https://github.com/utPLSQL/utPLSQL/issues/804">#804</a></li>
1886-
</ul>
1887-
<h3 id="documentation-improvements"><a class="toclink" href="../../../utplsql-v314-released.html#documentation-improvements">Documentation improvements</a></h3>
1888-
<ul>
1889-
<li>Fixed documentation examples for context annotation <a href="https://github.com/utPLSQL/utPLSQL/issues/851">#851</a></li>
1890-
<li>Added description on how to check version of utPLSQL <a href="https://github.com/utPLSQL/utPLSQL/issues/822">#822</a></li>
1891-
</ul>
1892-
<h3 id="internal-enhancements"><a class="toclink" href="../../../utplsql-v314-released.html#internal-enhancements">Internal enhancements</a></h3>
1893-
<ul>
1894-
<li>Implemented Sonar analysis on DBA Views <a href="https://github.com/utPLSQL/utPLSQL/issues/850">#850</a></li>
1895-
<li>Finished migration from old-tests <a href="https://github.com/utPLSQL/utPLSQL/issues/475">#475</a></li>
1896-
<li>Fixed shell scripts to support multiple unix dialects (especially for macOS) <a href="https://github.com/utPLSQL/utPLSQL/issues/796">#796</a></li>
1897-
<li>Added info on project support from Redgate <a href="https://github.com/utPLSQL/utPLSQL/issues/841">#841</a></li>
1898-
<li>Added <code>code_of_conduct</code> <a href="https://github.com/utPLSQL/utPLSQL/issues/836">#836</a></li>
1899-
<li>Added issue tempates <a href="https://github.com/utPLSQL/utPLSQL/issues/842">#842</a></li>
1900-
<li>Added utPLSQL logo <a href="https://github.com/utPLSQL/utPLSQL/issues/845">#845</a> </li>
1901-
</ul>
1902-
1903-
1904-
</div>
1905-
</article>
1906-
19071881

19081882

19091883

0 commit comments

Comments
 (0)