Skip to content

DBInterface.execute type unstable #342

Open
@theogf

Description

@theogf

The current version of DBInterface use the strict keyword as a type parameter for the returned Query.

This is type unstable but could easily be solved by using Val instead.

See here:

function DBInterface.execute(

We can keep the current interface (type unstable) by turning the keyword into a Val but having a type stable version would be great. I will be happy to open a PR.

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