Re: allow null values for floating point fields
"Kevin Rosenberg" <kevin-HJRc7zDS/[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
Jan Rychter wrote: > A tiny change allows CLSQL to deal with NILs supplied for floating > points fields. It turns out you can't set *read-default-float-format* to > nil on SBCL. What you get is Thanks for the patch -- it'll appear in the next version of CLSQL. Kevin