berlindb / core

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

Issue/84 - Query: introduce get_meta_type() and improve get_meta_table_name() #85

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This change fixes delete_all_item_meta() and allows proper deletion of meta data when a Row is deleted via a Query.

It acheives this by using the correct meta-type string for the given meta data action taking place, thanks to the way that _get_meta_table() works internally.

Fixes #84