Alex Martelli wrote:
> Gerhard Häring <[EMAIL PROTECTED]> wrote:
>...
>
>>An optimized shortcut has been enabled to retrieve Unicode strings for
>>non-ASCII data, but bytestrings for non-ASCII text:
>>
>>con.text_factory = sqlite.OptimizedUnicode
>
>
> I assume you mean "ASCII text" rath
Gerhard Häring <[EMAIL PROTECTED]> wrote:
...
> An optimized shortcut has been enabled to retrieve Unicode strings for
> non-ASCII data, but bytestrings for non-ASCII text:
>
> con.text_factory = sqlite.OptimizedUnicode
I assume you mean "ASCII text" rather than "non-ASCII text" here?
At
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
pysqlite 2.1.0 released
===
I'm pleased to announce the availability of pysqlite 2.1.0. This is a
major release with many new features and some internal changes. While
the code was tested by a few people who tracked Subversion, use