You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
34fab66 added a second string return parameter to Gen functions, but there doesn't appear to be any documentation on the meaning of the new value. I had to read the code to find out that it's the driver name.
A simple fix is to use named return parameters so that the meanings appear in the signature. I will send a PR soon.
The text was updated successfully, but these errors were encountered:
34fab66 added a second string return to Gen functions. Use named return
parameters to document the meanings of each.
Notably, GenSqlserver is the only function that actually uses the new
return. Name the second string _ everywhere else to clarify that it can
and should be ignored.
Fixesxo#30.
34fab66 added a second string return parameter to Gen functions, but there doesn't appear to be any documentation on the meaning of the new value. I had to read the code to find out that it's the driver name.
A simple fix is to use named return parameters so that the meanings appear in the signature. I will send a PR soon.
The text was updated successfully, but these errors were encountered: