()
| 43 | return 0, false, nil |
| 44 | } |
| 45 | func (w *testAnyWrapper) Hash() interface{} { return nil } |
| 46 | |
| 47 | // TestJsonbOutCallableWithAnyWrapper verifies that jsonb_out_callable handles a |
| 48 | // sql.AnyWrapper value. Large JSONB values in databases created before JsonAdaptiveEnc |
no outgoing calls
no test coverage detected