You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Happy new year! Thanks to <ahref="https://github.com/simasch">Simon Martinelli</a> utPLSQL v3+ is now integrated with <ahref="https://www.allroundautomations.com/products/pl-sql-developer/">PL/SQL Developer</a> IDE</p>
<li>Download the plugin release from <ahref="https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases">releases page</a></li>
1750
-
<li>Copy <code>PlsqlDeveloperUtPlsqlPlugin.dll</code> or <code>PlsqlDeveloperUtPlsqlPlugin_x86.dll</code> to the PlugIns directory of your PL/SQL Developer installation</li>
<p>Happy new year! Thanks to <ahref="https://github.com/simasch">Simon Martinelli</a> utPLSQL v3+ is now integrated with <ahref="https://www.allroundautomations.com/products/pl-sql-developer/">PL/SQL Developer</a> IDE</p>
<li>Download the plugin release from <ahref="https://github.com/utPLSQL/utPLSQL-PLSQL-Developer/releases">releases page</a></li>
1292
+
<li>Copy <code>PlsqlDeveloperUtPlsqlPlugin.dll</code> or <code>PlsqlDeveloperUtPlsqlPlugin_x86.dll</code> to the PlugIns directory of your PL/SQL Developer installation</li>
<p>This version of utPLQL-cli is compatible with all versions of utPLSQL from 3.0.0 to 3.1.6. We encourage you to always use the latest version of cli to communicate with a v3 core.</p>
<li>CLI now logs some basic information to screen in addition to an eventually configured to-screen-reporter (<ahref="https://github.com/utPLSQL/utPLSQL-cli/issues/89">#89</a>, <ahref="https://github.com/utPLSQL/utPLSQL-cli/issues/76">#76</a>)</li>
1795
-
<li>This output can be avoided with the new <code>-q, --quiet</code> parameter</li>
1796
-
<li>Much more logging can be output with the new <code>-d, --debug</code> parameter</li>
1797
-
<li>It's possible to connect as sysdba now via <code>utplsql run "sys as sysdba"/pw@connectstring</code> (<ahref="https://github.com/utPLSQL/utPLSQL-cli/issues/115">#115</a>)</li>
1798
-
<li>The default timeout of 60 minutes is now configurable via the new <code>-t, --timeout</code> parameter (<ahref="https://github.com/utPLSQL/utPLSQL-cli/issues/124">#124</a>)</li>
<li>Timeout now returns error exit-code (<ahref="https://github.com/utPLSQL/utPLSQL-cli/issues/129">#129</a>)</li>
1803
-
<li>In case of Oracle stuck-scenario during createStatement, a warning is written to the screen and the same call for running the tests is retried up to 5 times. (<ahref="https://github.com/utPLSQL/utPLSQL-cli/issues/20">#20</a>)</li>
1804
-
<li>It's now possible to pass usernames containing <code>/</code> and passwords containing <code>@</code> by encapsulating those in the connectstring with <code>"</code>: <code>utplsql run "my/User"/"P@ssword"@server:1521/Service</code> (<ahref="https://github.com/utPLSQL/utPLSQL-cli/issues/111">#111</a>)</li>
1805
-
<li>API-version is now stored in a separate, non-compiled file</li>
0 commit comments