infoforcefeed / OlegDB

Enough works to use this in production
http://olegdb.org
MIT License
132 stars 14 forks source link

Row level locking for transactions #140

Open kyleterry opened 9 years ago

kyleterry commented 9 years ago

Transactions aren't quite ready yet. Rows can potentially be owned by more than one transaction at the same time, thus rendering ... well... you understand.

qpfiffer commented 9 years ago

Violates ACID properties right now, needs to be fixed.

qpfiffer commented 9 years ago

This ties into #152.