Added a read-decimal-value function using cl-decimals
authorRuss Tyndall <russ@acceleration.net>
Fri, 9 Oct 2015 15:49:24 +0000 (11:49 -0400)
committerRuss Tyndall <russ@acceleration.net>
Fri, 9 Oct 2015 15:49:24 +0000 (11:49 -0400)
commit6ba1e44b4faf89ed2aa0ebdf410eebd65e04b3a5
tree0dff702cf6d23322e5fa111a951fc0a1705d500a
parenteeb36233c9881cd2bb141f7a3241afbe82feda8d
Added a read-decimal-value function using cl-decimals

I was having problems with postgresql returning formatted
currency strings for money types (eg: "$ 12,535.20")

https://github.com/tlikonen/cl-decimals
ChangeLog
clsql.asd
sql/decimals.lisp [new file with mode: 0644]
sql/oodml.lisp
sql/utils.lisp
tests/test-internal.lisp