Mingyong Chen

Results 42 comments of Mingyong Chen

@yshngg I'd like to check — are you the main reviewer or maintainer of this project? If so, I’m happy to adjust the PR based on your suggestions.

@yshngg It looks like you're the main reviewer or maintainer — I’ve updated the changes according to your suggestions. Thanks for the input!

> > @yshngg I'd like to check — are you the main reviewer or maintainer of this project? If so, I’m happy to adjust the PR based on your suggestions....

Hi! Just wondering — would it perhaps be more straightforward to update the envDefault tag in the Config.SeedFilePath field to point directly to data/seed_2025_05_16.json instead? Adding a seed.json file works,...

Hi @maorfr ,I'm currently working on this and have already opened a PR to add SeedFile import support for the memory database: #128

> can i take up this task ? Certainly! However, it would be great if you could explore alternative designs. The current approach outlined in this issue seems to have...

正常是会更新 created_at 的值的,麻烦提供一下 node 结构体的代码哈,我看看。

我在我这边测是没问题的,`InsertOne` 和 `Upsert` ,`created_at ` 的值都有被设置。你可以再检查检查你的代码,然后必要时需要你提供你那边的所有代码看看才知道是什么问题。

> 另外在使用 UpdateOne 更新数据时,发现并不会去更新 updated_at 你这个问题,可以看看这个讨论 #45 ,没有满足条件的话,现在没有侵入式的修改 updated_at。

> updated_at也是这个情况,Upsert 更新的时候并不会赋值,而是写入了一个 0001-01-01 00:00:00.000 的时间 可以看看这个讨论 https://github.com/chenmingyong0423/go-mongox/issues/45 ,没有满足条件的话,现在没有侵入式的修改 updated_at。