j
k
j a
j l
(query (sql-compile `(:insert-into 'kupci :set ,@(list 'vrijemeunosa (:now))))) If I try to execute it from repl it works but when called within function I get
(query (sql-compile `(:insert-into 'kupci :set ,@(list 'vrijemeunosa (:now)))))
If I try to execute it from repl it works but when called within function I get
This does not work from the repl either. You forgot a quote.
Back to the thread
Back to the list