Re: [sqlalchemy] Feedback appreciated

2016-09-30 Thread Mike Bayer
On 09/30/2016 04:32 PM, Seth P wrote: On Thursday, September 29, 2016 at 9:45:24 AM UTC-4, Mike Bayer wrote: you can add your own types to do these things also, especially read-only, just make any subclass of UserDefinedType and apply whatever result-row handling is needed for

Re: [sqlalchemy] Feedback appreciated

2016-09-30 Thread Seth P
On Thursday, September 29, 2016 at 9:45:24 AM UTC-4, Mike Bayer wrote: > > you can add your own types to do these things also, especially > read-only, just make any subclass of UserDefinedType and apply whatever > result-row handling is needed for how cx_Oracle is returning the data. > > The

[sqlalchemy] Re: Session / declarative_base scope

2016-09-30 Thread Jonathan Vanasco
In terms of troubleshooting... try running an initialization hook in the main process (before forking a thread) that does a db setup and performs this query. That has helped me out a lot in similar situations. -- You received this message because you are subscribed to the Google Groups