Rob Cole

Results 45 comments of Rob Cole

This has been happening to us as well, also on RDS + Aurora (5.7.12). It's sporadic and doesn't happen deterministically, but prevents even loading rails console regularly when the error...

Our issues were fixed by explicitly disabling strict mode on the client side via database.yml, by adding `strict: false` to our database.yml. It appears to be related to an issue...

I’m also running into the same error, on the `cypress/included:3.8.3` image.

> Nice to haves: > > * [ ] Throw a clean error when UK does not exist @grepsedawk totally forgot about this one, lmk if you want to pair...

> Honestly, this is pretty chonky, but it doesn't look "crazy".... I don't have any immediate use for it, but from what it sounds like, @grepsedawk used it and it...

> I side towards 3. I really do feel the proper name for this is in a `SaveOperation.upsert(Array)` and this would allow us to vet out real life uses as...

@jwoertink In the event you're curious - https://github.com/zdennis/activerecord-import is where I got a lot of the API design inspiration (on top of your existing upsert code) as it's what I...

@jwoertink I think it makes more sense to have this in Avram, but I agree that it isn’t ready yet. Have you done any work on the concept of a...

> Oh, ok. Yeah, I agree that it should be in Avram core too, but just not with the current implementation. If you're open to some refactors, then we can...

> There must be an escape hatch for when you can't/don't want the order Ideally I think this would be a configuration option that is false by default, so as...