Replies: 1 comment 1 reply
|
Thanks. It seems like a bug. I'm going to fix it. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I added a column in my model with a nullable timestamp:
(read-date :accessor read-date :initarg :read-date :initform nil :type (or null number) :col-type (or :null :timestamp) :documentation "The day we finished this book.")when requesting objects, I now get
WDYallT? thanks
All reactions