Re: Sql parameter count verification causing exceptions

2017-06-15 Thread Chad Berchek
: Paul King <pa...@asert.com.au> Reply-To: "users@groovy.apache.org" <users@groovy.apache.org>, "pa...@asert.com.au" <pa...@asert.com.au> Date: Thursday, June 15, 2017 at 11:13 AM To: "users@groovy.apache.org" <users@groovy.apache.org> Subject: R

Re: Sql parameter count verification causing exceptions

2017-06-15 Thread Paul King
ache.org>, " > pa...@asert.com.au" <pa...@asert.com.au> > *Date: *Thursday, June 15, 2017 at 5:23 AM > *To: *"users@groovy.apache.org" <users@groovy.apache.org> > *Subject: *Re: Sql parameter count verification causing exceptions > > > > H

Re: Sql parameter count verification causing exceptions

2017-06-15 Thread Chad Berchek
M To: "users@groovy.apache.org" <users@groovy.apache.org> Subject: Re: Sql parameter count verification causing exceptions Hi Chad, Relying on consistent SQL driver behavior has certainly been problematic. Can you confirm when using Groovy 2.4.12-SNAPSHOT (it has PR#534 already merg

Sql parameter count verification causing exceptions

2017-06-14 Thread Chad Berchek
In 2.4.9, groovy.sql.Sql started checking that the number of parameters passed to query execution methods equals the number of parameters reported by the JDBC driver through the PreparedStatement.getParameterMetaData().getParameterCount() method in response to issue GROOVY-8082. We are using