| 27 | var pattern = regexp.MustCompile(`[ \n\r\t]+`) |
| 28 | |
| 29 | type HardCodedQuery struct { |
| 30 | original string |
| 31 | converted string |
| 32 | } |
| 33 | |
| 34 | var HardCodedQueries = struct { |
| 35 | SelectPgTypeOid HardCodedQuery |
nothing calls this directly
no outgoing calls
no test coverage detected