Dialect returns the dialect of the driver we started the transaction from.
()
| 242 | |
| 243 | // Dialect returns the dialect of the driver we started the transaction from. |
| 244 | func (tx *txDriver) Dialect() string { return tx.drv.Dialect() } |
| 245 | |
| 246 | // Close is a nop close. |
| 247 | func (*txDriver) Close() error { return nil } |
no outgoing calls
no test coverage detected