Skip to content

Clean up Microsoft.Data.Sqlite results #10

Open
@bricelam

Description

@bricelam

Looks like I need to submit a PR to clean up some of our test results.

Notes:

  • Database doesn't support this data type
    • GetFieldType_for_Boolean
    • GetFieldType_for_Byte
    • GetFieldType_for_DateTime
    • GetFieldType_for_Decimal
    • GetFieldType_for_Guid
    • GetFieldType_for_Int16
    • GetFieldType_for_Int32
    • GetFieldType_for_Single
    • GetValue_for_Boolean
    • GetValue_for_Byte
    • GetValue_for_DateTime
    • GetValue_for_Decimal
    • GetValue_for_Guid
    • GetValue_for_Int16
    • GetValue_for_Int32
    • GetValue_for_Single
  • The provider does support these types
    • *_DateTimeOffset
    • *_SByte
    • *_UInt16
    • *_UInt32
    • *_UInt64
  • Should be fixed in version 2.2
    • GetBytes_*
    • GetChars_*
  • Provider doesn't support ordered parameters
    • ParameterName_can_be_set_to_null

Activity

bgrainger

bgrainger commented on Feb 13, 2019

@bgrainger
Member

I should also update the tests from v2.0.0 and v2.1.0 to v2.2.2 and v3.0.0-preview.19074.3; if you haven't started your PR yet, I'll do that first to avoid conflicts later.

bgrainger

bgrainger commented on Feb 13, 2019

@bgrainger
Member

I performed some of this cleanup (for MicrosoftSqlite) in cb1270e and 24ce49d.

You can see the difference in results (compared to MicrosoftSqlite22) in the latest output.

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Clean up Microsoft.Data.Sqlite results · Issue #10 · mysql-net/AdoNetApiTest