Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
db.insert()を使用してデータベースにデータを挿入します。コードは次のようになります。
db.insert('categories', name=cate_name, description=desc, _test=True)
しかし、それは機能しません。コードが実行された後、データはテーブル'categories'に見つかりません。ちなみに、例外はありません。なぜこれが起こったのか誰か知っていますか?
削除_test=Trueまたは設定_test=False
_test=True
_test=False