Bug #19338 | rows handled info lost when a SQLWarning is raised. | ||
---|---|---|---|
Submitted: | 25 Apr 2006 16:13 | Modified: | 25 Apr 2006 16:39 |
Reporter: | Andre Timmer | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / J | Severity: | S2 (Serious) |
Version: | mysql-connector-java-3.1.12-bin.jar | OS: | java 1.5.0_06-b05 |
Assigned to: | CPU Architecture: | Any |
[25 Apr 2006 16:13]
Andre Timmer
[25 Apr 2006 16:31]
Mark Matthews
JDBC requires that truncation on _write_ raise an exception, so the driver is acting as expected and required by the JDBC specification. If you don't want this behavior, add "jdbcCompliantTruncation=false" to your URL configuration properties.
[25 Apr 2006 16:39]
Andre Timmer
It works, thanks.