Skip to content

fix: Update Database.cs to use Microsoft.Data.Sqlite correctly#37

Merged
NerdsCorp merged 1 commit into
mainfrom
claude/fix-editor-build-tZcgs
Dec 28, 2025
Merged

fix: Update Database.cs to use Microsoft.Data.Sqlite correctly#37
NerdsCorp merged 1 commit into
mainfrom
claude/fix-editor-build-tZcgs

Conversation

@NerdsCorp
Copy link
Copy Markdown
Owner

Changed SQLiteConnection, SQLiteCommand, and SQLiteParameter to their correct lowercase equivalents (SqliteConnection, SqliteCommand, SqliteParameter) as required by Microsoft.Data.Sqlite package. Also removed obsolete ";Version=3" from connection strings.

This resolves CS0234 and CS0246 compilation errors.

Changed SQLiteConnection, SQLiteCommand, and SQLiteParameter to their correct
lowercase equivalents (SqliteConnection, SqliteCommand, SqliteParameter) as
required by Microsoft.Data.Sqlite package. Also removed obsolete ";Version=3"
from connection strings.

This resolves CS0234 and CS0246 compilation errors.
@NerdsCorp NerdsCorp merged commit d593937 into main Dec 28, 2025
1 check passed
@NerdsCorp NerdsCorp deleted the claude/fix-editor-build-tZcgs branch December 28, 2025 20:28
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.

2 participants