fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
782 stars 63 forks source link

Leave *dbi-manager* unbound by default #70

Closed PuercoPop closed 9 years ago

PuercoPop commented 9 years ago

If referred to outside the HTTP connection it should signal a variable unbound condition instead of returning nil.

Another option to leave it unbound would be to use the @documentation reader macro.

fukamachi commented 9 years ago

Thanks. BTW, I don't use Caveman2-DB package anymore since CL-DBI has connect-cached for connection caching.