Divine
Divine
> Any update for this one? Hello, Please remove styleci changes as this isn't related to this PR. I don't see any check runs for this PR? Thanks!
This is a breaking change and is this related to embedded relation?
> ``` > $session = DB::connection('mongodb')->getMongoClient()->startSession(); > $session->startTransaction(); > try { > DB::connection('mongodb')->collection('table1')->updateMany($data1); > $session->commitTransaction(); > return true; > } catch (\Exception $e) { > $session->abortTransaction(); > return false; >...
Hello, Can you please add a tests? Thanks!
@sts-ryan-holton honestly, probably never.
> @divine how can I get this into my project? It's just a few lines of code and seems to work for me It's just two lines without a test...
> Any update on this ? Is this part of the Develop branch already ? Not part of develop branch. Sorry, still no updates so far.
@klinson well done! Could you please take a loot at @Smolevich https://github.com/jenssegers/laravel-mongodb/pull/1904#discussion_r447489996?
> Any news? There are important problems that needs to be fixed before merging this so no updates planned for now at least. Thanks!
> Thanks for the answer. What problems still need to be solved? I see practically solved problems in PR. 1) Why test are failing? 2) Problems not related to this...