(self, seq, **kw)
| 2554 | return self._render_json_extract_from_binary(binary, operator, **kw) |
| 2555 | |
| 2556 | def visit_sequence(self, seq, **kw): |
| 2557 | return "NEXT VALUE FOR %s" % self.preparer.format_sequence(seq) |
| 2558 | |
| 2559 | |
| 2560 | class MSSQLStrictCompiler(MSSQLCompiler): |
nothing calls this directly
no test coverage detected