Add paths for homebrew on Apple silicon and use those paths when passed in

This commit is contained in:
Chris Amico 2023-03-11 17:26:05 -05:00
commit 0e4750dff0
4 changed files with 32 additions and 4 deletions

View file

@ -2876,7 +2876,6 @@ class Table(Queryable):
self.add_missing_columns(chunk)
result = self.db.execute(query, params)
elif e.args[0] == "too many SQL variables":
first_half = chunk[: len(chunk) // 2]
second_half = chunk[len(chunk) // 2 :]