realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.47k stars 1.75k forks source link

Allow nested transaction #1509

Open cmelchior opened 9 years ago

cmelchior commented 9 years ago

We should allow to start a new nested write transaction within an already open write transaction.

carotorrehdz commented 8 years ago

Is this feature really far down in your backlog?