Re: Invalid SQL still executes valid sub transactions

From: Barry Lind <blind(at)xythos(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Csaba Nagy <nagy(at)ecircle-ag(dot)com>, Tom Hargrave <Tomh(at)fisher(dot)co(dot)uk>, Postgres JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Invalid SQL still executes valid sub transactions
Date: 2004-01-17 22:06:55
Message-ID: 4009B1FF.2000302@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Tom Lane wrote:
But I am curious to understand what
> exactly JDBC is doing with a multi-statement query string.

If the jdbc driver accepts the multi-statement query string (it does in
some places but not in others), it will send the entire string to the
server as a single query.

--Barry

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message nahum castro 2004-01-19 09:35:19 Dreamweaver MX/jdbc
Previous Message Barry Lind 2004-01-17 22:00:53 Re: getTables or code problem?