Skip to content

Fix nullable databaseName in ActualPlanExecutor#55

Open
erikdarlingdata wants to merge 1 commit intodevfrom
fix/nullable-databasename
Open

Fix nullable databaseName in ActualPlanExecutor#55
erikdarlingdata wants to merge 1 commit intodevfrom
fix/nullable-databasename

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Make databaseName parameter nullable (string?) in ActualPlanExecutor.ExecuteForActualPlanAsync — the method already handles null with IsNullOrEmpty, but the non-nullable type caused CS8604 at the MainWindow call site

Test plan

  • Build with zero warnings

🤖 Generated with Claude Code

The method already guards against null with IsNullOrEmpty, but the
parameter type was non-nullable, causing CS8604 at the MainWindow
call site where database can legitimately be null.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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