Bryan Pendleton wrote:
Dag H. Wanvik wrote:
Rick Hillegas <[email protected]> writes:
<necessary test changes>
There is also
Thanks Dag and Rick, that is all very helpful.
I'm also noticing that line 480 of the *trunk* version of
DataDictionaryImpl
appears to still be set to 10.5:
public void boot(boolean create, Properties startParams)
throws StandardException
{
softwareVersion = new DD_Version(this,
DataDictionary.DD_VERSION_DERBY_10_5);
Shouldn't that be set to 10.6 at this point?
Or do I do this as part of all the other upgrade testing work?
Hi Bryan,
I think it's a good idea to add a DD_VERSION_DERBY_10_6 now and roll
your other work in at your leisure.
Thanks,
-Rick
thanks,
bryan