Dominic Petrick
Dominic Petrick
Hi, apparently, statsd [supports sending deltas for gauges](https://github.com/etsy/statsd/blob/master/docs/metric_types.md#gauges). Sifting through the code, it doesn't look like deltas are supported at the moment. Is this a known issue, an oversight, or...
Part of the Prisma 4 effort: The client is deprecating `_` prefixes (like `_count`) in favor of `$`, like `$count`. All prefixes in the docs need to be changed. The...
After Mongo GA, the connector should be reviewed and parts identified that need to be rewritten or cleaned up. Details to follow during that investigation.
This epic is representing the collection of work items needed for integrating an MVP of MongoDB into major parts of the engines. Client integration overview (anything migration CLI, Studio, TS/Go...
# Enforcing conversion-free float and decimal handling In the past we have quite often a situation where our users try to store a floating point value to a decimal field,...
The datamodel validator needs to reject invalid attributes, relations, models and the like that do not work with MongoDB (for now). - [x] Mongo models require one field with `@id`....
The visitor always translates a `ConditionTree::NoCondition` as `1=1`, which leads to the unexpected outcome that for an `OR` filter, the entire expression becomes truthy. After a cursory inspection of the...
Logging of queries has apparently been moved to metrics, which always emits query "log" events on `debug`: https://github.com/prisma/quaint/blob/main/src/connector/metrics.rs#L79 Unsure if this is a bug or intentional, so leaving the labeling...
# Summary Note: We do not expect this to get merged, instead, we want to showcase what we need to make Viceroy work for local integration testing and local developer...