You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2007/01/03 22:14:47 UTC

DO NOT REPLY [Bug 33054] - sql:query loses query column order

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33054>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33054





------- Additional Comments From bayard@apache.org  2007-01-03 13:14 -------
Pulling in
http://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/SequencedHashMap.java
seems quite possible. Its deprecated because a version that is more embedded in
Collections now exists (ListOrderedMap), but pulling that version in involves a
lot more in the way of classes.

It's not thread-safe, but neither is TreeMap so that shouldn't be a problem. The
only backwards compatibility issue I can see is that TreeMap implements
SortedMap which adds some methods which SequencedHashMap won't be offering. It
seems unlikely that many people are using those methods.

So next up - a test case.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org