DO NOT REPLY [Bug 45183] New: Starting from mysql JDBC connector 5.1. 6 a wrong behavior

[email protected]
Newsgroups gmane.comp.jakarta.taglibs.devel
Message-ID <[email protected]/bugzilla/>
https://issues.apache.org/bugzilla/show_bug.cgi?id=45183

           Summary: Starting from mysql JDBC connector 5.1.6 a wrong
                    behavior
           Product: Taglibs
           Version: 1.1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Standard Taglib
        AssignedTo: [email protected]
        ReportedBy: [email protected]


If using a query with "AS" to rename a column, like here:

<c:set var="sqlBody" value="SELECT c1 as x FROM table"/>
<sql:query var="result" startRow="0" maxRows="3" dataSource="${dataSource}">
  ${sqlBody}
</sql:query>

the name of the column is "c1" instead of the expected "x".

Detail of the change is specified here:
http://lists.mysql.com/commits/47149


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.