Skip to content

Allow for different SQL dialects in test cases #76

@imanuelcostigan

Description

@imanuelcostigan

A quick note for the time being, which I will hopefully have time to expand a bit later.

The test_result() suite runs a number of data type tests which I think rely on data type names which may not be coextensive across DBMS. For example, the data_logical() tries to cast the integer 1 to a boolean value. However, SQL Server for example, does not have a BOOLEAN type; rather it has a BIT type.

Is there some way that we can map type names across different DBMS to make these tests more backend agnostic?

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