marijnh / Postmodern

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

Fix bug in drop-roles where role did not have login right #309

Closed sabracrolleton closed 2 years ago

sabracrolleton commented 2 years ago

The Postmodern function drop-role was only looking for users, which is a type of role which has the right to login. Drop-roles has now been extended to drop other roles as well.

There was also some clean up in the tests for role functions.