All Projects : Derby (Key: DERBY)

Project Lead: Andrew McIntyre
URL: http://db.apache.org/derby/

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   Components   

Change Log

Next release after 10.5.2.0 release candidate #1
   Bug DERBY-4224 FIXED Commit after setAsciiStream() makes execution fail with the client driver Major Resolved
   Bug DERBY-4306 FIXED NullPointerException in JMXManagementService.unregisterMBean when running jdbcapi._Suite Major Resolved
   Bug DERBY-4324 FIXED The Reference Guide lists wrong lengths for the GRANTOR and GRANTEE columns in SYSCOLPERMS, SYSROUTINEPERMS, and SYSTABLEPERMS. Major Resolved
   Bug DERBY-4186 FIXED After master stop, test fails when it succeeds in connecting (rebooting) shut-down ex-slave Major Closed
   Bug DERBY-4310 FIXED Closing a prepared statement with an embedded XAConnection can cause the statement to be reprepared and errors related to missing dependencies. This can interfere with network server closeSession() Major Closed
   Bug DERBY-4331 FIXED Join returns results in wrong order Major Closed
   Improvement DERBY-4185 FIXED Make timeout settable or increase default for one replication message layer protocol. Major Closed
   Improvement DERBY-3921 FIXED Replication: Test replication of encrypted databases Major Closed
   Bug DERBY-4312 FIXED SQLException XJ215 on insert with setCharacterStream() and autocommit off in mailjdbc test Major Closed
   Bug DERBY-4292 FIXED creation of FileInputStream in org.apache.derby.impl.tools.ij.Main not wrapped in privilege block which can cause problems running under SecurityManager Major Closed
   Bug DERBY-3814 FIXED failure in testAssertFailureThreadDump with weme 6.1 / JSR 169 Major Closed
   Improvement DERBY-4203 FIXED Change mailjdbc and sstest system tests to be able to restart with the existing database instead of creating a new one so they can be used for upgrade testing Minor Resolved
   Bug DERBY-4246 FIXED '.replicationTests.ReplicationRun_Local_3_p5).testReplication_Local_3_p5_DERBY_3878()' fails w/ "Could not perform operation 'stopSlave' because the database '...' has not been booted". Minor Closed
   Bug DERBY-4175 FIXED Instability in some replication tests under load, since tests don't wait long enough for final state or anticipate intermediate states Minor Closed
   Bug DERBY-4305 FIXED Make changes to test harness class j9_foundation11 to support newer version of IBM's JSR169 implementation Minor Closed
   Improvement DERBY-4270 FIXED Make replication tests save derby.log and database when a failure occurs. Minor Closed
   Bug DERBY-4155 FIXED jdbcapi/XATest.java doesn't seem to be running anywhere Minor Closed
