David Grudl
David Grudl
I think that this is better: ``` use App\QueryCostP; use App\QueryCostR; use App\QueryCostT; use App\QueryCostsBootstrapped; use App\QueryCostsXyz; ``` than this: ``` use App\QueryCostP; use App\QueryCostR; use App\QueryCostsBootstrapped; use App\QueryCostsXyz; use...
This behavior is for historical reasons, because functions were created at a time when union types like `null|string` didn't even exist yet. I would like to change this, but it...
Hey, Reuben, I'd be happy to improve the page, but I'd need to know specifically what you found incomprehensible and what helped you understand the documentation. Which concepts you don't...
Thanks for the suggestion, you're right. I'll make it up.
It is PhpStorm issue https://youtrack.jetbrains.com/issue/WI-69782/Debugger-invokes-magic-methods-when-stepping-for-no-reason
If I understand correctly, SQLite only throws exceptions since PHP 8.3. This means that we need to modify `Dibi\Drivers\SqliteDriver`. First, in `__construct` it must activate exceptions for older PHP versions....
Closing due to lack of context
I would prefer a minimal code example, perhaps a repository that I can download and immediately see the error.
Thanks for the detailed description. The stream functionality is magic for me, so I don't quite know what to do with it, just experimenting. Could you verify that this solves...
I have no idea what to do…