Re: Re: [INTERFACES] New code for JDBC driver

From: Peter Wiley <wiley(at)mmspl(dot)com(dot)au>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: Arsalan Zaidi <azaidi(at)directi(dot)com>, PostgreSQL jdbc list <pgsql-jdbc(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: Re: [INTERFACES] New code for JDBC driver
Date: 2001-07-02 22:02:16
Message-ID: Pine.LNX.4.21.0107030801200.23950-100000@rex.vpn.mmsi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-jdbc

On Mon, 2 Jul 2001, Barry Lind wrote:

> Arsalan,
>
> Why do you consider semi colons outside of quotes to be an error condition?
>
> It is legal under postgresql to execute multiple SQL statements under
> one call to the server. For example you can execute:
>
> update foo set bar = ?; select * from foo;

This behaviour is also legal for Informix databases.

Peter Wiley

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christian Ullrich 2001-07-03 04:22:06 Re: libpq++ on Windows
Previous Message Peter Eisentraut 2001-07-02 17:56:52 Re: libpq++ on Windows

Browse pgsql-jdbc by date

  From Date Subject
Next Message Arsalan Zaidi 2001-07-03 05:55:38 Re: [INTERFACES] New code for JDBC driver
Previous Message Bruce Momjian 2001-07-02 16:35:59 Re: Patch for dead code in JDBC PG_Stream