10.5.2 Release July 30 2009 (794445) Now deprecated
   Bug DERBY-4268 FIXED "SECURITY" is reserved as SQL keyword. Blocker Resolved
   Bug DERBY-3887 FIXED Embedded Derby fails under JBoss because of JMX-related conflicts Critical Resolved
   Bug DERBY-4239 FIXED Possible corruption if SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE is called during checkpoint Critical Resolved
   Bug DERBY-4273 FIXED A lock could not be obtained within the time requested error in testBTreeForwardScan_fetchRows_resumeAfterWait_nonUnique_split Major Resolved
   Bug DERBY-4193 FIXED ASSERT FAILED Scan position already saved with multi-threaded insert/update/delete Major Resolved
   Bug DERBY-4018 FIXED ArrayIndexOutOfBoundsException in TopService.inService under heavy multithreaded use of EmbeddedDriver Major Resolved
   Bug DERBY-4171 FIXED Connections to on-disk db go to in-memory db if in-memory db with same name is booted Major Resolved
   Bug DERBY-4154 FIXED DboPowersTest should not hard upgrade the system/wombat database Major Resolved
   Bug DERBY-4212 FIXED Prepared statement with OFFSET/FETCH gives different results on subsequent execute Major Resolved
   Improvement DERBY-4221 FIXED Provide message localizations for 10.5 Major Resolved
   Bug DERBY-4182 FIXED SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE does not reclaim space lost from an aborted insert Major Resolved
   Bug DERBY-4245 FIXED Sorting a table containing a CLOB fails after upgrade to 10.5 Major Resolved
   Bug DERBY-4198 FIXED When using the FOR UPDATE OF clause with SUR (Scroll-insensive updatable result sets), the updateRow() method crashes Major Resolved
   Bug DERBY-4232 FIXED XAResource.setTransactionTimeout() makes XAResource.start() fail with the client driver Major Resolved
   Bug DERBY-1923 FIXED XML operators - Xalan requirement Major Resolved
   Bug DERBY-4142 FIXED java.lang.VerifyError causing java.sql.SQLException: Cannot create an instance of generated class ... in lang.GeneratedColumnsTest and GeneratedColumnsPermsTest on IBM iseries Major Resolved
   Bug DERBY-4271 FIXED testBootSameDbDifferentSubSubProtocol(org.apache.derbyTesting.functionTests.tests.memorydb.BasicInMemoryDbTest)java.sql.SQLException: Database 'BSDDSSP' not found. Major Resolved
   Bug DERBY-3961 DUPLICATE Deadlock detection fails for InternalTransaction Major Resolved
   Bug DERBY-4218 FIXED "Table/View 'MAX_SCAN' does not exist" in org.apache.derbyTesting.functionTests.tests.store.IndexSplitDeadlockTest Major Closed
   Bug DERBY-3719 FIXED '...replication.buffer.LogBufferFullException' causes failover to fail w/ 'XRE07, SQLERRMC: Could not perform operation because the database is not in replication master mode.' Major Closed
   Bug DERBY-4278 FIXED Batch inserts with Clobs fails with the embedded driver Major Closed
   Bug DERBY-4118 FIXED ComparisonFailure in 'testSysinfo(org.apache.derbyTesting.functionTests.tests.derbynet.SysinfoTest)' on Derby 10.5 / Linux Major Closed
   Bug DERBY-4230 FIXED DatabaseMetaData.getColumns() returns extra column from view with group by and expression in SELECT list Major Closed
   Improvement DERBY-3737 FIXED Document the new SignatureChecker lint tool in the Tools Guide Major Closed
   Bug DERBY-3468 FIXED Example in documentation of ij.exceptionTrace is wrong Major Closed
   Bug DERBY-3296 FIXED Importing to table in default schema fails when another table with the same name exists in a different schema Major Closed
   Bug DERBY-3926 FIXED Incorrect ORDER BY caused by index Major Closed
   Bug DERBY-4053 FIXED Network Server's failure to rollback local transactions on shutdown can cause hang on startup with message java.net.BindException: Address already in use: NET_Bind in derby.log Major Closed
   Improvement DERBY-4161 FIXED SQL Roles - Clarify documentation regarding the SET ROLE Major Closed
   Bug DERBY-4274 FIXED SYSCS_UPDATE_STATISTICS takes unnecessary table lock Major Closed
   Bug DERBY-3846 FIXED The list of supported message libraries looks wrong Major Closed
   Bug DERBY-4229 FIXED encryptionKeyLength connection attribute should be documented Major Closed
   Bug DERBY-3417 FIXED slave side stop in a client server mode results in SQLState printed without proper error message Major Closed
   Bug DERBY-4333 DUPLICATE Exception in getMaxRows() after NullPointerException in SQLClob.readExternal() during query in table with CLOB column Major Closed
   Bug DERBY-3669 FIXED ClientXADataSource fetched from JNDI not identical as originally bound; some properties have String "null" instead of null Minor Resolved
   Improvement DERBY-4196 FIXED Document initiation of replication from cleanly shut down database Minor Resolved
   Improvement DERBY-1209 FIXED It would be good to add an example to the SYSCS_UTIL.SYSCS_CHECK_TABLE documentation for how to check all tables Minor Resolved
   Improvement DERBY-3598 FIXED Modify ReleaseNoteGenerator and ChangesGenerator to exclude issues that are fixed in earlier releases Minor Resolved
   Bug DERBY-2074 FIXED NullPointerException when two threads load sort factory concurrently Minor Resolved
   Bug DERBY-4204 FIXED Runtime statistics not collected on re-execution of statement Minor Resolved
   Bug DERBY-4001 FIXED Sequence comparison with "ALL" does not yield correct results Minor Resolved
   Bug DERBY-4276 FIXED Update demo's to remove references to com.ibm.db2.jcc.DB2Driver Minor Resolved
   Bug DERBY-4287 FIXED call to System.getProperty in BCClass.java is not wrapped in a priv block so may fail when running under SecurityManager Minor Resolved
   Improvement DERBY-2447 FIXED ejbql and floattypes in org.apache.derbyTesting.functionTests.tests.lang.LangScripts intermittently fails with 'expected:<[0.0 ] > but was:<[-0.0] ' Minor Resolved
   Bug DERBY-4097 FIXED 'testMixedInsertDelete(org.apache.derbyTesting.functionTests.tests.lang.NullableUniqueConstraintTest)org.apache.derby.client.am.BatchUpdateException' Minor Closed
   Bug DERBY-4133 FIXED 'testTableFunctionInJar' fails w/ 'The class 'DummyVTI' does not exist or is inaccessible...' on jvm1.4 Minor Closed
   Bug DERBY-3991 FIXED Clob.truncate(0) throws exception Minor Closed
   Bug DERBY-4205 FIXED Developer's Guide: Permissions topic contains wrong info after 10.3 Minor Closed
   Improvement DERBY-4034 FIXED Document database name and attribute length and character set limitations for network client Minor Closed
   Improvement DERBY-4165 FIXED Document the effect of shutdown on in progress transactions and open connections. Minor Closed
   Bug DERBY-4206 FIXED Documentation: Release versions in output need updating Minor Closed
   Improvement DERBY-4164 FIXED Make REVOKE statement description mention what happens for open result sets/cursors Minor Closed
   Improvement DERBY-2821 FIXED emphasize that derby encryption only supports NoPadding option Minor Closed
