Re: #<DOUBLE-FLOAT quiet NaN> problem
Carlos Konstanski <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 16 Oct 2009, Carlos Konstanski wrote: > Date: Fri, 16 Oct 2009 14:12:53 -0600 (MDT) > From: Carlos Konstanski <[email protected]> > To: [email protected] > Subject: [CLSQL] #<DOUBLE-FLOAT quiet NaN> problem > > I am getting an object of type #<DOUBLE-FLOAT quiet NaN> instead of > the value 0.9d0 that I should be getting from a query using the > backends db-odbc and Oracle 10g. This has started happening after > upgrading to clsql-4.1.1. I'm using the super basic (clsql:query) to > issue the SELECT. > > What can I do to help get this fixed? It's causing a big problem over > here. > > Thanks, > Carlos Konstanski I am beginning to suspect unixODBC. It also was updated recently. Rolling back unixODBC now. Carlos