Adam Eisenreich

Results 125 comments of Adam Eisenreich

> Maybe in a future PR we will make .parse return a Promise so try to not change too much in this PR Well, the point was not to make...

> Also the span kind for the db traces are the default `internal` kind, however other systems mark the db spans as `client` traces (since they are a client request...

Hi @janpio, I have been busy... I have made a 4 table repo. https://github.com/Akxe/prisma-n-to-n-bug/tree/master Instruction: 1. `git clone https://github.com/Akxe/prisma-n-to-n-bug/tree/master` 2. `npm i` 3. use `initialize.sql` to create the 4 tables...

You are right I kept those 2 additional tables for context. In our database this exact problem occurs 3 times. Maybe more if I would fill all foreign key constraints....

> Although, let's dig in here a bit: Is `DocumentationOfCarrier` additional information for a specific date for the `Carrier`, or the `CarrierInOffer` (`Carrier` + `Offer`)? Right now it is `CarrierInOffer`,...

> But when I run it, PostgreSQL says "Nope": > > ``` > Error: ERROR: there is no unique constraint matching given keys for referenced table "A" > ``` With...

@janpio Hi. Yes I had the yellow "A", but I can change it back if you want... Just for you if you want 😆 (I thought a photo would look...

It might be unconventional, but for our database, we use it in about five places, 3 of which I need and have to work around... Do you want examples when...

Usually, it goes like this: A `carrier` has some kind of property that is unique in time (`period`): documentation (text and photo), assigned store(s). This information is however true regardless...