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

SQLDataException when updating rows (Vert.x)

2016-03-27 Thread Simon
Hello all, I am not completely sure if this problem is to do with Vert.x and its JDBC wrappers or Derby 10.12.1.1. My table is defined like this: create table pipeline_command ( id INTEGER NOT NULL GENERATED ALWAYS AS IDENTITY (START WITH 1, INCREMENT BY 1) primary key,