Eirik Stanghelle Morland

Results 5 comments of Eirik Stanghelle Morland

Here is a fourth: i always run `composer update nothing` after adding a patch

Hola! Did you manage to get around this somehow? Interested in the same question :)

Well, can we have a new release with tags supported? :)

Hello @saschaende :wave: From Jul 6th and until now. Did you actually end up going with another library? If so, which one, if I may ask?

You could just get the query from the query builder? Like so? ```php catch (QueryError $exception) { var_dump((string) $builder->getQuery()); // ...or __toString like suggested. I like this way though print_r($exception->getErrorDetails());...