Positional arguments in generated Go function #1496
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
question
Further information is requested
🔧 golang
The docs have this example:
Which is documented as generating the following function with positional parameters:
However the latest version of sqlc (v1.12.0) generates this:
playground
Is this just a matter of outdated docs, or am I missing something? I prefer positional parameters in cases where there are 1-3 args; is there currently a way to get one vs. the other?
Thank you for this useful and satisfying project. ❤️
The text was updated successfully, but these errors were encountered: