Dries Vints

Results 249 comments of Dries Vints

@TheLevti if we can't fix the tests then for now it's probably best to don't go forward with this.

@TheLevti I think the best course of action for now might be to send in smaller incremental PR's to see if we can solve this and spot the output bug...

I can confirm I no longer see the weird test output. I have no idea why that is... I ran `./bin/test/sh` and then `phpunit` and it properly ran the tests...

It's best to filter out this before we merge. Otherwise it's going to be annoying to review other pr's or failing builds where test fail.

@taylorotwell will review this next

What results do you get for: ```php Accessory::where(['artnr' => 102577])->first(); ```

Also: what's the column type of `artnr`?

Tbh, I think something is going on specifically with your app. The query statement I added above is the exact one for `updateOrCreate` behind the scenes. Can you first please...

@carloscarucce feel free to reply and we'll re-open