Skip to content

Consecutive Cast() expressions fails #11

Description

@timmartin

The Cast() expression expects to be applied to a SQL execution expression, so it fails if you do

Query<> query = ...
query.Cast<Foo>().Cast<Foo>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions