Issue Details (XML | Word | Printable)

Key: DERBY-2244
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Saurabh Vyas
Reporter: Daniel John Debrunner
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

DatabaseMetaData.supportsExpressionsInOrderBy() returns false

Created: 15/Jan/07 07:00 PM   Updated: 14/May/07 04:24 PM
Return to search
Component/s: JDBC
Affects Version/s: 10.2.1.6, 10.2.2.0, 10.3.1.4
Fix Version/s: 10.3.1.4

Time Tracking:
Not Specified

Issue Links:
Reference
 

Resolution Date: 07/Feb/07 04:00 AM


 Description  « Hide
Expressions in the ORDER BY clause were added by DERBY-134

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Saurabh Vyas added a comment - 19/Jan/07 06:31 PM
Modifying the return type for methods supportsExpressionsInOrderBy() in EmbedDatabaseMetaData.java to return TRUE as Derby does support these features.
The patch for DERBY-2243 (https://issues.apache.org/jira/browse/DERBY-2243) address this issue too, thus the same patch can be used for this too.

Thus I think linking these issues and addressing them as "Methods in DatabaseMetaData should reflect the correct behavior of Derby. Comment/Suggestions ?

Saurabh Vyas added a comment - 24/Jan/07 09:13 AM
This issue is addressed by the patch for DERBY-2243 (https://issues.apache.org/jira/browse/DERBY-2243) and that is now committed. So should I link this to Derby-2243 or else changed the status directly to resolved ?

Saurabh Vyas added a comment - 24/Jan/07 10:08 AM
This issue is solved by Derby-2243