On Tue, 21 May 2013 11:21:51 +0200
"Gary Willoughby" <[email protected]> wrote:

> On Tuesday, 21 May 2013 at 09:19:04 UTC, Gary Willoughby wrote:
> > One question, is there any plans to add transaction support?
> 
> Actually this is a dumb idea, i can just send the SQL myself.

D is freaking awesome for that though:

// Psuedocode
START TRANSACTION;
scope(fail) ROLLBACK;
scope(exit) COMMIT;

Nice :)

Reply via email to