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.
2 parents 255bbf2 + 48b13f0 commit 4762d5dCopy full SHA for 4762d5d
1 file changed
Doc/library/sqlite3.rst
@@ -489,10 +489,6 @@ Connection Objects
489
:mod:`sqlite3` module will return Unicode objects for ``TEXT``. If you want to
490
return bytestrings instead, you can set it to :class:`bytes`.
491
492
- For efficiency reasons, there's also a way to return :class:`str` objects
493
- only for non-ASCII data, and :class:`bytes` otherwise. To activate it, set
494
- this attribute to :const:`sqlite3.OptimizedUnicode`.
495
-
496
You can also set it to any other callable that accepts a single bytestring
497
parameter and returns the resulting object.
498
0 commit comments