Miloslav Hůla
Miloslav Hůla
Maybe chaining like `BypassFinals::enable($inner = IncludeInterceptor::class)`.
It is theorethical propose only.
Hm, I've commented it this afternoon but comment is missing - maybe didn't submit the form. You wrote `...escaping of escaped text does waste...` thats corrent. If you are 100%...
I think that panel is only for one connection. Try ```php (new \Dibi\Bridges\Tracy\Panel)->register($c1); (new \Dibi\Bridges\Tracy\Panel)->register($c2); ```
Related probem is with `->setRowClass(null)`. In that case, `fetchAssoc()` throws `TypeError: property_exists(): Argument #1 ($object_or_class) must be of type object|string, array given`
These automatic case conversions are annoing. IMHO, @JanTvrdik solution is correct for multi-type databases. So create every database object in exact case: ```sql -- dibi syntax CREATE TABLE [table_name] (...
What about `%d` and `%t` do the normalization, and modifiers `%dz` and `%tz` wouldn't, plus add timezone value. Next point is, how to get the server timezone value. I don't...
> i do no think we need a "yes pleas, shoot me in my leg" modifier Your solution is good for DBs without timezoned type. But what about e.g. PostgreSQL?...
The connection to SMTP server was not established. What is the error message?
I tried to isolate it and: ``` 1) there is a generated warning 2) translated to exception 3) which is thrown inside a `__toString()` method 4) and it cause the...