Hi Rick,
Looks good, just some quick notes:
Rick Hillegas <[EMAIL PROTECTED]> writes:
> Derby 10.2.1.6 introduces the following new featues:
****
> o The ij sql interpreter now has command-line help
*** capitalize SQL
> just by typing java -jar derbyrun.jar toolName.
<toolName> or just toolname?
With camelCase it looks
like it's verbatim; not
a meta-variable.
> o The network server now logs startup/shutdown messages to derby.log.
I balked a little at "derby.log.". If you want to the the file name
without any quoting, the final period is a bit troublesome. Maybe we could
abstract it to "system history file" or some such.
Thanks,
Dag