berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Issue/108 - Table: when uninstalling, delete version info if not exists. #109

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This change ensures that the Table version info (currently saved in wp_options) is always deleted if drop() fails because the tables already do not exist.

Fixes #108. Props @Mai-Saad.