[CONJ-300] PreparedStatement.setNString should be alias of setString. Created: 2016-05-24 Updated: 2016-08-23 Resolved: 2016-08-23 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.4.5 |
| Fix Version/s: | 1.5.0-RC |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hidekatsu Izuno | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The current version's Connector/J handle NString (NChar or NVarChar) as a unsupported feature. But MySQL/MariaDB supports it as CHAR/VARCHAR CHARACTER SET utf8. I hope setNString is alias of setString. |
| Comments |
| Comment by Diego Dupin [ 2016-08-23 ] |
|
fixed with commit https://github.com/MariaDB/mariadb-connector-j/commit/3616061fcf56445cf2338ce1b3ddb1b974655a96 |