Conversation
…t, rollback, and status commands
- Implemented catalog_add_index to add indexes to the catalog. - Added catalog_find_index and catalog_find_index_by_column to retrieve indexes. - Created create_secondary_index to build indexes by scanning tables. - Developed secondary_index_insert, secondary_index_find, and secondary_index_delete for managing index entries. - Introduced hash_key_for_value to generate numeric keys from data. - Implemented get_column_value to retrieve column values based on type. - Ensured proper error handling and memory management throughout the new functionality.
- Introduced OpenIndexes structure to track active indexes for a database. - Updated Database structure to include active_indexes field. - Implemented functions to initialize, close, and open indexes associated with tables. - Modified catalog functions to handle index information during save/load operations. - Enhanced the command processor to open and manage indexes when using a table. - Improved error handling and logging for index operations.
…d view functionalities; enhance database connection and configuration; add JSON data caching; update UI with Bootstrap styling and scripts for improved user experience.
…amic ID assignment and improve command execution for database operations.
…ng; add fallback to load records from cache if no records are found.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.