Skip to content

how to create paramater value ?  #6

Description

@v4v4n

hello,

i need to create sql with paramater value. like below
INSERT INTO tenant (tenant_name, notes) VALUES (:tenant_param, :notes_param)

can the sql builder create the values part without quotes ?
because the resulted query is :
INSERT INTO tenant (tenant_name, notes) VALUES ('':tenant_param'','' :notes_param'')

so the dataset can not find the paramater tenant_param as it is quoted

Thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions