Skip to content

Commit c59ffc8

Browse files
committed
SQLAlchemy: Remove CrateCompiler.prefetch class variable
It has been added with GH-188 without further reasoning.
1 parent a430c10 commit c59ffc8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/crate/client/sqlalchemy/compiler.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ def visit_ARRAY(self, type_, **kw):
208208

209209
class CrateCompiler(compiler.SQLCompiler):
210210

211-
prefetch = []
212-
213211
def visit_getitem_binary(self, binary, operator, **kw):
214212
return "{0}['{1}']".format(
215213
self.process(binary.left, **kw),

0 commit comments

Comments
 (0)