testDialector is a minimal Dialector implementation used only for unit tests in-memory.
| 11 | |
| 12 | // testDialector is a minimal Dialector implementation used only for unit tests in-memory. |
| 13 | type testDialector struct{} |
| 14 | |
| 15 | func (d testDialector) Name() string { return "test" } |
| 16 | func (d testDialector) Initialize(*gorm.DB) error { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected