SQL numeric -> CL rational?
Nicolas Neuss <[email protected]> Tue, 15 Oct 2013 15:27:17 +0200
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I just observe that numbers like 1.5 (of type 'numeric' in my Postgresql database) appear as rationals 3/2 in SELECT queries or VIEW-CLASS objects. Was this changed recently? If yes, is there a way to revert to the old behavior? I have an old application which I am reactivating and which breaks at this point, and I am just wondering how I should fix it in the most reasonable way. Thank you, Nicolas