Isolation levels

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
nickbarnes
Posts: 18
Joined: Mon 18 Nov 2013 01:37

Isolation levels

Post by nickbarnes » Mon 25 Jan 2016 06:27

TPgSQLTransaction.StartTransaction contains support for all four isolation levels.

However, the TPgIsolationLevel enumeration contains only pilReadCommitted and pilSerializable. Could the missing isolation levels be added?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Isolation levels

Post by AlexP » Tue 26 Jan 2016 10:38

Hello,

Thank you for the information. We have added missing isolation levels.

Post Reply