Re: JDBC gripe list

Поиск
Список
Период
Сортировка
От Quartz
Тема Re: JDBC gripe list
Дата
Msg-id 939379.22781.qm@web33204.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: JDBC gripe list  ("MauMau" <maumau307@gmail.com>)
Ответы Re: JDBC gripe list  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
addBatch()/executeBatch() is broken under autocommit=true.

Every statement is clearly supposed to be independant.
Example: 5 insert statements, let's say the 2th and the 4th are on duplicate of primary key. All 3 others should still
beperformed but they aren't. 

This breaks our application. We migrated from mysql, and BOOM...


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: JDBC gripe list
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: JDBC gripe list