Skip to content

Make all Compiler Compile methods protected virtual  #449

@b-twis

Description

@b-twis

Hi,

In the Compiler.cs file all methods except 2 are marked as protected virtual and thus allow override in a custom Compiler.
This makes it impossible to complete implementation of a custom compiler class.

private SqlResult CompileUpdateQuery(Query query)

private SqlResult CompileDeleteQuery(Query query)

Would it be possible to get this updated and published to nuget as it is blocking implementation of extensions to the SQLServer compiler I would like in my project.

Thanks,
Basil

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