You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`x-migrations-table`|`MigrationsTable`| Name of the migrations table |
15
-
|`x-transaction-mode`|`TransactionMode`| If set to `true` wrap commands in [transaction](https://docs.mongodb.com/manual/core/transactions). Available only for replica set. |
15
+
|`x-transaction-mode`|`TransactionMode`| If set to `true` wrap commands in [transaction](https://docs.mongodb.com/manual/core/transactions). Available only for replica set. Driver is using [strconv.ParseBool](https://golang.org/pkg/strconv/#ParseBool) for parsing|
16
16
|`dbname`|`DatabaseName`| The name of the database to connect to |
17
17
|`user`|| The user to sign in as. Can be omitted |
18
18
|`password`|| The user's password. Can be omitted |
0 commit comments