Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
mgo-users
Conversations
About
mgo-users
Contact owners and managers
1–30 of 748
GROUP CLOSED DOWN: Please use StackOverflow for support:
https://stackoverflow.com/
questions/tagged/mgo
Mark all as read
Report group
0 selected
Gustavo Niemeyer
3/12/18
mgo-users is closing down
Hello all, As a follow up step from the recent announcement here in the list that go-mgo/mgo is
unread,
mgo-users is closing down
Hello all, As a follow up step from the recent announcement here in the list that go-mgo/mgo is
3/12/18
Olmedo Arcila Guzmán
,
Diego Medina
2
2/8/18
Help with query
Hi, Your shell command used 9 for entityType but mgo has 4 If that is not it, what error are you
unread,
Help with query
Hi, Your shell command used 9 for entityType but mgo has 4 If that is not it, what error are you
2/8/18
Iniyan Paramasivam
2/2/18
Regarding mongo db change streams API in mgo
Hi Guys, I am wondering whether mgo library has mongodb change streams API integrated. Thanks, Iniyan
unread,
Regarding mongo db change streams API in mgo
Hi Guys, I am wondering whether mgo library has mongodb change streams API integrated. Thanks, Iniyan
2/2/18
el...@aniview.com
1/31/18
Issue with BulkUpsert - read: connection reset by peer
Hey ya'll! I'm having an issue with Bulk upsert which I just can't figure out.. This is
unread,
Issue with BulkUpsert - read: connection reset by peer
Hey ya'll! I'm having an issue with Bulk upsert which I just can't figure out.. This is
1/31/18
Gustavo Niemeyer
,
Ed Pelc
2
1/26/18
go-mgo/mgo now unmaintained
Thanks for all of your hard work Gustavo! I'm happy you took the time to officially sanction a
unread,
go-mgo/mgo now unmaintained
Thanks for all of your hard work Gustavo! I'm happy you took the time to officially sanction a
1/26/18
alco...@gmail.com
2
1/16/18
Missing fields when marshaling a struct with an inlined structs and Custom BSON Marshaling
A few more comments: - When I execute the code from the previous post, I get: ERROR: students differ!
unread,
Missing fields when marshaling a struct with an inlined structs and Custom BSON Marshaling
A few more comments: - When I execute the code from the previous post, I get: ERROR: students differ!
1/16/18
Attila SATAN
1/4/18
Confused about creating text indexes in mgo
I'm trying to create text indexes with weights but I couldn't figure out how to do by reading
unread,
Confused about creating text indexes in mgo
I'm trying to create text indexes with weights but I couldn't figure out how to do by reading
1/4/18
Davis Ford
, …
Diego Medina
4
1/2/18
Is anyone using MongoDB 3.6.x with mgo.v2?
Thanks for the updates! On Tuesday, January 2, 2018 at 10:01:08 AM UTC-5, Davis Ford wrote: I tested
unread,
Is anyone using MongoDB 3.6.x with mgo.v2?
Thanks for the updates! On Tuesday, January 2, 2018 at 10:01:08 AM UTC-5, Davis Ford wrote: I tested
1/2/18
Gustavo Niemeyer
, …
David Holzgang
9
1/2/18
mgo r2015.12.06 is out
Hi... Looks like the last update here is over 2 years ago, and is before (but compatible with??) 3.2.
unread,
mgo r2015.12.06 is out
Hi... Looks like the last update here is over 2 years ago, and is before (but compatible with??) 3.2.
1/2/18
saravanan b
,
Diego Medina
4
12/12/17
Exe not generated under windows
Glad you got it working Saravanan. On Tuesday, December 12, 2017 at 9:23:12 AM UTC-5, saravanan b
unread,
Exe not generated under windows
Glad you got it working Saravanan. On Tuesday, December 12, 2017 at 9:23:12 AM UTC-5, saravanan b
12/12/17
Ashley Coolman
2
11/30/17
GraphQL/Relay pagination package?
Whoops, this is a link to the spec https://facebook.github.io/relay/graphql/connections.htm
unread,
GraphQL/Relay pagination package?
Whoops, this is a link to the spec https://facebook.github.io/relay/graphql/connections.htm
11/30/17
Carl Caulkett
,
Diego Medina
3
11/30/17
Adventures with BigData and mgo.v2
Hi Diego, thanks for the reply. I've actually made some progress on this issue. I did indeed
unread,
Adventures with BigData and mgo.v2
Hi Diego, thanks for the reply. I've actually made some progress on this issue. I did indeed
11/30/17
Amandeep Kaur
,
Diego Medina
2
11/8/17
How to update Mongodb fields with omitempty flag in Golang structure
Hi, > the checkbox is unchecked and form is submitted to save. Now as I have applied "
unread,
How to update Mongodb fields with omitempty flag in Golang structure
Hi, > the checkbox is unchecked and form is submitted to save. Now as I have applied "
11/8/17
Darko Luketic
,
Diego Medina
2
11/6/17
Distinct and sorting
the mongo server doesn't allow sorting when calling distinct so you'll have to sort it on
unread,
Distinct and sorting
the mongo server doesn't allow sorting when calling distinct so you'll have to sort it on
11/6/17
宋亚伟
10/17/17
mgo pool limit demo
mgo no pool code package main import ( "fmt" "runtime" "time" mgo
unread,
mgo pool limit demo
mgo no pool code package main import ( "fmt" "runtime" "time" mgo
10/17/17
kondal boreddy
8/31/17
Does mgo txn support concurrent transactions from multiple processes?
Is it ok to update same set of documents using mgo txn from multiple processes, or will it only work
unread,
Does mgo txn support concurrent transactions from multiple processes?
Is it ok to update same set of documents using mgo txn from multiple processes, or will it only work
8/31/17
mek
, …
Tom Utley
4
8/29/17
"not found" error in function (q *Query) One
I hate to dig up an old issue, but I thought I'd post an idea here just in case anybody cared. I
unread,
"not found" error in function (q *Query) One
I hate to dig up an old issue, but I thought I'd post an idea here just in case anybody cared. I
8/29/17
İnanç Gümüş
,
Luke
3
8/23/17
Customize mgo upsert operation
Hi, The problem is, load & merge & upsert and the 2nd way (findandmodify then insert) are
unread,
Customize mgo upsert operation
Hi, The problem is, load & merge & upsert and the 2nd way (findandmodify then insert) are
8/23/17
Luke
8/15/17
problem with updating document's field that was used to query documents
Hi All, I have a weird problem. I am querying docs using below query: query := bson.M{ "brandid
unread,
problem with updating document's field that was used to query documents
Hi All, I have a weird problem. I am querying docs using below query: query := bson.M{ "brandid
8/15/17
Fatih Arslan
, …
İnanç Gümüş
10
8/3/17
How to handle disconnections to mongodb server? (aka. autoconnect)
I posted a simple code in the link I posted. One can comment on that code about what's wrong with
unread,
How to handle disconnections to mongodb server? (aka. autoconnect)
I posted a simple code in the link I posted. One can comment on that code about what's wrong with
8/3/17
Evan Shaw
, …
Gustavo Niemeyer
15
8/3/17
"Closed explicitly" error
Again, using SetPoolLimit that way is a bad idea. Please see the 5 other places you posted the same
unread,
"Closed explicitly" error
Again, using SetPoolLimit that way is a bad idea. Please see the 5 other places you posted the same
8/3/17
Vladimir
, …
Gustavo Niemeyer
4
8/3/17
Loss and recovery connections to database
Hi again, Per notes in the issue you filed, that prevents the timeout because it will greatly
unread,
Loss and recovery connections to database
Hi again, Per notes in the issue you filed, that prevents the timeout because it will greatly
8/3/17
İnanç Gümüş
,
Gustavo Niemeyer
2
8/3/17
Pool errors - connection reset by peer
Hi there, You've also filed an issue about the same question. I've responded there: https://
unread,
Pool errors - connection reset by peer
Hi there, You've also filed an issue about the same question. I've responded there: https://
8/3/17
Vincent Jouglard
, …
Diego Medina
4
7/19/17
Mongo collation
On my cell now but if you vendor mgo, which I would recommend, you can probably use this other pr as
unread,
Mongo collation
On my cell now but if you vendor mgo, which I would recommend, you can probably use this other pr as
7/19/17
İnanç Gümüş
,
Gustavo Niemeyer
4
7/18/17
As it seems Mgo project on Github is not updated for a year
Let's please continue the conversation there. On Tue, Jul 18, 2017 at 2:41 PM, İnanç Gümüş <
unread,
As it seems Mgo project on Github is not updated for a year
Let's please continue the conversation there. On Tue, Jul 18, 2017 at 2:41 PM, İnanç Gümüş <
7/18/17
uday bhaskar
, …
Diego Medina
3
7/7/17
No reachable servers.
If you are still having this issue, could you post the code you are using to start a connection?
unread,
No reachable servers.
If you are still having this issue, could you post the code you are using to start a connection?
7/7/17
Diego Medina
7/2/17
All Pull Requests are failing - solution here
Hi, I just submitted https://github.com/go-mgo/mgo/pull/462 This small change will help all the PRs
unread,
All Pull Requests are failing - solution here
Hi, I just submitted https://github.com/go-mgo/mgo/pull/462 This small change will help all the PRs
7/2/17
Diego Medina
, …
Diego Medina
4
7/2/17
Best way to get a Pull Request merged?
This ended up taking a lot longer, but I finally put time aside to send a PR https://github.com/go-
unread,
Best way to get a Pull Request merged?
This ended up taking a lot longer, but I finally put time aside to send a PR https://github.com/go-
7/2/17
Jean-Marcel Belmont
6/29/17
mgo Docker panic
db.go ``` package model import ( "log" "os" mgo "gopkg.in/mgo.v2" ) //
unread,
mgo Docker panic
db.go ``` package model import ( "log" "os" mgo "gopkg.in/mgo.v2" ) //
6/29/17
zeroc8
, …
Rakesh Kaupu
10
6/23/17
How to query $in
"err = c.Find(bson.M {"user":"myuser", "imeis": bson.M {"$in
unread,
How to query $in
"err = c.Find(bson.M {"user":"myuser", "imeis": bson.M {"$in
6/23/17