Re: Any ideas why Axiom is acting odd?
Jean-Paul Calderone <[email protected]> Sun, 2 Jul 2006 18:22:39 -0400
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <20060702222239.29014.1012129517.divmod.quotient.19836@ohm> |
On Wed, 28 Jun 2006 00:33:55 -0600, Robert Gravina <[email protected]> wrote: >Curiously, when I run that library example (with all Items in a different >module and imported into __main__) with debugging turned on, just before >the traceback we get this: > >** SELECT oid, module, typename, version FROM main.axiom_types -- > lastrow: None > result: [(1, u'library_items', u'lending_library', 1), (2, None, None, >None)] > >SCHEMA: 1 library_items lending_library 1 > >SCHEMA: 2 None None None > >Other examples (and my code) gives simlar results. It's like only one of >the schemas is getting stored correctly. > >You might want to glance at what I did to the library.py example to make >sure it's OK. It'd be useful to see the complete SQL debug output. Can you create a ticket at http://divmod.org/trac/ (you need an account first, follow the register link) and attach it? Jean-Paul