Re: Savepoints
"David E. Wheeler" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Oct 5, 2009, at 12:23 PM, Darren Duncan wrote: > SQLite also has savepoints, since 3.6.8 around January. > > See http://sqlite.org/lang_savepoint.html for details. > > SQLite: > SAVEPOINT $name > RELEASE [SAVEPOINT] $name > ROLLBACK [TRANSACTION] TO [SAVEPOINT] $name > > Adding that to DBIx::Class shouldn't be difficult. Oh, awesome. I added it to [DBIx::Connector](http://search.cpan.org/perldoc?DBIx::Connector ). Thanks! David