catching SQL string returned to sqlite
"Eric S. Johansson" <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
is there any way to catch the final string just before it is passed to sqlite? I have query that is failing (you've seen it before) and I verified that all the data is in the table as verified by the sqlite commandline tool and I'm handing it the right key. I think I have all my tuples lined up in a row and yet, I can't find the specified record. is there any way to somehow look within pysqlite and see what's being sent to sqlite? Related, it is it possible that I can't use a key with an '@' in it? ---eric -- Speech-recognition in use. It makes mistakes, I correct some.