Hari K T

Results 173 comments of Hari K T

Hey @marcelthole , Thanks for bringing this. What all changes are you looking for version 4 apart from increasing to php 8.3 .

If we are releasing another major version, it will be 6.x branch for PHP 8.4 . Aura.Sql - 6.x targets 8.4 . So all libraries of 6.x will target 8.4...

6.x looks good.

I don't know how well we can support this. The interface is changing based on php version and that is actually a breaking change according to semversion. That is why...

This can go to 6.x , else we need to make sure the connect method is not removed or another alternate approach needed .

I am ok with the changes. Thank you guys.

Boooom.. @srjlewis Thank you for bringing this up and also nice pointers. We can make this next major version, but I am not sure what should we call this. I...

PR https://github.com/auraphp/Aura.Sql/pull/229

@srjlewis We can add a method as you suggested and promote it in 5x, so people using older versions can use it. That is just a ux I believe, so...

I have merged https://github.com/auraphp/Aura.Sql/pull/229 to 6.x .