(self, seq, **kw)
| 2531 | return self._render_json_extract_from_binary(binary, operator, **kw) |
| 2532 | |
| 2533 | def visit_sequence(self, seq, **kw): |
| 2534 | return "NEXT VALUE FOR %s" % self.preparer.format_sequence(seq) |
| 2535 | |
| 2536 | |
| 2537 | class MSSQLStrictCompiler(MSSQLCompiler): |
nothing calls this directly
no test coverage detected