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
There were some sql features that I wanted to use that I had trouble figuring out the syntax for (specifically subqueries and IS NULL). They have didn't have clear examples in the godocs or the README.
But there were some very helpful examples in pika_psql_test.go. It would be nice if I could make those answers easier to find for the next person.
Would a PR adding more examples to the main README be appropriate?
The text was updated successfully, but these errors were encountered:
There were some sql features that I wanted to use that I had trouble figuring out the syntax for (specifically subqueries and IS NULL). They have didn't have clear examples in the godocs or the README.
But there were some very helpful examples in pika_psql_test.go. It would be nice if I could make those answers easier to find for the next person.
Would a PR adding more examples to the main README be appropriate?
The text was updated successfully, but these errors were encountered: