Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-34828: added entry in NEWS.d/next/Library and in ACKS
  • Loading branch information
itssme committed Sep 28, 2018
commit 5d7b0aede8fe635f6e1782f1cefde08cde303278
1 change: 1 addition & 0 deletions Misc/ACKS
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ Akira Kitada
Ron Klatchko
Reid Kleckner
Bastian Kleineidam
Joel Klimont
Bob Kline
Matthias Klose
Jeremy Kloth
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Sqlite3.iterdump now correctly deletes the "sqlite_sequence" table and
inserts the rows from the dumped db. Just like the command ".dump" in
sqlite3 does.
Comment thread
itssme marked this conversation as resolved.
Outdated