On Sat, 18 May 2013 15:11:24 -0400 Nick Sabalausky <[email protected]> wrote:
> On Sat, 18 May 2013 14:30:13 -0400 > Nick Sabalausky <[email protected]> wrote: > > > On Sat, 18 May 2013 17:42:24 +0200 > > "Gary Willoughby" <[email protected]> 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).
