walterwanderley / sqlc-grpc

Create a gRPC server from code generated by sqlc
MIT License
127 stars 13 forks source link

Underscore in package name causes error #7

Closed JamesArthurHolland closed 1 year ago

JamesArthurHolland commented 1 year ago

sqlc.yaml

version: "1"
packages:
  - path: "internal/package_name"

package_name instead of packagename causes an unfound error for unimplemented server.

Dunno if that's an sqlc issue or from here.

walterwanderley commented 1 year ago

@JamesArthurHolland thank you for your bug report.

Version v0.16.4 fixed it!