Cosmo Wolfe

Results 5 issues of Cosmo Wolfe

The following images both incorrectly detect a QR code with no data. This is obviously not correct, but the exact place to fail them out is not entirely clear. ![0000002597](https://user-images.githubusercontent.com/696340/44134668-c265985e-a01a-11e8-9099-2b16e78bdfef.png)...

Using the example, the following query works ```graphql query { findProduct { id name } } ``` ```json { "data": { "findProduct": { "id": "123", "name": "name from transformed service"...

It seems like the SQL translation layer doesn't correctly add subtotalsSpec to the native query, at least when `useApproximateCountDistinct` is false. ### Affected Version `0.23` ### Description Lets take a...

Bug
Area - SQL