Edd Robinson

Results 5 issues of Edd Robinson

At the moment if `gojson` encounters a natural JSON number it converts it into an `int`. This isn't always desirable, because sometimes `gojson` is going to encounter a resource like:...

This PR ostensibly adds support for the Arrow `Duration` type to the set of types that the SDK can convert into data frames. Unfortunately it's not currently mergeable because it...

Whilst working on a project that uses `sqlparser` to parse some real SQL queries from a common PG client (PGAdmin 6.1) I found that the following query emitted by PGAdmin...

I expected DecimalField to behave like a floating point number, rather than a string, with respect to it's natural ordering. In Mongoengine because DecimalFields are actually stored as strings, they...

`influx-stress` currently pre-allocates all series and points when starting up, which makes running high cardinality loads nigh on impossible locally. The PR helps somewhat with this problem by only generating...