Questions tagged [read-uncommitted]

49 questions
0
votes
1 answer

NHibernate: populate list with uncommitted data related only by FK in database

This is an elaboration and clarification of this question. Suppose I have two tables, Foo and Bar. Bar has a FK to Foo. In the application, the tables are represented by classes and Foo has a list of Bars. Bar has a property for the id of the Foo…
hlintrup
  • 169
  • 1
  • 13
0
votes
1 answer

Read uncommitted when using Rob Conery's Massive

Is there a way to do a read uncommitted when using Rob Conery's Massive without writing your own query? It is for a site that is mostly read-only. A CMS type of a site.
eiu165
  • 6,101
  • 10
  • 41
  • 59
0
votes
2 answers

Delete an uncommitted inserted row in DB2 (V8.2.7 - Fix 14)

Upon client's request, I was asked to turn a web application on read-uncommitted isolation level (it's a probably a bad idea...). While testing if the isolation was in place, I inserted a row without committing (DBVisualiser : @set autocommit off +…
-1
votes
1 answer

Uncommitted event is not received in the next poll

I have a consumer with max.poll.records set to 1 and enable.auto.commit set to false for the manual offset control. However even when I am not calling commitSync, the subsequent poll is returning next event. Here are the details, I produced 4 events…
Hello All
  • 21
  • 1
  • 5
1 2 3
4