Merged
Conversation
…m C API database.cpp - Create database_helpers.h with shared marshaling templates and inline converters - Extract create/update/delete element functions into database_create.cpp - Extract all read functions and co-located free functions into database_read.cpp - Extract relation functions into database_relations.cpp - Trim database.cpp from 1611 to 973 lines (update/metadata/query/time_series remain for Plan 02) - Add new source files to CMakeLists.txt quiver_c library Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ted C API files - Create database_update.cpp with 9 update scalar/vector/set functions - Create database_metadata.cpp with get/list metadata + co-located free functions - Create database_query.cpp with 6 query functions + static convert_params - Create database_time_series.cpp with all time series ops + co-located free functions - Trim database.cpp to 157 lines (lifecycle-only: open, close, factory, describe, CSV) - Add 4 new source files to quiver_c SHARED library in CMakeLists.txt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Document all src/c/ files in Architecture section - Add alloc/free co-location pattern to C API Patterns section - Update helpers reference from database.cpp to database_helpers.h Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Create 04-02-SUMMARY.md with execution results - Update STATE.md: Phase 4 complete, ready for Phase 5 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #76 +/- ##
=======================================
Coverage 86.02% 86.02%
=======================================
Files 84 92 +8
Lines 10291 10291
Branches 537 537
=======================================
Hits 8853 8853
Misses 1413 1413
Partials 25 25
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
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.