Andrey Pyzhikov
Andrey Pyzhikov
Why not use the Entity::$attributes case?
> What do you mean? > Do you mean that we should change it to use magic properties? That is, all properties not previously defined should be placed in a...
I do not know what to say. The 8.2 conflicts you mentioned are mostly due to class design. https://github.com/codeigniter4/CodeIgniter4/blob/053d669157c00af26e72abfe949f138e9803f6a2/system/Database/BaseConnection.php#L336-L340 But the tests/_support/Config/Registrar.php class does not define a new property in...
BaseBuilder has no paginate() method. It is only defined in BaseModel()
@kenjis Good idea, but for some reason I am plagued by doubts. It seems that some nuance is slipping out of sight.
@kenjis I am not using CI4. Yes, this is not a bug. But I believe this cuts off the functionality. In the case I described, in order not to break...
Yes. Nothing changed. Is it relevant for me? No. As I wrote earlier, I don't use CI4. I won't mind if this issue is closed.
A solution may emerge from a discussion where all parties have an understanding of the situation or a desire to understand it. Because a possible solution may be at the...
> Sorry, this is not a bug. We don't support SQLSRV as a session database now. Maybe then throw an exception that the DBMS is not supported?
Why do we need a new class if the URI class is already designed to parse the url? Just add a `URI::is($uri)` method that will check for a match.