[+/-]
This section has information for users who are upgrading from one version of Connector/J to another, or to a new version of the MySQL server that supports a more recent level of JDBC. A newer version of Connector/J might include changes to support new features, improve existing functionality, or comply with new standards.

User Comments
jdbc:mysql://localhost:3306/table_name?useOldAliasMetadataBehavior=true&useOldAliasMetadataBehaviour=true
I don't know why but jdbc 5.1.17 works with queries like
SELECT q_eu.q_dt as dt, q_eu.open as eu FROM eu__15 as q_eu WHERE q_eu.q_dt >"1999.01.01" ORDER BY q_eu.q_dt LIMIT 0,100
with such paradox syntax ONLY. I have lost a lot of blood.
useOldAliasMetadataBehavior
useOldAliasMetadataBehaviour
nice Aliaces!
Add your own comment.