DO NOT REPLY [Bug 45183] New: Starting from mysql JDBC connector 5.1. 6 a wrong behavior
| 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.