jeffwillette / graphql-go-pets-example

An example of neelance/graphql-go, resolves against sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting sqlite errors

jvijay-work opened this issue · comments

go run *.go
# github.com/mattn/go-sqlite3
sqlite3-binding.c: In function ‘sqlite3SelectNew’:
sqlite3-binding.c:129019:10: warning: function may return address of local variable [-Wreturn-local-addr]
129019 |   return pNew;
       |          ^~~~
sqlite3-binding.c:128979:10: note: declared here
128979 |   Select standin;
       |          ^~~~~~~
INFO[0002] starting server                               fields.time="2023-03-05 00:36:03.512319537 -0500 EST m=+2.752403774"