Skip to content

Change capitalization from SQLite to Sqlite for types declared in this provider #6

Description

@droyad

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Description

The .NET Core SQLite libraries we use (provided by Microsoft) only capitalize the S in SQLite (e.g. SqliteConnection). This follows common convention. The .NET Framework library used to use SQLite (e.g. SQLiteConnection).

This provider currently uses the "old" capitalization.

Should we change this so that we match the .NET Core library? While a breaking change, this would bring it into line with what the user using the current SQLite library would expect. (PR #12)

What is the impact?

This is a breaking change.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions