You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-developers
Hello Massimo,
I was looking in the code of gluon.admin because I have some trouble
when removing and reinstalling an application with the same name.
I seems that there is some conflict on the DAL, I did not find where yet.
Anyway looking at app_uninstall I do not understand how pooled
connections of the DAL get recollected and closed before removing the
application.
Am I missing something??