andy peterson

Results 2 issues of andy peterson

I am not sure what is the best way to do database transactions. For now I have added this to the generated db.lisp file: ``` (defmacro with-transaction (&body body) `(cl-dbi:with-transaction...

What is the proper way to reject a connection request before initiating a start connection? From the literature on the web, I believe the web server should return an appropriate...