You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by bp...@apache.org on 2008/05/08 06:01:37 UTC

svn commit: r654404 - /db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml

Author: bpendleton
Date: Wed May  7 21:01:37 2008
New Revision: 654404

URL: http://svn.apache.org/viewvc?rev=654404&view=rev
Log:
DERBY-2085: Misleading error message for non-matching ORDER BY clause

This change rewords message 42Y36 slightly to make it more helpful in
cases where there are expressions involved, not simply column references.



Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml

Modified: db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml?rev=654404&r1=654403&r2=654404&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/loc/messages.xml Wed May  7 21:01:37 2008
@@ -2099,7 +2099,7 @@
 
             <msg>
                 <name>42Y36</name>
-                <text>Column reference '{0}' is invalid.  For a SELECT list with a GROUP BY, the list may only contain valid grouping expressions and valid aggregate expressions.  </text>
+                <text>Column reference '{0}' is invalid, or is part of an invalid expression.  For a SELECT list with a GROUP BY, the columns and expressions being selected may only contain valid grouping expressions and valid aggregate expressions.</text>
                 <arg>reference</arg>
             </msg>