| 12 | ) |
| 13 | |
| 14 | type pgError interface { |
| 15 | SQLState() string |
| 16 | } |
| 17 | |
| 18 | // legacyPGError is an interface used by previous versions of github.com/lib/pq. |
| 19 | // It is provided only to support legacy code. New code should use the pgError |
no outgoing calls
no test coverage detected