File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-04-24 06:08 +0000\n "
14+ "POT-Creation-Date : 2021-05-20 06:27 +0000\n "
1515"PO-Revision-Date : 2019-09-01 14:41+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.9\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-04-15 06:02 +0000\n "
15+ "POT-Creation-Date : 2021-05-20 06:27 +0000\n "
1616"PO-Revision-Date : 2017-02-16 23:27+0000\n "
1717"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -609,7 +609,8 @@ msgstr ""
609609msgid ""
610610"This is a nonstandard convenience method for executing multiple SQL "
611611"statements at once. It issues a ``COMMIT`` statement first, then executes "
612- "the SQL script it gets as a parameter."
612+ "the SQL script it gets as a parameter. This method disregards :attr:"
613+ "`isolation_level`; any transation control must be added to *sql_script*."
613614msgstr ""
614615
615616msgid "*sql_script* can be an instance of :class:`str`."
@@ -1016,6 +1017,11 @@ msgid ""
10161017"code."
10171018msgstr ""
10181019
1020+ msgid ""
1021+ "Note that :meth:`~Cursor.executescript` disregards :attr:`isolation_level`; "
1022+ "any transaction control must be added explicitly."
1023+ msgstr ""
1024+
10191025msgid ""
10201026":mod:`sqlite3` used to implicitly commit an open transaction before DDL "
10211027"statements. This is no longer the case."
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.9\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2021-01-01 05:02 +0000\n "
14+ "POT-Creation-Date : 2021-05-20 06:27 +0000\n "
1515"PO-Revision-Date : 2017-02-16 23:40+0000\n "
1616"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2019\n "
1717"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
You can’t perform that action at this time.
0 commit comments