Skip to content

Commit

Permalink
Update test cases and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Jul 6, 2023
1 parent f144a60 commit cc17925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Thin Mode Changes
#) Improved binding support:

- Fixed NULL BOOLEAN OUT binds.

- Fixed issues with ordering of binds in SQL when the database version is 12.1
and the ``maxSize`` of a bind variable exceeds 4000 bytes.

Expand Down
2 changes: 1 addition & 1 deletion test/jsonDualityViews6.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('277. jsonDualityView6.js', function() {
});

after(async function() {
if (dbConfig.test.drcp || !isRunnable || dbConfig.test.isCmanTdm) return;
if (dbConfig.test.drcp || !(isRunnable && dbConfig.test.DBA_PRIVILEGE) || dbConfig.test.isCmanTdm) return;
await connection.close();

await dbaConn.execute(`drop user njs_jsonDv6 cascade`);
Expand Down

0 comments on commit cc17925

Please sign in to comment.