Skip to content

Commit cc17925

Browse files
committed
Update test cases and release notes
1 parent f144a60 commit cc17925

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/src/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Thin Mode Changes
124124
#) Improved binding support:
125125

126126
- Fixed NULL BOOLEAN OUT binds.
127+
127128
- Fixed issues with ordering of binds in SQL when the database version is 12.1
128129
and the ``maxSize`` of a bind variable exceeds 4000 bytes.
129130

test/jsonDualityViews6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('277. jsonDualityView6.js', function() {
6565
});
6666

6767
after(async function() {
68-
if (dbConfig.test.drcp || !isRunnable || dbConfig.test.isCmanTdm) return;
68+
if (dbConfig.test.drcp || !(isRunnable && dbConfig.test.DBA_PRIVILEGE) || dbConfig.test.isCmanTdm) return;
6969
await connection.close();
7070

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

0 commit comments

Comments
 (0)