Skip to content

fix: Fix sql generation for idempotent scripts#42

Merged
sebastian-ederer merged 2 commits intomainfrom
fix/#39_support_idempotent_scripts
Apr 3, 2026
Merged

fix: Fix sql generation for idempotent scripts#42
sebastian-ederer merged 2 commits intomainfrom
fix/#39_support_idempotent_scripts

Conversation

@sebastian-ederer
Copy link
Copy Markdown
Member

Description

Replaces SELECT statements with PERFORM statements where it is required.

Related Issues

Fixes #39

Type of Change

  • Bug fix (non-breaking change adressing an issue)
  • New feature (non-breaking change adding functionality)
  • Refactoring
  • Documentation
  • CI / build / tooling
  • Breaking change (fix or feature causing existing functionality to change)

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated (Testcontainers)
  • Existing tests pass (dotnet test)

Checklist

  • Code follows the project's coding styles and guidelines
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • No new compiler warnings introduced
  • Public API changes have XML documentation

Replaces SELECT statements with PERFORM statements where it is required.
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@sebastian-ederer sebastian-ederer merged commit c03c478 into main Apr 3, 2026
3 checks passed
@sebastian-ederer sebastian-ederer deleted the fix/#39_support_idempotent_scripts branch April 3, 2026 16:41
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.

Eftdb.Design: query has no destination for result data

1 participant