[GODRIVER-930] Implement base driver.Connection type Created: 04/Apr/19 Updated: 28/Oct/23 Resolved: 26/Apr/19 |
|
| Status: | Closed |
| Project: | Go Driver |
| Component/s: | Core API |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Type: | New Feature | Priority: | Major - P3 |
| Reporter: | Kristofer Brandow (Inactive) | Assignee: | Kristofer Brandow (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||||||
| Epic Link: | Core API | ||||||||||||||||||||
| Backwards Compatibility: | Minor Change | ||||||||||||||||||||
| Description |
|
Create a new type, topology.connection that implements a subset of the driver.Connection type. This type is a combination of connection.pooledConnection and connection.connection. The topology.pool type should deal directly with this type. There is no Close method on topology.connection, instead the pool.returnConnection or pool.closeConnection method should be used.
|
| Comments |
| Comment by Githook User [ 26/Apr/19 ] |
|
Author: {'name': 'Kris Brandow', 'username': 'skriptble', 'email': 'kris@mongodb.com'}Message: Implement base driver.Connection type Implements the topology.connection and topology.Connection types. Change-Id: If3c133b754028b8e832aa198b285593f6f2efbfc |
| Comment by Kristofer Brandow (Inactive) [ 12/Apr/19 ] |
|
Code Review: https://review.gerrithub.io/c/mongodb/mongo-go-driver/+/450979. |