marijnh / Postmodern

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

Resolving issues 277, 278 and 279 #280

Closed sabracrolleton closed 3 years ago

sabracrolleton commented 3 years ago

Issue 277. Fix bug in export functions when user tries to export nil into a database

Issues 278 and 279. Fix bug in import functions when functions are called but the current package has changed.

Additions to documentation, more tests.