Re: SQLDataException when updating rows (Vert.x)

2016-03-29 Thread Simon
Hello all, Just one more note, I made an issue for this problem: https://issues.apache.org/jira/browse/DERBY-6880 Cheers, Simon On Tue, Mar 29, 2016 at 9:44 PM, Simon wrote: > Ok - here's my attempt at making a fairly minimal reproducible example. > >

Re: SQLDataException when updating rows (Vert.x)

2016-03-29 Thread Simon
Ok - here's my attempt at making a fairly minimal reproducible example. https://github.com/ssadedin/DerbyDebug Cheers, Simon On Tue, Mar 29, 2016 at 11:24 AM, Bryan Pendleton < bpendleton.de...@gmail.com> wrote: > One thing I'll note is that I /don't/ get this error when I execute the >>

Re: SQLDataException when updating rows (Vert.x)

2016-03-28 Thread Bryan Pendleton
One thing I'll note is that I /don't/ get this error when I execute the update via other means. Perhaps, those other tools (Squirrel, etc.) are not using the special form of Statement.executeUpdate() which requests that the auto-generated keys should be made available, while the Vert.x

Re: SQLDataException when updating rows (Vert.x)

2016-03-27 Thread Bryan Pendleton
I am not completely sure if this problem is to do with Vert.x and its JDBC wrappers or Derby 10.12.1.1. Me either. Derby throws an error while trying to interrogate the result set for updated rows: Caused by: ERROR 22018: Invalid character string format for type long. at