We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As it stands, this library relies on provider functions / values to produce values for variables used in a generated query.
To make the library easier to use out of the box, the library could instead produce placeholder values, e.g.:
10
10.0
Int
Float
"PLACEHOLDER"
String
ID
true
Boolean
The text was updated successfully, but these errors were encountered:
Add providePlaceholders option; bump version
48cf396
IBM#17
No branches or pull requests
As it stands, this library relies on provider functions / values to produce values for variables used in a generated query.
To make the library easier to use out of the box, the library could instead produce placeholder values, e.g.:
10
or10.0
for variables of typeInt
orFloat
"PLACEHOLDER"
for variables of typeString
orID
true
for variables of typeBoolean
The text was updated successfully, but these errors were encountered: