Divine
Divine
Hello, I'm interested in binary release as well, long time Mercure user and we could probably move some projects to Franken and have a beta test on the traffic yay!...
Hello, Sounds good for me. @Smolevich what do you think? Thanks!
> This change will leverage the MongoDB driver to detect attribute changes. It will reduce bugs and make the maintenance easier. Could you rebase onto master and add a changelog...
Embedded relation needs a complete rewrite after that it'll be made public possibly until that it won't be touched.
Hello, Any decision regarding embedded relations was made for v4.0 @GromNaN? I mean will be it rewritten completely or just "fixed" when a problem occurs? We talked about it a...
I vote no for this custom [fix](https://github.com/jenssegers/laravel-mongodb/pull/2187) which might just slow down for everyone. That's it. Custom code for only fixing this in your projects? Thanks!
> Is not only for our project, but is a bug that could happen on others with numeric keys when using ‘has’ methood. > > My second commit fixes the...
> Aye, I understand your point but working with `CastsAttributes` will make it a BC with tag 3.6, as it works with Laravel < 7, no? And Laravel 6 is...
> No problem, we're here to find the best solution for everyone! > > I created to PR to master, because I see you backporting PRs to older versions as...
Hello, That's correct behavior. You're updating the field which is saved as a string. If you need to save it as a date field then typecast it to https://github.com/jenssegers/laravel-mongodb/blob/ae864fbca560419cca65b503c5da0a1315bf177a/src/Jenssegers/Mongodb/Eloquent/Model.php#L92 Thanks!