HibernateD and DDBC - ORM and DB abstraction layer for D

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Tue May 21 15:23:47 PDT 2013


On Mon, 06 May 2013 11:14:56 +0200
"Kagamin" <spam at here.lot> wrote:

> On Monday, 29 April 2013 at 09:38:10 UTC, David wrote:
> > Null blows up your code, "" doesn't.
> 
> There's no difference between null and empty string in D.
> 

That's not true:

    assert("" !is null); // Passes

Or did I misunderstand what you meant?



More information about the Digitalmars-d-announce mailing list