Skip to content

Commit

Permalink
fix infinity-embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
Ami11111 committed Oct 8, 2024
1 parent c1a3298 commit a066a52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/infinity_embedded/local_infinity/query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ def __init__(self, table):
self._filter = None
self._limit = None
self._offset = None
self._sort = None

def reset(self):
self._columns = None
self._search = None
self._filter = None
self._limit = None
self._offset = None
self._sort = None

def match_dense(
self,
Expand Down

0 comments on commit a066a52

Please sign in to comment.