回答編集履歴
1
リファレンス追加
test
CHANGED
@@ -18,6 +18,8 @@
|
|
18
18
|
|
19
19
|
```
|
20
20
|
|
21
|
+
参考:[https://docs.python.org/ja/3/library/sqlite3.html#sqlite3.Connection.text_factory](https://docs.python.org/ja/3/library/sqlite3.html#sqlite3.Connection.text_factory)
|
22
|
+
|
21
23
|
|
22
24
|
|
23
25
|
ただし、できるなら、データベースに保存する文字コードをUTF-8にすることをおすすめします。
|