mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 10:54:32 +02:00
Merge branch 'main' into create-transform
This commit is contained in:
commit
5fdf4d9731
12 changed files with 341 additions and 54 deletions
|
|
@ -1842,7 +1842,7 @@ class Table(Queryable):
|
|||
magic_lookup_column=magic_lookup_column,
|
||||
lookup_table=table,
|
||||
where=" AND ".join(
|
||||
"[{table}].[{column}] = [{lookup_table}].[{lookup_column}]".format(
|
||||
"[{table}].[{column}] IS [{lookup_table}].[{lookup_column}]".format(
|
||||
table=self.name,
|
||||
lookup_table=table,
|
||||
column=column,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue