Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'element': 0.07; 'books': 0.15; 'comma': 0.16; 'etc...': 0.16; 'filename,': 0.16; 'grasp': 0.16; 'posting,': 0.16; 'silly': 0.16; 'subject:sqlite3': 0.16; 'tuple': 0.16; 'tuple.': 0.16; 'all,': 0.19; 'trying': 0.19; 'pointed': 0.19; 'header:User-Agent:1': 0.23; 'subject:problem': 0.24; 'url:moin': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'point': 0.28; 'correct': 0.29; 'have,': 0.30; 'code': 0.31; 'url:wiki': 0.31; 'url:python': 0.33; 'subject: (': 0.35; 'subject:with': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'really': 0.36; 'thanks': 0.36; "i'll": 0.36; 'url:org': 0.36; 'being': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'such': 0.63; 'more': 0.64; 'regards.': 0.65; 'hour': 0.70; 'lack': 0.78; 'convinced': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:newsgroups:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=XliIVgO69g1Iad8P87oTtvlRCVzrEBY9pLnrOrXBVTI=; b=m8SHMb+AXHJIYzKRPnw+QYJQyevjMvT89v78GOJ9VCpyMkUjDIYc+JYMwxC7/UYg/Y skDWvabrRiX119jygbbS4BwZuhfucjP9HlTRMNGBf/uqNM9g6AzJREya6lDxjDP0QR6V uJ+HmlDdxfZtJyzWRip/sfrAFvrDDXPaF6eCmfZgDxdbtqDe0zW2FS7PjcMVAuQQfQ7K YaIHK1JRU+0zksj7cVApfv09P7pdnP45hjcbunyMkd57f39ji/oJ9FWA3SFXs1eil8Sb mzOCj6mPoFaxARm7xUPQdJIlsALUy/Yg8KuHewkTAx70auTUgR9ygWUzKpR3r5bpR5sX TU8w== X-Received: by 10.180.19.35 with SMTP id b3mr23422614wie.20.1390462644763; Wed, 22 Jan 2014 23:37:24 -0800 (PST) Date: Thu, 23 Jan 2014 08:37:22 +0100 From: lgabiot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 Newsgroups: comp.lang.python To: python-list@python.org Subject: Re: sqlite3 docbug (was problem with sqlite3) References: <52e07f45$0$3631$426a34cc@news.free.fr> <1f13ee0c-5cb5-4627-9f38-2058a8235083@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1390462651 news.xs4all.nl 2907 [2001:888:2000:d::a6]:49471 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:64577 Thanks to all, that was indeed the tuple issue! the correct code is: >>>cursor = conn.execute("SELECT filename, filepath FROM files WHERE max_level