On 2013-12-14 23:49, Igor Korot wrote:
> Tim,
>
> On Sun, Dec 8, 2013 at 2:18 PM, Tim Chase wrote:
>>>>> conn = sqlite3.connect('x.sqlite',
>>... detect_types=sqlite3.PARSE_DECLTYPES|sqlite3.PARSE_COLNAMES)Your example code omitted this one crucial line. Do you specify the detect_types parameter to connect()? -tkc -- https://mail.python.org/mailman/listinfo/python-list
