Open toptobes opened 1 week ago
fix: we did not get to translate all of the driver errors, this should be fixed in that. Leaving open for testing.
Also fix: need more validation on the rules for values in CQL when they are part of the primary key , check the C* code base for other rules.
InvalidQueryException
sometimes (but not always, I believe?) throws HTTP 500s (not sure under which conditions it throws a 500 instead of returning an errored 200)e.g. w/
{ insertOne: { document: { text: '', int: 0 } } }
, I got:or with
{ insertOne: { document: { text: 'a'.repeat(65535), int: 0 } } }
, I got:however, I'm pretty sure I've gotten 200s with these in the past (tested on both local & dev)