Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monicasarbu committed Jun 10, 2014
1 parent 5f0a0ef commit 3735204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsql.go
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ func receivedPgsqlRequest(msg *PgsqlMessage) {

trans.Pgsql = bson.M{
"query": query,
"query.raw": msg.Query,
"query.raw": query,
"method": getQueryMethod(query),
}

Expand Down

0 comments on commit 3735204

Please sign in to comment.