issues
search
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
Staging Pre_Rel_0.4.0_dev
#153
Closed
SchoolyB
closed
4 days ago
SchoolyB
commented
5 days ago
This pull request contains the following changes:
Key Changes:
New Features:
Added dot notation syntax!
New commands: PURGE, SIZE_OF, COUNT, REBUILD, and RESTART
User command history is now self-hosted within OstrichDB
macOS Support!
General Changes:
Deprecate WITHIN, FOCUS, and UNFOCUS commands
Update parser
General improvements to the command line
Removed dead code from
types.odin
Added build and restart scripts
Fixed typos throughout project
Removed old todos....made more ;)
ERASE and FETCH now work when performed on records
Updated README
Update paths
Update OstrichDB internal help docs
Update LICENCE and copyright information
Bump project version to 0.4
Add a personal history cluster for eeach user
Overhauled HISTORY command and backend logic
Updated CONTRIBUTING.md file
Several minor changes and improvements
Bug Fixes:
Fixed bug where OstrichDB's core procedures would return incorrect values on macOS and Linux architectures. Thanks @cobbcoding1!
Fixed bug that broke program when creating more thatn one user
Fixed bug that was preventing string return values from actually returning
Fixed bug causing file format version validation to break
Fixed bug that was not updating collection file size after operations
Fix bug that was preventing accurate data integrity checks
This pull request contains the following changes:
Key Changes:
New Features:
General Changes:
types.odin
Bug Fixes: