Skip to content

Commit a40eacf

Browse files
chore: generate libraries at Fri Nov 14 10:56:58 UTC 2025
1 parent 0d77263 commit a40eacf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -769,12 +769,12 @@ public class ConnectionProperties {
769769
public static final ConnectionProperty<Integer> UNKNOWN_LENGTH =
770770
create(
771771
"unknownLength",
772-
"Spanner does not return the length of the selected columns in query results. "
773-
+ "When returning meta-data about these columns through functions like "
774-
+ "ResultSetMetaData.getColumnDisplaySize and ResultSetMetaData.getPrecision, we must "
775-
+ "provide a value. Various client tools and applications have different ideas about "
776-
+ "what they would like to see. This property specifies the length to return for types "
777-
+ "of unknown length.",
772+
"Spanner does not return the length of the selected columns in query results. When"
773+
+ " returning meta-data about these columns through functions like"
774+
+ " ResultSetMetaData.getColumnDisplaySize and ResultSetMetaData.getPrecision, we"
775+
+ " must provide a value. Various client tools and applications have different ideas"
776+
+ " about what they would like to see. This property specifies the length to return"
777+
+ " for types of unknown length.",
778778
/* defaultValue= */ 50,
779779
NonNegativeIntegerConverter.INSTANCE,
780780
Context.USER);

0 commit comments

Comments
 (0)