On Wed, 2006-08-02 at 20:48 +0200, Christian Nilsson wrote:
> SQL:  ('INSERT OR REPLACE INTO types VALUES(?, ?, ?, ?)', (None, 'dir', 
> <read-only buffer for 0xb79a9bc0, size -1, offset 0 at 0xb74f01c0>, 
> <read-only buffer for 0xb74ea0b0, size -1, offset 0 at 0xb74f0200>))
> SELECT * FROM types : SQL:  ('SELECT * from types', ())
> [(1, u'dir', <read-write buffer ptr 0xb78c1840, size 217 at 0xb78c1820>, 
> <read-write buffer ptr 0xb74dbb30, size 44 at 0xb74dbb10>)]

So far so good ...

> SQL:  ('INSERT OR REPLACE INTO types VALUES(?, ?, ?, ?)', (None, 'file', 
> <read-only buffer for 0xb79a9bc0, size -1, offset 0 at 0xb74f0800>, 
> <read-only buffer for 0xb74ea0b0, size -1, offset 0 at 0xb74f0920>))
> SELECT * FROM types : SQL:  ('SELECT * from types', ())
> [(1, u'dir', <read-write buffer ptr 0xb78c1840, size 217 at 0xb78c1820>, 
> <read-write buffer ptr 0xb74dbb80, size 44 at 0xb74dbb60>), (2, None, 
> None, None)]

And suddenly broken.  There are no queries in between the two I quoted
that touch the types table.

Can you tell me what versions of sqlite and pysqlite you're using?

I can confirm that sqlite 3.3.6 and pysqlite 2.3.2.

Cheers,
Jason.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to