build: 764942, 14/Apr/09. Voted release: 28/Apr/09. Announced: 1/May/09
   Improvement DERBY-3769 UNRESOLVED Make LOBStoredProcedure on the server side smarter about the read buffer size Major Reopened
   Bug DERBY-4027 FIXED An attempt was made to access an out of range slot on a page Blocker Resolved
   Bug DERBY-4127 FIXED ArrayIndexOutOfBoundsException in DatabaseMetaDataTest when run in Soft Upgrade mode Blocker Resolved
   Bug DERBY-3373 FIXED SQL "distinct" and "order by" needed together Blocker Resolved
   Bug DERBY-4122 FIXED ClassCastException in SQLClob when running in soft upgrade mode (10.4.2.0 -> 10.5.1.0) Blocker Closed
   Bug DERBY-2892 FIXED Closing a resultset after retrieving a large > 32665 bytes value with Network Server does not release locks Critical Resolved
   Bug DERBY-3347 FIXED ERROR XSDB3: Container information cannot change once written Critical Resolved
   Bug DERBY-4135 FIXED Failure in BlobClob4BlobTest due to wrong results being returned Critical Resolved
   Bug DERBY-4125 FIXED The in-memory storage back end doesn't work on Windows Critical Closed
   Bug DERBY-4075 DUPLICATE ERROR XSDBB: Unknown page format at page Page(613,Container(0, 1024)) when running MailJdbc (Embedded) system tests Critical Closed
   Bug DERBY-3043 FIXED 'Schema <schemaname> does not exist' when constraint used in table definition Major Resolved
   Improvement DERBY-1458 FIXED Add MessageBundleTest to build script to verify that there are no orphaned message ids Major Resolved
   Improvement DERBY-4079 FIXED Add support for SQL:2008 <result offset clause> and <fetch first clause> to limit result set cardinality Major Resolved
   Improvement DERBY-3932 FIXED Add tests of generated columns when sql authorization is turned on Major Resolved
   Bug DERBY-3567 FIXED AsynchronousLogShipper#forceFlush should time out Major Resolved
   Bug DERBY-3526 FIXED AsynchronousLogShipper#workToDo is blocked while the log shipper sends a log chunk Major Resolved
   Bug DERBY-4060 FIXED Blob.getBinaryStream(long,long) is off by one for the pos+len check Major Resolved
   Bug DERBY-3730 FIXED Bundle-SymbolicName: needed in Derby manifest for OSGi 4 environment Major Resolved
   Bug DERBY-3035 FIXED Cannot restore backups without BACKUP.HISTORY file Major Resolved
   Improvement DERBY-3996 FIXED Change eol style to native on jsr169 stubs Major Resolved
   Bug DERBY-4063 FIXED Constraint causes wrong query result when using exists Major Resolved
   Improvement DERBY-3767 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.nulls.sql" to junit. Major Resolved
   Task DERBY-3800 FIXED Convert derbynet/maxthreads to JUnit Major Resolved
   Task DERBY-3832 FIXED Convert derbynet/timeslice.java to Junit Major Resolved
   Improvement DERBY-2750 FIXED Convert lang/declareGlobalTempTableJava.java to JUnit Major Resolved
   Improvement DERBY-3663 FIXED Convert store/streamingColumn to JUnit Major Resolved
   Bug DERBY-4088 FIXED DDMReader readBytes ArrayIndexOutOfBoundsException Major Resolved
   Bug DERBY-3320 FIXED Database creation and boot should fail if collation=TERRITORY_BASED and the selected locale is not supported Major Resolved
   Sub-task DERBY-3531 FIXED DERBY-2109
DatabasePermission uses a JDK 1.4 method that is not present in J2ME/CDC/Foundation.
Major Resolved
   Bug DERBY-3693 FIXED Deadlocks accessing DB metadata Major Resolved
   Bug DERBY-3397 FIXED Derby 10.3.1.4 and 10.3.2.1 break scrollable result sets? Hibernate Query.setFirstResult and/or setMaxResults Major Resolved
   Bug DERBY-3652 FIXED Derby does not follow the SQL Standard when trying to map SQL routines to Java methods. Major Resolved
   Bug DERBY-3813 FIXED Derby tests for the existance of BigDecimal methods toPlainString and bdPrecison but does not check if they were found before using them. Major Resolved
   Task DERBY-3966 FIXED Do not require JRE 1.4 libraries at compile time since SUN's JDK 1.4 went out of support and can be used on JRE 1.4 without any problem Major Resolved
   Improvement DERBY-4078 FIXED Document the SQL Standard routine matching rules which Derby now supports Major Resolved
   Bug DERBY-3948 FIXED Don't allow references to generated columns in the NEW transition variables of triggered actions of BEFORE triggers Major Resolved
   Bug DERBY-3546 FIXED Failed to get database schemas of a JAR database Major Resolved
   Bug DERBY-4128 FIXED Failure in ServerPropertiesTest due to java.security.AccessControlException on the server side, in 10.4 to 10.5.1. soft upgrade mode Major Resolved
   Bug DERBY-3945 FIXED Generation clauses which mention user-coded functions may produce different resuls depending on who performs the triggering INSERT/UPDATE Major Resolved
   Bug DERBY-3219 FIXED Group by query with many aggregate columns and case statements fails with: ERROR XSDA7: Restore of a serializable or SQLData object of class , attempted to read more data than was originally stored Major Resolved
   Improvement DERBY-3570 FIXED Implement DETERMINISTIC keyword for procedures and functions Major Resolved
   Sub-task DERBY-3551 FIXED DERBY-3533
