You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@db.apache.org by Bryan Pendleton <bp...@apache.org> on 2016/10/29 16:14:02 UTC

[ANNOUNCE] Apache Derby 10.13.1.1 released

The Apache Derby project is pleased to announce feature release 10.13.1.1.

Apache Derby is a subproject of the Apache DB project. Derby is a pure Java
relational database engine which conforms to the ISO/ANSI SQL and JDBC
standards. Derby aims to be easy for developers and end-users to work with.

Derby 10.13.1.1 can be obtained from the Derby download site:

    http://db.apache.org/derby/derby_downloads.html.

Derby 10.13.1.1 contains the following new features:

     * Identity column definitions may now contain the CYCLE clause.  The
       CYCLE clause controls what happens when the identity column exhausts
       its range and wraps around.
     * The new SYSCS_GET_DATABASE_NAME system function returns the
       canonicalized version of the current database name.
     * The new rawDBReader tool can be used in various scenarios to recover
       some or all of the data from a severely corrupted database.
     * The new SYSCS_IMPORT_TABLE_BULK and SYSCS_IMPORT_DATA_BULK system
       procedures can be used to process input data files which contain
       one or more header lines at the start of the file.

In addition, Derby 10.13.1.1 contains bug, security, and documentation fixes.

Please try out this new release.

Re: [ANNOUNCE] Apache Derby 10.13.1.1 released

Posted by Rick Hillegas <ri...@gmail.com>.
On 10/29/16, 9:14 AM, Bryan Pendleton wrote:
>
> The Apache Derby project is pleased to announce feature release 
> 10.13.1.1.
>
> Apache Derby is a subproject of the Apache DB project. Derby is a pure 
> Java
> relational database engine which conforms to the ISO/ANSI SQL and JDBC
> standards. Derby aims to be easy for developers and end-users to work 
> with.
>
> Derby 10.13.1.1 can be obtained from the Derby download site:
>
>    http://db.apache.org/derby/derby_downloads.html.
>
> Derby 10.13.1.1 contains the following new features:
>
>     * Identity column definitions may now contain the CYCLE clause.  The
>       CYCLE clause controls what happens when the identity column 
> exhausts
>       its range and wraps around.
>     * The new SYSCS_GET_DATABASE_NAME system function returns the
>       canonicalized version of the current database name.
>     * The new rawDBReader tool can be used in various scenarios to 
> recover
>       some or all of the data from a severely corrupted database.
>     * The new SYSCS_IMPORT_TABLE_BULK and SYSCS_IMPORT_DATA_BULK system
>       procedures can be used to process input data files which contain
>       one or more header lines at the start of the file.
>
> In addition, Derby 10.13.1.1 contains bug, security, and documentation 
> fixes.
>
> Please try out this new release.
>
Thanks again for all the hard work of cat-herding 10.13.1.1, Bryan. 
Thanks to Ingo for the platform coverage results. Thanks to everyone who 
contributed to the new release.

-Rick