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.