Skip to content

Commit f290557

Browse files
Merge pull request #141 from pat-goins/patch-1
Update property casing to match expected value
2 parents 8bfdc34 + 9e3978f commit f290557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Oracle R2DBC.
416416
- Cached query results can cause phantom reads even if the serializable
417417
transaction isolation level is set. Set this to "false" if using the
418418
serializable isolation level.
419-
- [oracle.jdbc.timeZoneAsRegion](https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/oracle/jdbc/OracleConnection.html#CONNECTION_PROPERTY_TIMEZONE_AS_REGION)
419+
- [oracle.jdbc.timezoneAsRegion](https://docs.oracle.com/en/database/oracle/oracle-database/21/jajdb/oracle/jdbc/OracleConnection.html#CONNECTION_PROPERTY_TIMEZONE_AS_REGION)
420420
- Setting this option to "false" may resolve "ORA-01882: timezone region not
421421
found". The ORA-01882 error happens when Oracle Database doesn't recognize
422422
the name returned by `java.util.TimeZone.getDefault().getId()`.

0 commit comments

Comments
 (0)