[CONJ-359] Metadata getColumns(...) resultset doesnt have "IS_GENERATEDCOLUMN" info Created: 2016-10-03 Updated: 2016-10-06 Resolved: 2016-10-03 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | 1.5.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
according to jdbc DatabaseMetaData Driver has to return the 24 columns. Driver actually return only 23 columns, without the last one "IS_GENERATEDCOLUMN". to reproduced :
|
| Comments |
| Comment by Diego Dupin [ 2016-10-03 ] |
|
corrected. commit : https://github.com/MariaDB/mariadb-connector-j/commit/df148b488bbf04ad01d470cacb790fb7d748a0eb and https://github.com/MariaDB/mariadb-connector-j/commit/e609b09934b261b1e276c01cef4381e9d223cfea |