()
| 1107 | } |
| 1108 | |
| 1109 | func (s *AdapterTests) Test_Issue391_TextMode() { |
| 1110 | testPostgreSQLTypes(s.T(), s.Session()) |
| 1111 | } |
| 1112 | |
| 1113 | func (s *AdapterTests) Test_Issue391_BinaryMode() { |
| 1114 | settingsWithBinaryMode := ConnectionURL{ |
nothing calls this directly
no test coverage detected