Eliminate "extra" variable

Tim Chase python.list at tim.thechases.com
Sun Dec 15 07:17:20 EST 2013


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






More information about the Python-list mailing list