[CONJ-253] Text encoding concorrect on blob column Created: 2016-02-13 Updated: 2019-05-12 Resolved: 2016-02-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Failover |
| Affects Version/s: | 1.3.3, 1.3.4, 1.3.5 |
| Fix Version/s: | 1.3.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | zhanhb | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
WINDOWS |
||
| Issue Links: |
|
||||||||
| Description |
|
public class Test1 { @Test try (PreparedStatement ps = conn.prepareStatement("select * from table1"); } } |
| Comments |
| Comment by Diego Dupin [ 2016-02-21 ] |
|
hi, you're right. correction done with commit : https://github.com/MariaDB/mariadb-connector-j/commit/123f02ab97c6baddc934baa4886133841f944a6b |