Skip to content

Commit 3157d80

Browse files
committed
Documentation and test updates
1 parent 45ef214 commit 3157d80

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

doc/src/release_notes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Thin Mode Changes
4242
matching. The search order is: the host name, then the subject alternative
4343
name (SAN), and then the service name.
4444

45-
#) Connection Optimization(Internal):
46-
When connecting to a host, if the host is found to be unreachable,
47-
add that host to a cache(mark it as down). Subsequent requests to get
48-
a connection will reorder the list of hosts to attempt making a connection
49-
to so that the hosts which are marked as down are at the end of the list.
45+
#) Connection Optimization(Internal):
46+
When connecting to a host, if the host is found to be unreachable,
47+
add that host to a cache(mark it as down). Subsequent requests to get
48+
a connection will reorder the list of hosts to attempt making a connection
49+
to so that the hosts which are marked as down are at the end of the list.
5050

5151
#) Fixed bug when ``sslServerDNMatch`` is set and the connect string is in Easy
5252
Connect format but a value for ``SSL_SERVER_DN_MATCH`` is not set in that

test/list.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5340,7 +5340,7 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
53405340
272.2.6 Insert query
53415341
272.2.7 Update query
53425342
272.2.8 Delete query
5343-
272.3 DDL tests with GRAPHQL for JSON Duality Views
5343+
272.3 DDL tests with GRAPHQL for JSON Duality Views
53445344
272.3.1 Insert query
53455345
272.3.2 View Name as graphql
53465346
272.3.3 Create view with @ directive
@@ -5349,18 +5349,18 @@ oracledb.OUT_FORMAT_OBJECT and resultSet = true
53495349
272.3.6 Create view Primary key to Foreign key
53505350
272.3.7 Create view Foreign key to Primary key
53515351
272.3.8 Create view with View Name as Mixed Case and Special Case
5352-
272.3.8.1 single quotes for key names are not supported
5353-
272.3.8.2 single quotes for key names are not supported
5354-
272.3.8.3 Create view with View Name as Special Case
5355-
272.3.8.3 case 3
5356-
272.3.8.4 single quotes for key names are not supported
5352+
272.3.8.1 single quotes for key names are not supported
5353+
272.3.8.2 single quotes for key names are not supported
5354+
272.3.8.3 Create view with View Name as Special Case
5355+
272.3.8.3 case 3
5356+
272.3.8.4 single quotes for key names are not supported
53575357
272.3.9 View Name with Maximum possible string and maximum possible string +1 (128bytes)
53585358
272.3.9.1 case 1
5359-
272.3.9.2 case 2
5360-
272.3.10 View creation inside a PLSQL Block
5359+
272.3.9.2 case 2
5360+
272.3.10 View creation inside a PLSQL Block
53615361
272.3.10.1 Query with DBMS_SQL
53625362
272.3.10.2 Query with EXECUTE IMMEDIATE
5363-
272.3.11 Create view without privilege
5363+
272.3.11 Create view without privilege
53645364
272.3.11.1 Query with test1 user
53655365
272.3.11.2 Query with test2 user
53665366

0 commit comments

Comments
 (0)