Dialect returns the dialect of the driver we started the transaction from.
()
| 185 | |
| 186 | // Dialect returns the dialect of the driver we started the transaction from. |
| 187 | func (tx *txDriver) Dialect() string { return tx.drv.Dialect() } |
| 188 | |
| 189 | // Close is a nop close. |
| 190 | func (*txDriver) Close() error { return nil } |