marijnh / Postmodern

A Common Lisp PostgreSQL programming interface
http://marijnhaverbeke.nl/postmodern
Other
392 stars 90 forks source link

Minor fixes and clarifications #307

Closed sabracrolleton closed 1 year ago

sabracrolleton commented 1 year ago

Discontinue support for versions of sbcl < 1.2.5 which were compiled without support for bsd-sockets. I do not think anyone (even in the BSD crowd) is running on sbcl that old.

Drop unwarrented assumption that the role 'postgres' will always exist when dropping a role resulting in ownership changes of postgresql objects.

Add more documentation on the limitation in s-sql on using lists in a parameterized statement. If you are trying to use a list in a parametized statement, you can't. You have to convert the list to a vector and use "any" rather than "in."

Add additional support for ssl connections to allow use of a root certificate for validation. Set *ssl-root-ca-file* to the pathname for the root certificate.