Re: [sqlite] Python -> Sqlite3 import, can't retrieve values in the last column

2013-08-23 Thread m.duering
) www.cvce.eu / www.cubrikproject.eu Personal website, Historical Network Research On Fri, 23 Aug 2013 14:59:06 +0200 Simon Slavin <slav...@bigfraud.org> wrote On 23 Aug 2013, at 1:48pm, m.duering <m.duer...@zoho.com> wrote: > However I only get one result if

[sqlite] Python -> Sqlite3 import, can't retrieve values in the last column

2013-08-23 Thread m.duering
Hi all, this is my first project using Sqlite3 so I might have done something silly along the way. I can not run queries for the last columns of my tables. I either get only the very last row or nothing where there should be hundreds of entries which match the query. Here is what I did: I r