Implement procedure SYSCS_UTIL.SYSCS_PREPARE_REPLICATION()
Major Resolved
   Improvement DERBY-2207 FIXED Improve usability of Derby's client/server security by implementing ANSI Roles Major Resolved
   Bug DERBY-2991 FIXED Index split deadlock Major Resolved
   Bug DERBY-4061 FIXED InputStream returned from Blob.getBinaryStream(long, long) terminates the stream by returning 0, should return -1 Major Resolved
   Bug DERBY-3360 FIXED Invalid method java.lang.Integer >> void <init>(short) because java.lang.NoSuchMethodException: java.lang.Integer.<init>(short) Major Resolved
   Task DERBY-3923 FIXED Make the datatype optional when declaring columns with generation clauses Major Resolved
   Bug DERBY-3734 FIXED Maximum value allowed for derby.storage.fileCacheSize (100) is too low for large system. Increase the maximum value and redocument the property. Major Resolved
   Bug DERBY-3969 FIXED NPE if you declare a constraint on a generated column and omit the datatype Major Resolved
   Bug DERBY-3904 FIXED NPE on left join with aggregate Major Resolved
   Bug DERBY-3718 FIXED NPE when firing a trigger Major Resolved
   Bug DERBY-3266 FIXED Not possible for non-db-owner to create a temporary table. "Get ERROR 42507: User 'USERB' can not perform the operation in schema 'SESSION'." Major Resolved
   Bug DERBY-3872 FIXED NullPoinerException thrown when INTEGER function used as a predicate in a WHERE clause of a SELECT .. GROUP BY .. HAVING statement Major Resolved
   Bug DERBY-3964 FIXED NullPointerException when re-evaluating generated column during ON DELETE SET NULL referential action Major Resolved
   Bug DERBY-3562 FIXED Number of log files (and log dir size) on the slave increases continuously Major Resolved
   Bug DERBY-3997 FIXED ORDER BY causes column to be returned Major Resolved
   Bug DERBY-2351 FIXED ORDER BY with expression with distinct in the select list returns incorrect result Major Resolved
   Improvement DERBY-269 FIXED Provide some way to update index cardinality statistics (e.g. reimplement update statistics) Major Resolved
   Improvement DERBY-4022 FIXED Remove dependency of junit targets on deprecated jdk16 variable Major Resolved
   Improvement DERBY-4017 FIXED Removed deprecated jdk16 variable from the machinery which builds javadoc Major Resolved
   Improvement DERBY-3985 FIXED Replace BUILDING.txt with a simlified up-to-date BUILDING.html Major Resolved
   Improvement DERBY-4024 FIXED Replace felix.jar file with the felix sources Major Resolved
   Bug DERBY-3878 FIXED Replication: stopSlave does not close serversocket when master has crashed. Major Resolved
   Bug DERBY-3613 FIXED SELECT DISTINCT field FROM TABLE_NAME GROUP BY field, field2 Major Resolved
   Bug DERBY-3390 FIXED SQLException thrown from user function kills network connection Major Resolved
   Improvement DERBY-3907 FIXED Save useful length information for Clobs in store Major Resolved
   Improvement DERBY-3989 FIXED Set the Java 5 compilation path based on the Java 6 compilation path if a Java 5 environment can't be found but a Java 6 environment can be Major Resolved
   Bug DERBY-3447 FIXED Shutdown on a database without stopping replication hangs Major Resolved
   Bug DERBY-3678 FIXED StackOverflowException in deadlock trace Major Resolved
   Bug DERBY-3527 FIXED The slave will not notice that a network cable is unplugged and will therefore reject failover/stopSlave commands Major Resolved
   Bug DERBY-2861 FIXED Thread safety issue in TableDescriptor Major Resolved
   Bug DERBY-3549 FIXED Unable to start slave mode after authentication failure on a previous startSlave attempt Major Resolved
   Bug DERBY-3764 FIXED Union Query fail on Derby 10.4.1.3 Major Resolved
   Improvement DERBY-4048 FIXED Update Statistics code in AlterTableConstantAction should use execute transaction rather than compile transaction Major Resolved
   Task DERBY-3642 FIXED Update and rectify the Derby tutorial Major Resolved
   Bug DERBY-3625 FIXED XSDA3 error in concateTests in lang.LangHarnessJavaTest caused by bug in SYSCS_UTIL.SYSCS_INPLACE_COMPRESS_TABLE() Major Resolved
   Bug DERBY-3950 FIXED You should get an error if you try to override a generated column via an INSERT driven by an inner ResultSet Major Resolved
   Bug DERBY-3649 FIXED can't call a stored function with an aggregate argument without getting the following error: ERROR 42Y29 Major Resolved
   Improvement DERBY-481 FIXED implement SQL generated columns Major Resolved
   Bug DERBY-2353 FIXED intermittent NPEs during DELETE ops in a reasonably large transaction Major Resolved
   Improvement DERBY-1944 FIXED jdbcapi/ParameterMappingTest.java test does not execute test for setObject(Blob/Clob) in DerbyNetClient Major Resolved
   Bug DERBY-1848 FIXED jdbcapi/SetQueryTimeoutTest.java fails on IBM wctme 5.7 Major Resolved
   Task DERBY-4108 FIXED produce a 10.5 release Major Resolved
   Bug DERBY-3558 FIXED regression test failure in testDerbyJarAttributeAlpha - Security Exception Major Resolved
   Bug DERBY-3902 FIXED some messages are referenced but never used - MessageBundleTest output Major Resolved
   Bug DERBY-3561 FIXED testStartStopManagementFromApplication(org.apache.derbyTesting.functionTests.tests.management.ManagementMBeanTest)junit.framework.AssertionFailedError: expected:<2> but was:<5> Major Resolved
   Bug DERBY-4028 FIXED two rows can be inserted with the same value in a column that a unique constraint on that column should prevent Major Resolved
   Bug DERBY-3631 DUPLICATE UDF used with aggregate arguments results in error 30000 Major Resolved
   Bug DERBY-3180 DUPLICATE error XSDA3 when test is executing SYSCS_INPLACE_COMPRESS_TABLE in specific situation Major Resolved
   Bug DERBY-3515 CANNOT REPRODUCE 23 timeouts encountered while running management junit suite as part of full nightly runs. Major Resolved
   Bug DERBY-3379 FIXED "No Current connection" on PooledConnection.getConnection() if pooled connection is reused during connectionClosed processing Major Closed
   Bug DERBY-3694 FIXED 'Method resolution for signature java.lang.String.valueOf(int) was ambiguous. (No single maximally specific method.)' in 'testFunctionNullHandling(org.apache.derbyTesting.functionTests.tests.lang.RoutineTest)' on JavaME Major Closed
   Bug DERBY-3903 FIXED 'The class 'org.apache.derby.diag.EnabledRoles' does not exist or is inaccessible.' in new roles tests (DERBY-3886) Major Closed
   Bug DERBY-3692 FIXED 'javax.transaction.xa.XAException' ++ in 'J2EEDataSourceTest' Major Closed
   Bug DERBY-4012 FIXED 'largedata/LobLimits.java' fails with "EXPECTED SQL Exception: (XJ001) Java exception: 'A truncation error was encountered trying to shrink CLOB 'XXXX' to length 104857600.: org.apache.derby.iapi.services.io.DerbyIOException'." Major Closed
   Bug DERBY-3803 FIXED 'org.apache.derbyTesting.functionTests.tests.lang.XMLTypeAndOpsTest' failures on JVM 1.5 on trunk, 10.4 and 10.3 Major Closed
   Bug DERBY-3841 FIXED 'testTimeSlice_*(NetworkServerControlApiTest.java)' fails on Jvm1.5/vista, Jvm1.4/SunOS 5.11 Major Closed
   Bug DERBY-4194 FIXED 10.5 RC1 and RC2 ui plugin doesn't work properly Major Closed
   Bug DERBY-48 FIXED A connection request that has a default schema that is being created by another transaction will fail to connect Major Closed
   Bug DERBY-4006 FIXED ALTER COLUMN ... WITH DEFAULT NULL does not change the default Major Closed
   Task DERBY-3827 FIXED Add Apache 2.0 license headers to a number of files Major Closed
   Improvement DERBY-1387 FIXED Add JMX extensions to Derby Major Closed
   Improvement DERBY-2822 FIXED Add caching of store stream length in StoreStreamClob, if appropriate Major Closed
   Sub-task DERBY-3673 FIXED DERBY-3137
Add checks that a new role isn't already a user authorization id
Major Closed
   Sub-task DERBY-3722 FIXED DERBY-3137
Add circularity check for the GRANT role statement
Major Closed
   Sub-task DERBY-4103 FIXED DERBY-646
Allow unlimited growth for in-memory conglomerates
Major Closed
   Bug DERBY-4071 FIXED AssertFailure when selecting rows from a table with CHARACTER and VARCHAR columns Major Closed
   Bug DERBY-3775 FIXED BlobStoredProcedureTest failed on Zos: AssertionFailedError: Error SYSIBM.BLOBGETPOSITIONFROMLOCATOR returns the wrong value for the position of the Blob expected:<8> but was:<-1> Major Closed
   Bug DERBY-4025 FIXED CHAR data type documentation fails to describe the maximum allowed length Major Closed
   Bug DERBY-4146 FIXED Cannot insert row when a generated column references an identity column Major Closed
   Bug DERBY-3581 FIXED Changing certain properties on client DataSource objects causes existing connections to reflect the new values Major Closed
   Bug DERBY-3978 FIXED Clob.truncate(long) in the client driver doesn't update the cached Clob length Major Closed
   Bug DERBY-3657 FIXED Comment in template security policy incorrectly says that JMX is not enabled by default Major Closed
   Bug DERBY-4119 FIXED Compress on a large table fails with IllegalArgumentException - Illegal Capacity Major Closed
   Improvement DERBY-3750 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.constant Expression.sql" to junit Major Closed
   Improvement DERBY-3754 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.connect.sql" to junit Major Closed
   Improvement DERBY-3758 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.precedence.sql" to junit Major Closed
   Improvement DERBY-3802 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.optimizerOverrides.sql" to junit. Major Closed
   Improvement DERBY-3760 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.miscerrors.sql" to junit. Major Closed
   Improvement DERBY-3762 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.arithmetic.sql" to junit. Major Closed
   Improvement DERBY-3759 FIXED Convert "org.apache.derbyTesting.functionTests.tests.lang.ungroupedAggregatesNegative.sql" to junit. Major Closed
   Improvement DERBY-3751 FIXED Convert case.sql to junit Major Closed
   Improvement DERBY-3805 FIXED Create a simple Blob performance regression test Major Closed
   Improvement DERBY-3810 FIXED Create a simple Clob performance regression test Major Closed
   Bug DERBY-3596 FIXED Creation of logical connections from a pooled connection causes resource leak on the server Major Closed
   Bug DERBY-4073 FIXED Creation/configuration of ClientXDataSource fails because of two setSsl methods Major Closed
   Improvement DERBY-2389 FIXED DOCS - Move Derby system and properties info from Tuning Guide into Reference Manual Major Closed
   Bug DERBY-3745 FIXED Derby can leak classloaders in an app server environment Major Closed
   Bug DERBY-3875 FIXED Derby cannot replace a database after encountering corruption Major Closed
   Bug DERBY-1331 FIXED Derby's "set schema" behavior is not compliant with SQL 2003 Foundation spec. Major Closed
   Sub-task DERBY-4084 FIXED DERBY-646
Determine the subSubProtocol name for the in-memory back end
Major Closed
   Sub-task DERBY-3874 FIXED DERBY-3063
Document numeric function ATAN2(float1,float2)
Major Closed
   Bug DERBY-3938 FIXED Document that you can change the length of varbinary as well as varchar columns Major Closed
   Task DERBY-3787 FIXED Document the new system stored procedure SYSCS_UTIL.SYSCS_UPDATE_STATISTICS which was added as part of DERBY-269 Major Closed
   Task DERBY-4104 FIXED Documentation: update documentation files to 10.5 Major Closed
   Bug DERBY-3871 FIXED EmbedBlob.setBytes returns incorrect insertion count Major Closed
   Bug DERBY-3766 FIXED EmbedBlob.setPosition is highly ineffective for streams Major Closed
   Task DERBY-3922 FIXED Enable the adding of generated columns via ALTER TABLE Major Closed
   Sub-task DERBY-4094 FIXED DERBY-646
Enforce absolute paths in the in-memory back end internal storage structure
Major Closed
   Bug DERBY-3489 FIXED Error message XRE04 does not include the right port number. Major Closed
   Bug DERBY-1107 FIXED For existing databases JDBC metadata queries do not get updated properly between maintenance versions. Major Closed
   Improvement DERBY-3521 FIXED Functionality for skipping testsuites on certain platforms fails for the new management testsuite on phoneME advanced Major Closed
   Bug DERBY-3931 FIXED GeneratedColumnsTest fails with "'F_MINUS' is not recognized as a function or procedure." on cvm/phoneME Major Closed
   Bug DERBY-3544 FIXED If NetworkServer fails to shutdown when run as a separate process by NetworkServerTestSetup, test run will hang Major Closed
   Bug DERBY-3773 FIXED ImportExportLobTest failed on Zos Clobs differ at index 1 expected:<99> but was:<196> Major Closed
   Sub-task DERBY-4093 FIXED DERBY-646
