Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.
The following page has been changed by KatheyMarsden:
http://wiki.apache.org/db-derby/HighValueFixCandidates
------------------------------------------------------------------------------
[https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12310220
Derby Open Code Bugs] and
[https://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12310744
Regression Test Failures.]
|| JIRA_ISSUE || SUMMARY || COMMENTS||
- ||[http://issues.apache.org/jira/browse/DERBY-2892 DERBY-2892] ||Closing a resultset after
retrieving a large > 32665 bytes value with Network Server does not release locks || Regression
in 10.3. Likely user hit ||
- ||[http://issues.apache.org/jira/browse/DERBY-269 DERBY-269] ||Provide some way to update
index cardinality statistics (e.g. reimplement update statistics)|| often hit by users ||
+ || DERBY-2972 || [DERBY-2972] Update or select with function in the where clause
causes with TERRITORY_BASED collation fails with ERROR 42818: Comparisons between 'VARCHAR'
and 'VARCHAR' are not supported. || ||
+ || DERBY-2967 || [DERBY-2967] Single character does not match high value unicode character
with collation TERRITORY_BASED || ||
+ || DERBY-2961 || [DERBY-2961] TriggerTest.testTypesINActionStatement fails with 'ASSERT
FAILED col1.getClass() (class org.apache.derby.iapi.types.SQLClob) expected to be the same
as col2.getClass() (class org.apache.derby.iapi.types.CollatorSQLClob) || ||
+ || DERBY-2957 || [DERBY-2957] ASSERT FAILED col1.getClass() (class org.apache.derby.iapi.types.SQLChar)
expected to be the same as col2.getClass() (class org.apache.derby.iapi.types.CollatorSQLChar)
in NistScripts dml002 test with collated database || ||
+ || DERBY-2946 || [DERBY-2946] In soft upgrade mode, the metadata queries do not get compiled
in SYS schema. This will cause problems in future releases of Derby. || ||
+ || DERBY-2933 || [DERBY-2933] When network server disconnects due to an I/O Exception
it does not always log the exception that caused the error || ||
+ || DERBY-2919 || [DERBY-2919] Alter table .. Add .. Primary Key fails with Column not
found when columnName contains localized characters - w/a available || ||
- ||[http://issues.apache.org/jira/browse/DERBY-2905 DERBY-2905] ||Shutting down embedded
Derby does not remove all code, the AutoloadDriver is left registered in the DriverManager.||
regression from 10.1 ||
+ || DERBY-2905 || [DERBY-2905] Shutting down embedded Derby does not remove all code,
the AutoloadDriver is left registered in the DriverManager. ||Regression in 10.2 ||
- ||[http://issues.apache.org/jira/browse/DERBY-2436 DERBY-2436]||SYSCS_IMPORT_TABLE can be
used to read derby files || This is a significant security hole in Derby||
- ||[http://issues.apache.org/jira/browse/DERBY-1030 DERBY-1030]|| In some situations a RETURNS
NULL ON NULL function is called when one ot its parameters is NULL|| ||
+ || DERBY-2894 || [DERBY-2894] calling DatabaseMetaData.getColumns() with % for matching
column character in a territory based collated db does not work in 1.4.2 jvms || ||
+ || DERBY-2892 || [DERBY-2892] Closing a resultset after retrieving a large > 32665
bytes value with Network Server does not release locks ||Regression in 10.3 ||
+ || DERBY-2649 || [DERBY-2649] An unsuccessful boot attempt of an booted database can
potentially delete files in the temp directory that are in use. || ||
+ || DERBY-2620 || [DERBY-2620] embedded throws SQLState 8003 (No current connection) on
rs.next() on closed resultSet in test for DERBY-1025 in DataSourceTest || ||
+ || DERBY-2576 || [DERBY-2576] setCreateDatabase does not work for EmbeddedXADataSource
or EmbeddedConnectionPoolDataSource || ||
+ || DERBY-2436 || [DERBY-2436] SYSCS_IMPORT_TABLE can be used to read derby files ||Security
hole ||
+ || DERBY-2352 || [DERBY-2352] Assertion Failure with order by and group by expression
|| ||
+ || DERBY-2351 || [DERBY-2351] ORDER BY with expression with distinct in the select list
returns incorrect result || Bryan Investigating ||
+ || DERBY-2344 || [DERBY-2344] 'java.lang.OutOfMemoryError: Java heap space' in NetworkServerThread
|| ||
+ || DERBY-2130 || [DERBY-2130] Optimizer performance slowdown from 10.1 to 10.2 || ||
+ || DERBY-2105 || [DERBY-2105] Network Client - Column of type CHAR, VARCHAR or LONG VARCHAR
contains wrong value after being updated using the updateObject() method with a clob as parameter.
|| ||
+ || DERBY-2073 || [DERBY-2073] Inserting BigDecimal value in PreparedStatement into double
column loses fractional digits || ||
- ||[http://issues.apache.org/jira/browse/DERBY-2017 DERBY-2017]||Client driver can insert
and commit partial data when a LOB stream throws IOException or does not match the specified
length || ||
+ || DERBY-2017 || [DERBY-2017] Client driver can insert and commit partial data when a
LOB stream throws IOException or does not match the specified length || ||
- ||[http://issues.apache.org/jira/browse/DERBY-2352 DERBY-2352]|| Assertion Failure with
order by and group by expression || ||
- ||[http://issues.apache.org/jira/browse/DERBY-2351 DERBY-2351]||ORDER BY with expression
with distinct in the select list returns incorrect result ||Bryan is investigating||
- ||[http://issues.apache.org/jira/browse/DERBY-1782 DERBY-1782]||When a privilege is revoked
at table level, Derby should only drop objects that require that particular privilege|| ||
+ || DERBY-1905 || [DERBY-1905] Optimizer cost estimates for subqueries are way (way) too
high. || ||
+ || DERBY-1782 || [DERBY-1782] When a privilege is revoked at table level, Derby should
only drop objects that require that particular privilege and not all the objects that require
some form of privilege on that table. || ||
+ || DERBY-1781 || [DERBY-1781] Process handles appear to be leaking in queries using an
IN clause during concurrent DB access || ||
+ || DERBY-1696 || [DERBY-1696] transaction may sometimes keep lock on a row after moving
off the resultset in scrollable updatable resultset || ||
+ || DERBY-1599 || [DERBY-1599] Clob.getSubString() throws NullPointerException when created
by updatable result set || ||
+ || DERBY-1528 || [DERBY-1528] Preparing "INSERT INTO table SELECT FROM (...)" may cause
NullPointerException and subsequent internal errors reported by RawStore module || ||
+ || DERBY-1433 || [DERBY-1433] Client driver does not handle string literals containing
"where current of" correctly || ||
+ || DERBY-1259 || [DERBY-1259] Optimizer plan consideration doesn't account for infinite
cost estimates and can therefore choose plans requiring excessive memory. || ||
- ||[http://issues.apache.org/jira/browse/DERBY-1256 DERBY-1256]||Remove usage of non-portable
methods in derby code || ||
+ || DERBY-1256 || [DERBY-1256] Remove usage of non-portable methods in derby code ||
||
+ || DERBY-1208 || [DERBY-1208] Attempts to reuse a prepared statement after an execution-time
error causes ASSERT failure in SANE mode, but work fine in INSANE. || ||
+ || DERBY-1205 || [DERBY-1205] Unexpectedly very slow performance compared to DB2 ||
||
+ || DERBY-1107 || [DERBY-1107] For existing databases JDBC metadata queries do not get
updated properly between maintenance versions. || ||
+ || DERBY-1066 || [DERBY-1066] database creation with log device as relative path under
security manager throws NULL pointer excetpton if there is NO acess permission for user.dir
|| ||
+ || DERBY-1030 || [DERBY-1030] In some situations a RETURNS NULL ON NULL function is called
when one ot its parameters is NULL || ||
+ || DERBY-1026 || [DERBY-1026] LDAP with caching DNs in derby.user.userName as database
property does not work || ||
+ || DERBY-1018 || [DERBY-1018] Client xa Statement.getConnection and DatabaseMetadata.getConnection
returns underlying NetXAConnection instead of Logical connection || ||
+ || DERBY-974 || [DERBY-974] ClientDriver can lose some connection properties || ||
- ||[http://issues.apache.org/jira/browse/DERBY-857 DERBY-857]||LDAP user authentication fails
under a security manager|| ||
+ || DERBY-857 || [DERBY-857] LDAP user authentication fails under a security manager
|| ||
- ||[http://issues.apache.org/jira/browse/DERBY-974 DERBY-974]||ClientDriver can lose some
connection properties || ||
- ||[http://issues.apache.org/jira/browse/DERBY-728 DERBY-728]|| Unable to create databases
whose name containg Chinese characters through the client driver|| ||
+ || DERBY-728 || [DERBY-728] Unable to create databases whose name containg Chinese characters
through the client driver || ||
+ || DERBY-720 || [DERBY-720] Calling SYSCS_INPLACE_COMPRESS_TABLE on a synonym or a temp
table results in a NullPointerException || ||
- ||[http://issues.apache.org/jira/browse/DERBY-588 DERBY-588]||database created on zOS (os/390)
cannot be used on windows || ||
+ || DERBY-588 || [DERBY-588] database created on zOS (os/390) cannot be used on windows
|| ||
- ||[http://issues.apache.org/jira/browse/DERBY-341 DERBY-341]|| Client should disallow XAConnection
getConnection() when a global transaction has been started and a logical connection has already
been obtained|| ||
+ || DERBY-341 || [DERBY-341] Client should disallow XAConnection getConnection() when
a global transaction has been started and a logical connection has already been obtained
|| ||
+ || DERBY-269 || [DERBY-269] Provide some way to update index cardinality statistics (e.g.
reimplement update statistics) ||Often hit by users ||
- ||[http://issues.apache.org/jira/browse/DERBY-1018 DERBY-1018]||Client xa Statement.getConnection
and DatabaseMetadata.getConnection returns underlying NetXAConnection instead of Logical connection
|| ||
- ||[http://issues.apache.org/jira/browse/DERBY-2620 DERBY-2620]|| embedded throws SQLState
8003 (No current connection) on rs.next() on closed resultSet in test for DERBY-1025 in DataSourceTest||
||
|