Re: Threads, introspection, sharing of :memory: databases
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Greg> Well, there is always querying the sqlite_master table which
Greg> contains table names, but I think that is more work than either
Greg> one of us is doing catching the exception... I just catch a
Greg> different one :-)
Thanks, that's what I was asking about. I'll read Gerhard's treatise on
pragma as well.
Skip