Improve handling of the database temporary directory
Major Closed
   Improvement DERBY-3934 FIXED Improve performance of reading modified Clobs Major Closed
   Bug DERBY-3571 FIXED LOB locators are not released if the LOB columns are not accessed by the client Major Closed
   Bug DERBY-3889 FIXED LOBStreamControl.truncate() doesn't delete temporary files Major Closed
   Bug DERBY-3319 FIXED Logical connections do not check if a transaction is active on close Major Closed
   Improvement DERBY-3703 FIXED Make it possible to build the JSR169 support with the jdk1.4 libraries Major Closed
   Sub-task DERBY-3666 FIXED DERBY-3223
Make role descriptor a dependency Provider
Major Closed
   Bug DERBY-3665 FIXED Master file for derbynet/testProperties.java needs update for 10.3.2.2 to 10.3.3.0 version change. Major Closed
   Bug DERBY-4050 FIXED Multithreaded clob update causes growth in table that does not get reclaimed Major Closed
   Bug DERBY-3865 FIXED NPE in testSemantics(.....lang.RolesTest) on JavaME / CVM Major Closed
   Bug DERBY-4145 FIXED NullPointerException on CREATE TABLE when generated column depends on another generated column Major Closed
   Bug DERBY-2498 FIXED NullPointerException on ClientDataSource.getConnection() when ds.setdatabaseName was invalid Major Closed
   Bug DERBY-3799 FIXED NullPointerException when accessing a clob through a pooled connection Major Closed
   Bug DERBY-3845 FIXED Problems running org.apache.derbyTesting.system.optimizer.RunOptimizerTest Major Closed
   Bug DERBY-3909 FIXED Race condition in NetXAResource.removeXaresFromSameRMchain() Major Closed
   Improvement DERBY-3959 FIXED Reference Manual needs information on generated columns Major Closed
   Bug DERBY-1932 FIXED Reference Manual updates - JDBC Reference section Major Closed
   Improvement DERBY-3826 FIXED Remove the update-with-jdbc4 script, which is dead code now Major Closed
   Sub-task DERBY-3864 FIXED DERBY-2556
Remove utility class PrivilegedFileOps
Major Closed
   Improvement DERBY-3702 FIXED Remove xml-apis.jar because we no longer have to compile against jdk1.3 Major Closed
   Sub-task DERBY-3859 FIXED DERBY-2207
Reset the current role when EmbedPooledConnection creates a new logical connection
Major Closed
   Improvement DERBY-3743 FIXED Revoking EXECUTE privilege on a function if used in a CHECK constraint: implementation problem Major Closed
   Bug DERBY-3736 FIXED Revoking a column level privilege from a user, a prepared statement relying on that privilege can still be executed Major Closed
   Improvement DERBY-1764 FIXED Rewrite stress.multi as a JUnit test Major Closed
   Bug DERBY-3831 FIXED RuntimeStatisticsParser can not distinguish names of table or index well and truly Major Closed
   Bug DERBY-3975 FIXED SELECT DISTINCT may return duplicates with territory-based collation Major Closed
   Bug DERBY-4049 FIXED SELECT statement topic in Reference Manual should reflect current WHERE clause behavior Major Closed
   Bug DERBY-3741 FIXED SQL LENGTH function materializes CLOB into memory Major Closed
   Sub-task DERBY-3930 FIXED DERBY-2207
SQL roles: Add VTI for CONTAINED_ROLES
Major Closed
   Task DERBY-3193 FIXED SQL roles: Add documentation Major Closed
   Improvement DERBY-3327 FIXED SQL roles: Implement authorization stack (and SQL session context to hold it) Major Closed
   Task DERBY-3667 FIXED SQL roles: Make CURRENT_ROLE check that the role is still valid Major Closed
   Task DERBY-3901 FIXED SQL roles: Move upgrade logic from 10.4 to 10.5 Major Closed
   Task DERBY-3137 FIXED SQL roles: add catalog support Major Closed
   Sub-task DERBY-3877 FIXED DERBY-2207
SQL roles: build support for dblook
Major Closed
   Improvement DERBY-3886 FIXED SQL roles: ij show enabled and settable roles Major Closed
   Task DERBY-3223 FIXED SQL roles: make use of privileges granted to roles in actual privilege checking Major Closed
   Bug DERBY-4040 FIXED SQLChar.getLength returns wrong length for some data values Major Closed
   Bug DERBY-3897 FIXED SQLSessionContext not correctly initialized in some non-method call nested contexts Major Closed
   Bug DERBY-4116 FIXED SYSCS_UTIL.SYSCS_UPDATE_STATISTICS should update the store estimated row count for the table Major Closed
   Bug DERBY-3354 FIXED Select from large lob table with embedded gives OutOfMemoryError Major Closed
   Improvement DERBY-3984 FIXED Separate out the small number of build targets which really require JDK1.4 features from the bulk of the targets which ought to compile cleanly against small device libraries Major Closed
   Improvement DERBY-3988 FIXED Set the Java 6 complilation path based on the Java 5 compilation path so that the JDBC4 support is always built Major Closed
   Bug DERBY-3825 FIXED StoreStreamClob.getReader(charPos) performs poorly Major Closed
   Sub-task DERBY-3385 FIXED DERBY-1387
Tests for JMX Management and Monitoring
Major Closed
   Bug DERBY-3579 FIXED The Developer's Guide incorrectly describes the behavior of transactions inside procedures and functions Major Closed
   Improvement DERBY-3855 FIXED The Tuning guide should mention that LIKE transformations/optimizations are disabled when using territory-based collations Major Closed
   Bug DERBY-3840 FIXED The test code executes java processes by just executing java instead of using a full path. This may cause the wrong java to be picked up. Major Closed
   Bug DERBY-4095 FIXED Trigger fails with ERROR 38000: The exception 'java.sql.SQLException: ResultSet not open during VTIResultSet.getNextRowCore() Major Closed
   Improvement DERBY-3983 FIXED User Guide documentation on the limitations of small-device support is stale Major Closed
   Sub-task DERBY-3681 FIXED DERBY-3137
