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 @@ 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."
756756msgstr ""
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
759765msgid ""
You can’t perform that action at this time.
0 commit comments