gabr42 / gabr42/GpSQLBuilder

how to create paramater value ?

Open
#6 1 comment 0 reactions 1 assignee Claimed by @gabr42 View on GitHub
Dominant language
Pascal
Stars
71
Forks
27
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.