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 6c3f5e6 commit 10e3aabCopy full SHA for 10e3aab
sqlite_utils/db.py
@@ -445,7 +445,7 @@ def insert_all(
445
with self.db.conn:
446
result = self.db.conn.execute(sql, values)
447
self.last_rowid = result.lastrowid
448
- self.lash_pk = None
+ self.last_pk = None
449
if hash_id or pk:
450
self.last_pk = self.db.conn.execute(
451
"select [{}] from [{}] where rowid = ?".format(
0 commit comments