spadefoot / kohana-orm-leap

An ORM module for the Kohana PHP framework that is designed to work with all major databases.
http://spadefoot.github.io/kohana-orm-leap/
100 stars 25 forks source link

Add support for nested transactions. #86

Open bluesnowman opened 11 years ago

bluesnowman commented 11 years ago

Although nested transactions should be avoided (see http://www.agile-code.com/blog/an-easy-way-to-avoid-sql-server-nested-transactions/) if possible, it would be nice to add this functionality to LEAP (see http://www.practicalsqldba.com/2012/05/ms-sql-server-nested-transaction-and.html).