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: taglibs-dev@jakarta.apache.org 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]