Skip to content

Use column name for parameters instead of @p0 , @p1 #423

@mnns

Description

@mnns

That would be extremely helpful in several use cases.
For me, I'm trying to get a nice sql query builder, without using its query mechanism.
I'd just like to have the final query with parameters.

i.e.
SELECT * FROM c WHERE Name = @Name

instead of Name = @p0

If there was a flag that would initiate this configuration in the compiler abstract class, that would be great.

Thanks a lot.

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