Not sure, but quick to check: in the JDBC Sampler and JDBC Connection Configuration, under "Variable name bound to pool", is perhaps "Variable Name" empty?
best regards Ivan On Fri, Nov 11, 2016 at 7:59 PM, kyle Hailey <[email protected]> wrote: > running into an error > > java.lang.IllegalArgumentException: Variable Name must not be > null > > for simple statement like > > delete from authors where id in ( select id from authors limit 1 ) > > Any thoughts? I've googled around and not found much. > I have it set up as an "Query Type : Update Statement" > Not sure if that's right. Haven't found much info on query type. > > This query works fine in psql > > Thanks > Kyle >
