Skip to content

Clean up Microsoft.Data.Sqlite results #10

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions