Sergey Kolodyazhnyy

Results 5 issues of Sergey Kolodyazhnyy

Aggregate API returns an integer, how do I aggregate a float field? For instance, I have a decimal price field in my database and I would like to find a...

enhancement

### Issue Description When `subscribeToMore` query fails partially, client would unsubscribe and call `onError` handler. When I say "fails partially", I mean top node resolves but some nested nodes return...

🐞 bug

MySQL allows querying a property from a JSON field using [special syntax](https://dev.mysql.com/doc/refman/8.4/en/json.html), for example, like so `SELECT col->"$.mascot" FROM qtest`. In our system, we use normal columns to narrow down...

It seems each call to `gets()` opens `/dev/null`, causing input file descriptor to be overridden with a new one on each call and file descriptor leak.

bug

I'm having troubles figuring out how to cascade save an empty slice of associated records. Let's say I have: ```go type ShoppingCart struct { ID string `db:"id,primary"` Items []ShoppingCartItem `ref:"id"...