RFC: mysql-native - Supporting both Vibe.d and Phobos sockets

Nick Sabalausky SeeWebsiteToContactMe at semitwist.com
Sat May 18 21:41:15 PDT 2013


On Sat, 18 May 2013 15:11:24 -0400
Nick Sabalausky <SeeWebsiteToContactMe at semitwist.com> wrote:

> On Sat, 18 May 2013 14:30:13 -0400
> Nick Sabalausky <SeeWebsiteToContactMe at semitwist.com> wrote:
> 
> > On Sat, 18 May 2013 17:42:24 +0200
> > "Gary Willoughby" <dev at kalekold.net> wrote:
> > 
> > > Hi, i've tried using this library for a simple query and i run 
> > > into an error. I wondered if this is a bug in the connection code.
> > > 
> > 
> > Hmm, I'll look into it...
> 
> The problem is triggered by retrieving a TIMESTAMP value
> (although DATETIME works fine). I've filed the issue here:
> 
> https://github.com/rejectedsoftware/mysql-native/issues/9
> 
> I'm still looking into it.
> 

Fixed.

Removing the assert turned out to be the correct solution after all.
The assert was based on a faulty assumption, and none of the code
actually relied on the assertion passing (see the ticket above for more
detailed info).



More information about the Digitalmars-d mailing list