You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Andrew McIntyre <mc...@gmail.com> on 2005/10/13 18:50:13 UTC

10.1.1.1 snapshot posted

In preparation for an upcoming 10.1.2.0 release, a new snapshot has  
been posted to the Derby website at http://db.apache.org/derby/ 
derby_downloads.html. Feedback from interested testers is always  
appreciated.

Information concerning the 10.1.2.0 release can be found here: http:// 
people.apache.org/~kmarsden/tenOneTwoRelease.html

 From the CHANGES:

Complete Details for version 10.1.1.1 can be viewed at:
http://issues.apache.org/jira/secure/ReleaseNote.jspa? 
version=12310332&styleName=Text&projectId=10594&Create=Create

** Bug fixes
     * [DERBY-385] - servlet Back to Main Page link points to csnet  
instead of derbynet
     * [DERBY-388] - Intermittent failures when executing UPDATE  
trigger statements
     * [DERBY-406] - Client DataSource should not require user  
property to be set
     * [DERBY-409] - ClientDataSource setConnectionAttributes 
("create=true") fails with   "An attempt was made to access a  
database, mydbcreate=true, which was not found."
     * [DERBY-410] - ClientDataSource should not require serverName/ 
portNumber to  be set
     * [DERBY-414] - With Network Client starting an XA transaction  
resets the isolation level set with setTransactionIsolation
     * [DERBY-440] - derby.jar has directory (package) entries in it  
which are not required
     * [DERBY-447] - getBoolean() throws data conversion exception  
for DECIMAL type in J2ME/CDC/Foundation
     * [DERBY-452] - Import/export fails for DECIMAL type in J2ME/ 
Foundation
     * [DERBY-470] - Exception when using LOCALIZEDDISPLAY with JSR169
     * [DERBY-476] - Derby UI plug-in version 1.0.0 incompatible with  
Eclipse 3.1 M6 or higher
     * [DERBY-485] - SecurityException or LinkageException thrown  
during loading a class from a database jar incorrectly shuts the  
engine down.
     * [DERBY-488] - DatabaseMetaData.getColumns() fails on iSeries  
JDK 1.4 with verfier error on generated class.
     * [DERBY-518] - Data type mismatch error for boolean to DECIMAL  
conversion in J2ME
     * [DERBY-530] - ClientDriver ignores Properties object in connect 
(String url, Properties connectionProperties) method
     * [DERBY-535] - Driver.acceptsURL() for embedded driver  
incorrectly returns true for a client url like jdbc:derby://
     * [DERBY-540] - Loading databases from jars in the classpath is  
broken, databases cannot be found.
     * [DERBY-559] - With Network Client, user and password  
attriubtes specified in the url should not  be sent to hte server  
with the RDBNAM or print with getURL
     * [DERBY-561] - embedded driver jdbcCompliant() method should  
return true
     * [DERBY-566] - Doc bug for saving ij output to a file

** Improvement
     * [DERBY-419] - Support direct execution of derbynet.jar using  
the -jar option of the VM.
     * [DERBY-468] - Unreserve COUNT keyword, if possible.


Re: 10.1.1.1 snapshot posted

Posted by Kathey Marsden <km...@sbcglobal.net>.
Satheesh Bandaram wrote:

>Hi Andrew,
>
>I was looking for Derby-392 that I fixed recently, but don't find that
>in the list. I think it would be good to include this in the list. I
>also backported the fix to 10.1 branch from trunk.
>
>  
>
Sorry Satheesh,

DERBY-392 missed the 10.1.1.1 snapshot  by 20 minutes. 
Can you change the fixin to 10.1.1.2   and 10.1.2.0 and then it will
show up in the appropriate release notes in Jira.


Thanks

Kathey


------------------------------------------------------------------------
r295076 | bandaram | 2005-10-05 11:44:46 -0700 (Wed, 05 Oct 2005) | 6 lines

