On 1/30/06, Mark Ramm <[EMAIL PROTECTED]> wrote: > > It's worth making sure > > that the config that's coming through is the one that's desired. You > > can always run cherrypy.config.get() statements to see if > > sqlobject.dburi is what you'd expect. > > I've attached the output of an interactive session where I get the > dburi from cherrypy.config.get and try some database connection stuff. > For some reason that I can't quite figure out the ?debug=true link > seems to work here, where it did not on my computer at home. I'll > check into that later tonight.
Interesting. In your session there, you didn't get debug output for the COMMIT. I did when I ran it. Which version of sqlite/pysqlite do you have? Kevin

