Sean Lafferty

Results 9 issues of Sean Lafferty

### Version 1.25.0 ### What happened? CAST and CONVERT don't produce correct go types for mysql ```sql -- name: GetAuthors :many SELECT id, CAST(name AS CHAR(50)) AS castedName FROM authors;...

bug

### What do you want to change? I would expect that only comments _above_ the sql query are persisted as function documentation. The in-query comments are concatted with the beginning-of-query...

enhancement

Hi there, I have a dynamic form created that is designed to take any number between 1 and 10 email addresses. However, I have no way of knowing how many...

Have 3 tables, where cascade delete relationships look like this: ```mermaid graph TD; table2-->table1; table3-->table2; table3-->table1; ``` Delete a row from `table1`. It won't actually be deleted (a subsequent SELECT...

customer issue

I spin up a cluster with req/limit of 6gb mem. After about 10 mins of heavy load, dgraph alphas get oomkilled by kubernetes. When the alpha pods restart, the get...

I'm notice a discrepancy with the same spec in the vega editor, vs plotted with this lib, with regards to ` "scale": {"zero": false}`. Julia ![image](https://user-images.githubusercontent.com/3194832/99601986-91242900-29ce-11eb-8126-6a5439826b00.png) vs the vega editor...

bug

##### Description My api has a request object that contains a key called `default`, however when I generate client code from this spec, it gets converted to `_default`. Since my...

Client: TypeScript
Issue: Bug

For methods we can control the OpenAPI title/description via comments ```protobuf // Update a book // // This method updates a book rpc UpdateBook(UpdateBookRequest) returns (Book) { option (google.api.http) =...

enhancement
help wanted
openapi
good first issue

I'd like to see a list of runners I have configured for my organization, along with their statuses

type/feature-request