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
When using the plugin to generate Kotlin output for :execrows queries with MySql return statements are missing and the resulting files wont compile.
If I look at the template code it looks like the generated code should start with return return conn.prepareStatement however when using the plugin (from the github release or the sqlc release the return statement is not present and the code wont compile.
The source zips for the release do seem to have a return statement.
The following example shows the generated output I'm seeing in QueriesImpl.kt
When using the plugin to generate Kotlin output for :execrows queries with MySql return statements are missing and the resulting files wont compile.
If I look at the template code it looks like the generated code should start with
return return conn.prepareStatement
however when using the plugin (from the github release or the sqlc release the return statement is not present and the code wont compile.The source zips for the release do seem to have a return statement.
The following example shows the generated output I'm seeing in QueriesImpl.kt
The text was updated successfully, but these errors were encountered: