-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pointer in inline structs returns error when reading from database #210
Comments
Yeap, unfortunately, the @bojangavrovski, I have a fix, but it not fully tested yet. Will make a PR with a fix this weekend. |
Hi @bojangavrovski / @larrycinnabar Sorry for the delay - it was a busy week! Thanks so much @larrycinnabar for triaging and developing a fix - it's truly appreciated - it's nice to see the open source community in action! Let me know if I can help with the fix PR at all. Thanks again! Dom |
@domodwyer I'm working on the fix during off-hours, so it will wait a little bit more ;) |
@bojangavrovski |
@larrycinnabar thanks! seems like it is not merged yet!, any updates or plans for this issue? |
Hi
I encountered an issue while populating a struct with db data. My structs are as follows:
the error that I get from this action is
I should note that this only happens while reading from the db, and not when inserting into.
I am aware that this issue has been raised couple of times before: #146, go-mgo#346, and although a fix has been submitted, it still seems that it doesn't work properly (at least for reading data from the db).
The version of go that I'm using is
and the globalsign/mgo version is the last one available
The text was updated successfully, but these errors were encountered: