File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments