When attempting to run code like this:
(insert issue (values {:timestamp "2004-10-19 10:23:54"}))
I receive an error like so:
Failure to execute query with SQL:
INSERT INTO issue (timestamp) VALUES (?) :: [2004-10-19 10:23:54]
PSQLException:
Message: ERROR: column "timestamp" is of type timestamp without time
zone but expression is of type character varying
Hint: You will need to rewrite or cast the expression.
Position: 39
SQLState: 42804
Error Code: 0
Any suggestions on how to deal with this?
Thanks a lot. I'm really liking the project so far.
Best,
Michael
Appreciate it,
Michael