Re: There is acid without transactions ?

Поиск
Список
Период
Сортировка
От Ezequias Rodrigues da Rocha
Тема Re: There is acid without transactions ?
Дата
Msg-id 55c095e90703110939i7c414c48g1c14c3dc6e56ba30@mail.gmail.com
обсуждение исходный текст
Ответ на Re: There is acid without transactions ?  ("Jonah H. Harris" <jonah.harris@gmail.com>)
Ответы Re: There is acid without transactions ?
Re: There is acid without transactions ?
Список pgsql-sql
Perfect. I just don't know what drivers you are talking about (odbc maybe).

More perfect is becouse you answare me in only 1 minute. What community don't is ?

Ezequias

2007/3/11, Jonah H. Harris <jonah.harris@gmail.com>:
On 3/11/07, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote:
> Insert into foo values (1,'Brazil');

Assuming you're in psql or using the drivers in autocommit mode, then
yes, it's ACID compliant.  Individual statements are treated as an
implicit transaction unless you create an explicit transaction with
BEGIN ... (ROLLBACK | COMIT).

Some of the drivers, however, will create an explicit transaction
behind-the-scenes if you have autocommit mode disabled.

Did that help or was it more confusing?

--
Jonah H. Harris, Software Architect | phone: 732.331.1324
EnterpriseDB Corporation            | fax: 732.331.1301
33 Wood Ave S, 3rd Floor            | jharris@enterprisedb.com
Iselin, New Jersey 08830            | http://www.enterprisedb.com/



--
Ezequias Rodrigues da Rocha
http://ezequiasrocha.blogspot.com/
use Mozilla Firefox: http://br.mozdev.org/firefox/

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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: There is acid without transactions ?
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: There is acid without transactions ?