mysql-native: Seamlessly supports Phobos-only sockets

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Tue May 21 03:12:22 PDT 2013


On Tue, 21 May 2013 11:21:51 +0200
"Gary Willoughby" <dev at kalekold.net> 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 :)



More information about the Digitalmars-d-announce mailing list