Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/oracle/r2dbc/OracleR2dbcTypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static ObjectType objectType(String name) {
* defined ARRAY types. An instance of {@code ArrayType} must be used when
* binding an array value to a {@link Statement} created by the Oracle R2DBC
* Driver.
* </p><p>
* <p>
* Oracle Database does not support an anonymous {@code ARRAY} type, which is
* what the standard {@link R2dbcType#COLLECTION} type represents. Oracle
* Database only supports {@code ARRAY} types which are declared as a user
Expand Down