berlindb / core

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

Metadata does not get deleted when a row is removed. #51

Closed alexstandiford closed 4 years ago

alexstandiford commented 4 years ago

While doing some tests, I noticed that the metadata associated with a table was not getting deleted. It appears to be related to how delete_metadata_by_mid converts table names, and how we're passing that table name in.

alexstandiford commented 4 years ago

PR #52