| From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
|---|---|
| To: | Chris Dole <chris(dot)dole(at)sas(dot)com> |
| Cc: | List <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: MyBatis Batch Update Leads to PSQLException "Too many update results were returned" |
| Date: | 2018-03-04 13:48:46 |
| Message-ID: | CADK3HHLY_vkySY_oucGXKR80560BoTHvVCJqy=dos6BH3jsd-g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Chris,
Well given that this is deep inside the bowels of Batis, it's not something
we can easily debug.
If you can provide us with a self contained test case that exhibits the
problem then we can help figure it out.
Thanks
Dave Cramer
davec(at)postgresintl(dot)com
www.postgresintl.com
On 2 March 2018 at 16:13, Chris Dole <chris(dot)dole(at)sas(dot)com> wrote:
> Thanks Dave. I actually did just that, using:
>
> https://jdbc.postgresql.org/download/postgresql-42.2.1.jre7.jar
>
> The result was basically the same, just a different nesting of the
> exceptions:
>
> DataIntegrityViolationException
> root cause: PSQLException: ... too many updates ...
>
> I was hoping an updated driver would help, but it appears to have the same
> issue.
>
> Regards,
> Chris
>
>
>
>
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-jdbc-f2168246.html
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Dole | 2018-03-04 14:34:32 | Re: MyBatis Batch Update Leads to PSQLException "Too many update results were returned" |
| Previous Message | Chris Dole | 2018-03-02 21:13:56 | Re: MyBatis Batch Update Leads to PSQLException "Too many update results were returned" |