When authenticating a user at connect time, verify that the user provided is not also a defined role name.
Major Closed
   Bug DERBY-4141 FIXED XAExceptions thrown by Derby can have errorCode 0 Major Closed
   Bug DERBY-4126 FIXED You can't invoke a table function which is stored in a jar file inside the database Major Closed
   Bug DERBY-3818 FIXED client Insert/retrieval of 18MB Clob is extremely slow in MultiByteClobTest Major Closed
   Improvement DERBY-3717 FIXED convert derbynet/getCurrentProperties.java to junit Major Closed
   Bug DERBY-2209 FIXED derbynet/getCurrentProperties.java fails intermittently Major Closed
   Bug DERBY-3655 FIXED errror in nightly regression test: LobStreamsTest:encryptedjunit.framework.AssertionFailedError: f:\jartest\JarResults.2008-04-29\ibm16_suites.All\system\singleUse\oneuse1e\tmp\lob6165.tmp Major Closed
   Bug DERBY-3812 FIXED failure in testAttributeDrdaStreamOutBufferSize(org.apache.derbyTesting.functionTests.tests.management.NetworkServerMBeanTest)junit.framework.AssertionFailedError: expected:<0> but was:<131072> Major Closed
   Bug DERBY-3869 FIXED intermittent hang pinging server on Linux Major Closed
   Bug DERBY-3701 FIXED java.lang.Exception: DRDA_UnableToAccept.S:Unable to accept connections and client hang if tracing is turned on but traceDirectory does not exist Major Closed
   Bug DERBY-4151 FIXED java.net.ConnectException in J2EEDataSourceTest (with network server) on IBM iseries Major Closed
   Bug DERBY-3774 FIXED jdbc4/ClobTest fails on Zos with AssertionFailedError: Streams differ at index 0 expected:<200> but was:<72> Major Closed
   Bug DERBY-4042 FIXED org.apache.derby.impl.load.Import needs to escape single quotes Major Closed
   Bug DERBY-3588 FIXED suites.All fails to run on Jvm 1.5 when built with JDK 1.5 (Failed to invoke suite(): .jdbc4._Suite) Major Closed
   Bug DERBY-3776 FIXED testGetBytes under BlobClob4BlobTest failed on Zos with encoding issue Major Closed
   Bug DERBY-3943 FIXED testReplication_Local_3_p2_StateTests_smallInsert_immediateStopMaster_DISABLED() causes hang in teardown() Major Closed
   Bug DERBY-3685 FIXED weme 6.1 Base connection pooling suitejunit.framework.AssertionFailedError: java.lang.NullPointerException Major Closed
   Bug DERBY-3310 FIXED ASSERT in MergeSort.checkColumnTypes() disallow legal type conversions Minor Resolved
   Sub-task DERBY-3506 FIXED DERBY-1387
Add JMX testing with a security manager and investigate testing with JMX authentication.
Minor Resolved
   Task DERBY-3640 FIXED Add an example for table function in Derby Reference Manual Minor Resolved
   Improvement DERBY-4013 FIXED Allow standard SQL syntax: ALTER TABLE ALTER [COLUMN] <col> SET DEFAULT <default> Minor Resolved
   Improvement DERBY-3338 FIXED CancelQueryTask.forgetContext() could be simplified. Minor Resolved
   Improvement DERBY-1062 FIXED Change the internal implemetation of SYSCS_INPLACE_COMPRESS_TABLE to share existing alter table Minor Resolved
   Task DERBY-3653 FIXED Convert datetime.sql to JUnit Minor Resolved
   Improvement DERBY-3587 FIXED Convert jdbcapi/testRelative.java to JUnit Minor Resolved
   Bug DERBY-3270 FIXED Delayed (on-demand) creation of current user schema makes select from view belonging to other schema fail. Minor Resolved
   Improvement DERBY-4023 FIXED Improve length caching in TemporaryClob Minor Resolved
   Bug DERBY-3705 FIXED In Net Client mode, negative values for stream length are accepted without an exception for PreparedStatement.setAsciiStream() Minor Resolved
   Bug DERBY-1726 FIXED Make i18n/LocalizedDisplay.sql and i18n/LocalizedConnectionAttribute.sql behave equally on different platforms Minor Resolved
   Bug DERBY-1416 FIXED Message id J029 (CONN_RESTORE_FROM) does not have a matching message text Minor Resolved
   Bug DERBY-1415 FIXED Message id J030 in reference.MessageId.java does not have a matching message Minor Resolved
   Improvement DERBY-581 FIXED Modify SQL to skip N rows of the result and return the next M rows Minor Resolved
   Bug DERBY-3880 FIXED NPE on a query with having clause involving a join Minor Resolved
   Bug DERBY-3548 FIXED NoClassDefFoundError failure in SystemPrivilegesPermissionTest for weme6.1 Minor Resolved
   Bug DERBY-3538 FIXED NullPointerException during execution for query with LEFT OUTER JOIN whose inner table selects all constants. Minor Resolved
   Task DERBY-1670 FIXED Remove optional osgi.jar download by including equivalent jar from the apache incubator felix project in the Derby's svn Minor Resolved
   Bug DERBY-3401 FIXED Removing a ConnectionEventListener from a PooledConnection during its connectionClosed() callback causes other ConnectionEventListener callbacks to be missed Minor Resolved
   Improvement DERBY-3890 FIXED Replication: NPE for startSlave of encrypted database Minor Resolved
   Bug DERBY-2747 FIXED Reply incorrectly handles read() returning -1 Minor Resolved
   Sub-task DERBY-3462 FIXED DERBY-1387
