Hi,

I've done lots of turbogears in the past, and never had the problems that 
I'm having with pyramid + Sqlalchemy.
I'm getting errors that I've never seen before, and then the session holds 
on to them and brings every service down until I restart.

One clue is that sometimes we get nonsense errors when we do many requests 
back-to back, like
  NoSuchColumnError: "Could not locate column in row for column 'store.id'"

And of course the store has an id column... 

Sometimes it shows up as:
  NoSuchColumnError: "Could not locate column in row for column 'count(*)'"

This is happening when the requests are made against just a simple pserve 
my.ini.

I'm using a simple:
   DBSession = 
scoped_session(sessionmaker(extension=ZopeTransactionExtension()))

in my models.py



-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to