Re: Multiple semicolon separated statements and autocommit

Поиск
Список
Период
Сортировка
От Rene Pijlman
Тема Re: Multiple semicolon separated statements and autocommit
Дата
Msg-id f2ouotkchf6tm7d9ndga5m35eo6nt8s3p0@4ax.com
обсуждение исходный текст
Ответ на Re: Multiple semicolon separated statements and autocommit  (Doug McNaught <doug@wireboard.com>)
Список pgsql-hackers
On 30 Aug 2001 21:35:42 -0400, you wrote:
>"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
>> Are you sure?  I thought all that autocommit meant was that a statement that
>> is not enclosed within a begin/commit is automatically committed after it is
>> run.  So, in the this case all three queries will be independent, unless the
>> first statements is a 'begin;' and the last is a 'commit;'...
>
>What does the JDBC spec say about autocommit and ExecuteBatch()?

Not much, but that's a different story. We're still in the
process of figuring out how to implement this feature exactly.
That discussion is on the pgsql-jdbc list.

Regards,
René Pijlman <rene@lab.applinet.nl>


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Multiple semicolon separated statements and autocommit
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [OT] Re: User locks code