mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-14 04:24:26 +02:00
Add paths for homebrew on Apple silicon and use those paths when passed in
This commit is contained in:
parent
fc221f9b62
commit
0e4750dff0
4 changed files with 32 additions and 4 deletions
|
|
@ -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 :]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue