We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19dd077 commit c5f8a2eCopy full SHA for c5f8a2e
1 file changed
sqlite_utils/db.py
@@ -1791,7 +1791,7 @@ def extract(
1791
magic_lookup_column=magic_lookup_column,
1792
lookup_table=table,
1793
where=" AND ".join(
1794
- "[{table}].[{column}] = [{lookup_table}].[{lookup_column}]".format(
+ "[{table}].[{column}] IS [{lookup_table}].[{lookup_column}]".format(
1795
table=self.name,
1796
1797
column=column,
0 commit comments