File tree Expand file tree Collapse file tree 2 files changed +2868
-2858
lines changed Expand file tree Collapse file tree 2 files changed +2868
-2858
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Python 3.6\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2018-06-14 13:35 +0900\n "
11
+ "POT-Creation-Date : 2018-07-04 13:46 +0900\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : cocoatomo, 2018\n "
14
14
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -328,14 +328,10 @@ msgid ""
328
328
"Registers a callable to convert a bytestring from the database into a custom"
329
329
" Python type. The callable will be invoked for all database values that are "
330
330
"of the type *typename*. Confer the parameter *detect_types* of the "
331
- ":func:`connect` function for how the type detection works. Note that the "
332
- "case of *typename* and the name of the type in your query must match!"
333
- msgstr ""
334
- "データベースから得られるバイト列を希望する Python の型に変換する呼び出し可能オブジェクト (callable) "
335
- "を登録します。その呼び出し可能オブジェクトは型が *typename* "
336
- "である全てのデータベース上の値に対して呼び出されます。型検知がどのように働くかについては :func:`connect` 関数の "
337
- "*detect_types* パラメータの説明も参照してください。注意が必要なのは *typename* "
338
- "はクエリの中の型名と大文字小文字も一致しなければならないということです!"
331
+ ":func:`connect` function for how the type detection works. Note that "
332
+ "*typename* and the name of the type in your query are matched in case-"
333
+ "insensitive manner."
334
+ msgstr ""
339
335
340
336
#: ../../library/sqlite3.rst:238
341
337
msgid ""
You can’t perform that action at this time.
0 commit comments