Skip to content

Comments

Add clear-all support with error reuse#100

Merged
kuadrosx merged 1 commit intomainfrom
implement-minidyn-as-a-server
Jan 13, 2026
Merged

Add clear-all support with error reuse#100
kuadrosx merged 1 commit intomainfrom
implement-minidyn-as-a-server

Conversation

@kuadrosx
Copy link
Member

Why:
Support clearing data across all tables without dropping schema, to improve test isolation and reduce setup complexity.

What:
Add ErrServerNotInitialized constant and use it in ClearTable, ClearAllTables, Reset. Implement ClearAllTables on client/server to wipe data and indexes for all tables. Add server test covering ClearAllTables flow and verify data cleared while tables remain.

Issue: #80

Why:
Support clearing data across all tables without dropping schema, to improve
test isolation and reduce setup complexity.

What:
Add ErrServerNotInitialized constant and use it in ClearTable, ClearAllTables, Reset.
Implement ClearAllTables on client/server to wipe data and indexes for all tables.
Add server test covering ClearAllTables flow and verify data cleared while tables remain.

Issue: #80
@kuadrosx kuadrosx merged commit af5b8a1 into main Jan 13, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant