We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4456683 + b49e9d4 commit 3a7f784Copy full SHA for 3a7f784
1 file changed
sqlalchemy_monetdb/compiler.py
@@ -79,7 +79,7 @@ def visit_sequence(self, seq):
79
% self.dialect.identifier_preparer.format_sequence(seq)
80
return exc
81
82
- def limit_clause(self, select):
+ def limit_clause(self, select, **kw):
83
text = ""
84
if select._limit is not None:
85
text += "\nLIMIT " + str(select._limit)
0 commit comments