You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2014/03/31 23:09:31 UTC

svn commit: r1583467 - /db/derby/docs/trunk/src/adminguide/cadminappsclient.dita

Author: chaase3
Date: Mon Mar 31 21:09:31 2014
New Revision: 1583467

URL: http://svn.apache.org/r1583467
Log:
DERBY-6469  Change the documentation to reflect new RDBNAM limit of 1024 bytes

Modified an Admin Guide topic.

Patch: DERBY-6469.diff

Modified:
    db/derby/docs/trunk/src/adminguide/cadminappsclient.dita

Modified: db/derby/docs/trunk/src/adminguide/cadminappsclient.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/adminguide/cadminappsclient.dita?rev=1583467&r1=1583466&r2=1583467&view=diff
==============================================================================
--- db/derby/docs/trunk/src/adminguide/cadminappsclient.dita (original)
+++ db/derby/docs/trunk/src/adminguide/cadminappsclient.dita Mon Mar 31 21:09:31 2014
@@ -51,7 +51,7 @@ client driver is loaded automatically.</
 <p>For both driver and DataSource access, the database name (including path), 
 user, password, and other attribute values must consist of characters that can
 be converted to UTF-8.  The total byte length of the database name plus
-attributes when converted to UTF-8 must not exceed 255 bytes; keep in mind that
+attributes when converted to UTF-8 must not exceed 1024 bytes; keep in mind that
 in UTF-8, a character may occupy from 1 to 4 bytes. You may be able to work
 around this restriction for long paths or paths that include multibyte
 characters by setting the <codeph>derby.system.home</codeph> system property