mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-05-18 18:20:34 +08:00
@@ -13,7 +13,7 @@ def merge_databases(source_paths, target_path):
|
||||
if not os.path.exists(source_path):
|
||||
break
|
||||
db = sqlite3.connect(source_path)
|
||||
# db.text_factory = bytes
|
||||
db.text_factory = str
|
||||
cursor = db.cursor()
|
||||
sql = '''
|
||||
SELECT TalkerId,MsgsvrID,Type,SubType,IsSender,CreateTime,Sequence,StrTalker,StrContent,DisplayContent,BytesExtra
|
||||
|
||||
Reference in New Issue
Block a user