Re: Retrieving last InsertedID : INSERT... RETURNING safe ?

Поиск
Список
Период
Сортировка
Dave Cramer wrote:
>> Well, that other solution is dangerous in case multiple inserts
>> to that table are done concurrently; a quite common usage pattern
>> with java web applications handling multiple HTTP requests with
>> concurrent java threads..
>>
> No it is not dangerous. It is the right way to do it. There is
> absolutely no danger in using currval in this manner.

Unless you have autocommit on.

--
Paul Tomblin <[email protected]> http://blog.xcski.com/
"Only a NAZI would try to invoke Godwin's [law] deliberately"
     - Jeff Gostin in a.s.r

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

Предыдущее
От: Guillaume Cottenceau
Дата:
Сообщение: Re: Retrieving last InsertedID : INSERT... RETURNING safe ?
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Retrieving last InsertedID : INSERT... RETURNING safe ?