update
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
.CondaPkg/env/Lib/sqlite3/dump.py
vendored
1
.CondaPkg/env/Lib/sqlite3/dump.py
vendored
@@ -18,6 +18,7 @@ def _iterdump(connection):
|
||||
|
||||
writeable_schema = False
|
||||
cu = connection.cursor()
|
||||
cu.row_factory = None # Make sure we get predictable results.
|
||||
yield('BEGIN TRANSACTION;')
|
||||
|
||||
# sqlite_master table contains the SQL CREATE statements for the database.
|
||||
|
||||
Reference in New Issue
Block a user