-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Philipp Hug wrote:

> this patch changes maximum length of column names, index/contraint
> names, cursor names and schema names to 128 and keeps MaxUserNameLength
> at 30.
> it also fixes the metadata to return correct values

it also fails to compile :-(

Any contributor should check that their patch compiles after an
  ant clobber

(see BUILDING.txt for details).

    [javac] Found 2 semantic errors compiling
"C:/work/p4/os/cqc/java/com/ibm/cq
c/language/SQLParser.java":
    [javac]  15828.         schemaName =
identifier(DB2Limit.DB2_MAX_IDENTIFIER_
LENGTH30, true);
    [javac]
<---------------------------
- ------->
    [javac] *** Error: No field named "DB2_MAX_IDENTIFIER_LENGTH30" was
found in
 type "org/apache/derby/iapi/reference/DB2Limit". However, there is an
accessibl
e field "DB2_MAX_IDENTIFIER_LENGTH128" whose name closely matches the
name "DB2_
MAX_IDENTIFIER_LENGTH30".
    [javac]  15849.         schemaName =
identifier(DB2Limit.DB2_MAX_IDENTIFIER_
LENGTH30, true);
    [javac]
<---------------------------
- ------->
    [javac] *** Error: No field named "DB2_MAX_IDENTIFIER_LENGTH30" was
found in
 type "org/apache/derby/iapi/reference/DB2Limit". However, there is an
accessibl
e field "DB2_MAX_IDENTIFIER_LENGTH128" whose name closely matches the
name "DB2_
MAX_IDENTIFIER_LENGTH30".
    [javac] Compile failed; see the compiler error output for details.

Dan.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFBwwYyIv0S4qsbfuQRAl9IAKCPlmi4H3JdzIJcxXcWRqYFJTD+agCg4Eln
tTHmQ82hDAtyGz27VgblBiY=
=ZVMR
-----END PGP SIGNATURE-----

Reply via email to