Michal Sniatala

Results 115 comments of Michal Sniatala

I don't think it can be fixed. To handle complex SQL, we would have to add support for more methods to generate the appropriate SQL instead of trying to analyze...

MariaDB 10.6+ is required: https://queue.codeigniter.com/#requirements

I haven't done any testing, but based on your short description, I would say that you should handle possible errors a bit better. Seems like you started the transaction but...

> Instead, a more robust approach would be to delegate transaction management to the queue worker itself. This way, transactional concerns can be abstracted away from individual job implementations, promoting...

This is a valid point. I addressed it here: #50

The user guide states: > The string “Safari” in this example is an array key in the list of browser definitions. You can find this list in app/Config/UserAgents.php if you...

Perhaps, but the behavior is the same since probably v2. There is no bug, the method works correctly. Feel free to suggest a better option (preferably with PR), but please...

I kindly disagree. If we start matching the result based on both: the array key and the value, there is no chance to determine which value was matched. "Edge" is...

@kenjis It might be less intuitive, but this is how it was designed to work and it's well-documented. > > ```diff > // Check for a specific browser > -...