Require new permissions in o.a.d.security.SystemPermission to allow control to Derby's JMX management and to ensure information is not leaked through JMX
Minor Resolved
   Bug DERBY-3509 FIXED The replication log shipper is not notified when a new replication transmitter is instantiated in MC#handleException. Minor Resolved
   Improvement DERBY-3097 FIXED Unnecessary if statement can be removed from BaseActivation.getColumnFromNow Minor Resolved
   Bug DERBY-3408 FIXED Wrong message when using SHOW in ij. Minor Resolved
   Improvement DERBY-3725 FIXED add more information to the XSDB1:ERROR XSDB1: Unknown page format at page error Minor Resolved
   Bug DERBY-576 FIXED xaHelper in ij creates global id that is not the same across platforms Minor Resolved
   Bug DERBY-3674 FIXED 'ALTER TABLE' is not allowed on the System table '"SYSCS_DIAG"."TRANSACTION_TABLE"' in derbyall - store/TransactionTable.sql Minor Closed
   Bug DERBY-4096 FIXED 'testRunTimeStatistics(org.apache.derbyTesting.functionTests.tests.lang.OffsetFetchNextTest)junit.framework.AssertionFailedError' on Windows Minor Closed
   Sub-task DERBY-3936 FIXED DERBY-3934
Add CharacterStreamDescriptor
Minor Closed
   Improvement DERBY-3982 FIXED Add a facility to override the default set of old versions to be tested in the upgrade tests. Minor Closed
   Task DERBY-3779 FIXED Add client side JDBC statement pool documentation Minor Closed
   Improvement DERBY-3738 FIXED Add more tests for legal/illegal commands in the different replication states Minor Closed
   Bug DERBY-3816 FIXED Administration Guide topics on unsupported DB2 driver should be removed Minor Closed
   Bug DERBY-3589 FIXED AllocPage.createPage() doesn't initialize minimumRecordSize correctly Minor Closed
   Bug DERBY-3566 FIXED Alter column set data type not allowed in soft upgrade with unique constraint Minor Closed
   Bug DERBY-3786 FIXED Assert failure in CacheEntry.unkeepForRemove when running stress.multi Minor Closed
   Bug DERBY-3911 FIXED BTreeController.reclaim_deleted_rows() may hide exceptions Minor Closed
   Bug DERBY-719 FIXED Calling SYSCS_INPLACE_COMPRESS_TABLE on SYS.SYSTABLES results in a lock timeout, with only a single connection active Minor Closed
   Improvement DERBY-3554 FIXED Change Collation test to run DatabaseMetaDataTest, BatchUpdateTest,GroupByExpressionTest, and UpdateableResultSetTest for only one locale Minor Closed
   Improvement DERBY-3503 FIXED Change stress.multi to dump thread stacks before killing off testers with jdk 1.5 and higher Minor Closed
   Bug DERBY-3782 FIXED Client Configuration.java imports engine class org.apache.derby.iapi.services.info.JVMInfo Minor Closed
   Bug DERBY-3469 FIXED Clob.length() doesn't detect a closed underlying connection in a consistent way Minor Closed
   Bug DERBY-3977 FIXED Clob.truncate with a value greater than the Clob length raises different exceptions in embedded and client driver Minor Closed
   Task DERBY-3623 FIXED Convert deadlockMode.java to JUnit Minor Closed
   Improvement DERBY-3796 FIXED Convert derbynet/OutBufferedStream to JUnit Minor Closed
   Improvement DERBY-3828 FIXED Convert jdbcapi/SURTest_ij.sql to JUnit. Minor Closed
   Improvement DERBY-3797 FIXED Convert jdbcapi/metadataMultiConn to JUnit. Minor Closed
   Improvement DERBY-3568 FIXED Convert jdbcapi/savepointJdbc30_JSR169.java and jdbcapi/savepointJdbc30_XA.java to JUnit Minor Closed
   Improvement DERBY-3770 FIXED Create a utility class for skipping data in an InputStream Minor Closed
   Sub-task DERBY-2463 FIXED DERBY-2399
Create runtime statistics parser for junit tests
Minor Closed
   Improvement DERBY-2388 FIXED DOCS - Reorder JDBC Reference section in Ref Manual Minor Closed
   Bug DERBY-3431 FIXED DatabaseMetaData.getConnection returns the wrong connection when using connection pooling Minor Closed
   Bug DERBY-4220 FIXED Derby 10.5.1.1 is not available in the maven repositories Minor Closed
   Bug DERBY-3612 FIXED Developer's Guide needs correction on garbage collection Minor Closed
   Improvement DERBY-3200 FIXED Developer's Guide: Add examples showing use of SQL authorization with user authentication Minor Closed
   Improvement DERBY-4016 FIXED Document syntax change for ALTER TABLE in Reference Manual Minor Closed
   Improvement DERBY-503 FIXED Documentation should recommend using .newInstance() to instantiate JDBC driver Minor Closed
   Bug DERBY-4121 FIXED Documentation: more UPDATE_STATISTICS fixes needed for Reference Manual and Tuning Derby Minor Closed
   Improvement DERBY-3726 FIXED Don't call RAFContainer.padFile() from instances of RAFContainer4 Minor Closed
   Improvement DERBY-3578 FIXED DrdaStreamOutBufferSize attribute of NetworkServerMBean should be of type int instead of String Minor Closed
   Bug DERBY-3690 FIXED EmbedPooledConnection doesn't reset schema when creating a new logical connection Minor Closed
   Bug DERBY-961 FIXED Error 22001 can include 'XX-RESOLVE-XX' which should be removed Minor Closed
   Bug DERBY-2320 FIXED Example in DEGREES function is not appropriate. Minor Closed
   Bug DERBY-3791 FIXED Excessive memory usage when fetching small Clobs Minor Closed
   Improvement DERBY-3063 FIXED Extend the system function mechanism to support functions with multiple arguments Minor Closed