Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648725b commit 220ef98Copy full SHA for 220ef98
1 file changed
library/sqlite3.po
@@ -914,12 +914,14 @@ msgid ""
914
"this attribute, the database engine's own support for the determination of "
915
"\"rows affected\"/\"rows selected\" is quirky."
916
msgstr ""
917
+"虽然 :mod:`sqlite3` 模块的 :class:`Cursor` 类实现了此属性,但数据库引擎本身对于确定 \"受影响行\"/\"已选择行\""
918
+" 的支持并不完善。"
919
920
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:694
921
msgid ""
922
"For :meth:`executemany` statements, the number of modifications are summed "
923
"up into :attr:`rowcount`."
-msgstr ""
924
+msgstr "对于 :meth:`executemany` 语句,修改行数会被汇总至 :attr:`rowcount`。"
925
926
#: /home/travis/build/python/cpython-doc-catalog/Doc/library/sqlite3.rst:697
927
0 commit comments