Commit e10a339
committed
Merge commit '0454966c021aa1737c9680aceef7e2ba26952fe3' into merge
* commit '0454966c021aa1737c9680aceef7e2ba26952fe3':
do not lock while writing to a socket (#52) (#54)
readme: credit @bozaro and @idy (#53)
Improve cursorData struct unmarshaling speed (#49)
readme: credit @bozaro (#47)
Fix GetBSON() method usage (#40)
readme: credit @feliixx (#46)
fix golint, go vet and gofmt warnings (#44)
readme: add missing features / credit
bson.Unmarshal returns time in UTC (#42)
Introduce constants for BSON element types (#41)
Test against MongoDB 3.4.x (#35)
Add collation option to collection.Create() (#37)
Don't panic on indexed int64 fields (#23)
readme: credit @feliixx in the README (#36)
add method CreateView() (#33)
Update README to add appName (#32)
send metadata during handshake (#28)
readme: credit @feliixx for #25 (#26)
add DropAllIndexes() method (#25)
# Conflicts:
# README.md
# bson/decode.go5 files changed
+297
-200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
85 | 98 | | |
86 | 99 | | |
87 | 100 | | |
| |||
0 commit comments