eudoxia0 / crane

An ORM for Common Lisp.
http://eudoxia.me/crane/
201 stars 19 forks source link

SINGLE! returns whatever you pass to it. #22

Closed EuAndreh closed 6 years ago

EuAndreh commented 9 years ago
(deftable ex ()
  (slot1 :type text))

(single! 'ex :slot1 "whatever")
; => "whatever"

Is this correct?

eudoxia0 commented 9 years ago

This... Shouldn't happen. I suppose it could be related to not having any records in the DB. I will have to look into this.