[CONJ-817] Switched position of REMARKS and PROCEDURE_TYPE in the getProcedures result Created: 2020-08-10 Updated: 2020-09-23 Resolved: 2020-08-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | metadata |
| Affects Version/s: | None |
| Fix Version/s: | 2.7.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedures-java.lang.String-java.lang.String-java.lang.String- REMARK should go on 7th position, and PROCEDURE_TYPE after it, on 8th. Currently it's the other way around |