Connor Taffe

Results 3 issues of Connor Taffe

Fix typo which caused undefined method errors in certain cases. Generated code would encounter the following compilation error: ``` go/some_package/some_package-remote/some_package-remote.go:12:34: containerStruct0.ReadField1 undefined (type *some_package.SomeArgs has no field or method ReadField1)...

need JIRA ticket
golang

When Row#find cannot find a column, it returns -1, not null. Since it returns an int, it cannot return null. This doc caused me a little confusion until I looked...

Amazon S3's HTTP server presents lowercase headers