Skip to content

Commit 7fe3a62

Browse files
committed
40%: Método de la clase connection: row_factory
1 parent f31e4bf commit 7fe3a62

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

library/sqlite3.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
14-
"PO-Revision-Date: 2020-09-23 19:53-0500\n"
14+
"PO-Revision-Date: 2020-10-01 23:01-0500\n"
1515
"Language-Team: python-doc-es\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"
@@ -754,6 +754,12 @@ msgid ""
754754
"columns with almost no memory overhead. It will probably be better than your own custom "
755755
"dictionary-based approach or even a db_row based solution."
756756
msgstr ""
757+
"Si retornado una tupla no es suficiente y se quiere acceder a las columnas basadas en "
758+
"nombre, se debe considerar configurar :attr:`row_factory` a la altamente optimizada tipo :"
759+
"class:`sqlite3.Row`. :class:`Row` provee ambos accesos a columnas basada en índice y "
760+
"tipado insensible con casi nada de memoria elevada. Será probablemente mejor que tú "
761+
"propio enfoque de basado en diccionario personalizado o incluso mejor que una solución "
762+
"basada en *db_row*."
757763

758764
#: ../Doc/library/sqlite3.rst:508
759765
msgid ""

0 commit comments

Comments
 (0)