Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Database
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
we are using a too low one, read uncommitted
Postgres doesn't even support it, only Read Committed and Serializable
http://www.postgresql.org/docs/7.4/interactive/transaction-iso.html
Issue Links
- is duplicated by
-
CONTINUUM-1189
Continuum aborts when using Oracle database
-
Oracle has a similar problem. With this patch I can get to the point of oracle attempting to create tables.