DERBY-392: Disable creating b-tree indexes on long varchar for bit data.
This datatype requires different kind of index and allowing the current
behavior causes many issues.

Porting the fix from TRUNK (10.2) to 10.1 branch.

Submitted by Satheesh Bandaram (satheesh@sourcery.org)

------------------------------------------------------------------------
r295066 | kmarsden | 2005-10-05 11:22:06 -0700 (Wed, 05 Oct 2005) | 3 lines

Update bumplastdigit target to include j9_foundation\metadataJdbc20.out




Re: 10.1.1.1 snapshot posted

Posted by Satheesh Bandaram <sa...@Sourcery.Org>.
Hi Andrew,

I was looking for Derby-392 that I fixed recently, but don't find that
in the list. I think it would be good to include this in the list. I
also backported the fix to 10.1 branch from trunk.

Satheesh

Andrew McIntyre wrote:

> In preparation for an upcoming 10.1.2.0 release, a new snapshot has 
> been posted to the Derby website at http://db.apache.org/derby/
> derby_downloads.html. Feedback from interested testers is always 
> appreciated.
>
> Information concerning the 10.1.2.0 release can be found here: http://
> people.apache.org/~kmarsden/tenOneTwoRelease.html
>
> From the CHANGES:
>
> Complete Details for version 10.1.1.1 can be viewed at:
> http://issues.apache.org/jira/secure/ReleaseNote.jspa?
> version=12310332&styleName=Text&projectId=10594&Create=Create
>
> ** Bug fixes
>     * [DERBY-385] - servlet Back to Main Page link points to csnet 
> instead of derbynet
>     * [DERBY-388] - Intermittent failures when executing UPDATE 
> trigger statements
>     * [DERBY-406] - Client DataSource should not require user 
> property to be set
>     * [DERBY-409] - ClientDataSource setConnectionAttributes
> ("create=true") fails with   "An attempt was made to access a 
> database, mydbcreate=true, which was not found."
>     * [DERBY-410] - ClientDataSource should not require serverName/
> portNumber to  be set
>     * [DERBY-414] - With Network Client starting an XA transaction 
> resets the isolation level set with setTransactionIsolation
>     * [DERBY-440] - derby.jar has directory (package) entries in it 
> which are not required
>     * [DERBY-447] - getBoolean() throws data conversion exception  for
> DECIMAL type in J2ME/CDC/Foundation
>     * [DERBY-452] - Import/export fails for DECIMAL type in J2ME/
> Foundation
>     * [DERBY-470] - Exception when using LOCALIZEDDISPLAY with JSR169
>     * [DERBY-476] - Derby UI plug-in version 1.0.0 incompatible with 
> Eclipse 3.1 M6 or higher
>     * [DERBY-485] - SecurityException or LinkageException thrown 
> during loading a class from a database jar incorrectly shuts the 
> engine down.
>     * [DERBY-488] - DatabaseMetaData.getColumns() fails on iSeries 
> JDK 1.4 with verfier error on generated class.
>     * [DERBY-518] - Data type mismatch error for boolean to DECIMAL 
> conversion in J2ME
>     * [DERBY-530] - ClientDriver ignores Properties object in connect
> (String url, Properties connectionProperties) method
>     * [DERBY-535] - Driver.acceptsURL() for embedded driver 
> incorrectly returns true for a client url like jdbc:derby://
>     * [DERBY-540] - Loading databases from jars in the classpath is 
> broken, databases cannot be found.
>     * [DERBY-559] - With Network Client, user and password  attriubtes
> specified in the url should not  be sent to hte server  with the
> RDBNAM or print with getURL
>     * [DERBY-561] - embedded driver jdbcCompliant() method should 
> return true
>     * [DERBY-566] - Doc bug for saving ij output to a file
>
> ** Improvement
>     * [DERBY-419] - Support direct execution of derbynet.jar using 
> the -jar option of the VM.
>     * [DERBY-468] - Unreserve COUNT keyword, if possible.
>
>
>