Solitude-Software-Solutions / OstrichDB

WIP | A document-based NoSQL, JSON-esque database for local machine use
Apache License 2.0
29 stars 5 forks source link

Bug: using RENAME RECORD command messes up .ost file layout #132

Open SchoolyB opened 3 weeks ago

SchoolyB commented 3 weeks ago

After using RENAME RECORD foo.bar.baz to boom (or something like this ) the OST_RENAME_RECORD() procedure found in records.odin breaks the .ost file formatting.

The issue issue seems to be the program modifies a cluster that DOES NOT even contain the record you are renaming after using the command successfully . In the terminal on the right side you can see I am trying to rename the age record within the baz cluster. it worked...and yet the the cluster above was modified. image