[CONJ-163] make column label name display instead column name when useOldAliasMetadataBehavior option true Created: 2015-06-24 Updated: 2015-09-02 Resolved: 2015-07-22 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.1.9 |
| Fix Version/s: | 1.2.2 |
| Type: | Task | Priority: | Major |
| Reporter: | seung hoon yoo | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
ALL |
||
| Issue Links: |
|
||||||||
| Sprint: | Sprint connector/j 1.3.0 | ||||||||
| Description |
|
Like as_is
i need feature about useOldAliasMetadataBehavior option (like
that make column label name display instead column name when useOldAliasMetadataBehavior option true how about my idea, MySQLResultSetMetaData.java
|
| Comments |
| Comment by Diego Dupin [ 2015-07-11 ] | |||
|
getColumnLabel must be your solution :
JDBC-4.0 indicate that there is 2 differents things :
Does it not answer your needs ? | |||
| Comment by seung hoon yoo [ 2015-07-13 ] | |||
|
getColumnLabel is solution. My situation some package developer says, | |||
| Comment by Diego Dupin [ 2015-07-22 ] | |||
|
done as requested for mysql compatibility |