Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-04 Thread Mike Bayer
rors or warnings either. I don't get the same warning on my end. *From:*sqlalchemy@googlegroups.com [mailto:sqlalchemy@googlegroups.com] *On Behalf Of *Mike Bayer *Sent:* Monday, May 04, 2015 6:16 PM *To:* sqlalchemy@googlegroups.com *Subject:* Re: [sqlalchemy] Does anyone know how

RE: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-04 Thread Ofir Herzas
s.com [mailto:sqlalchemy@googlegroups.com] On Behalf Of Mike Bayer Sent: Monday, May 04, 2015 6:16 PM To: sqlalchemy@googlegroups.com Subject: Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError" On 5/4/15 3:23 AM, Ofir Herzas wrote: For some reason, I get the following

Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-04 Thread Mike Bayer
glegroups.com [mailto:sqlalchemy@googlegroups.com] *On Behalf Of *Mike Bayer *Sent:* Monday, May 04, 2015 1:47 AM *To:* sqlalchemy@googlegroups.com *Subject:* Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError" On 5/3/15 12:00 PM, Ofir Herzas wrote: Is there any dan

RE: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-04 Thread Ofir Herzas
ke Bayer Sent: Monday, May 04, 2015 1:47 AM To: sqlalchemy@googlegroups.com Subject: Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError" On 5/3/15 12:00 PM, Ofir Herzas wrote: Is there any danger using the implicit_returning=False on the engine? Or is it the

Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-03 Thread Mike Bayer
te primary key values; it saves a round trip of executing the sequence ahead of time. *From:*sqlalchemy@googlegroups.com [mailto:sqlalchemy@googlegroups.com] *On Behalf Of *Mike Bayer *Sent:* Sunday, May 03, 2015 6:07 PM *To:* sqlalchemy@googlegroups.com *Subject:* Re: [sqlalchemy] Does anyone k

RE: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-03 Thread Ofir Herzas
know how to handle "NoSuchColumnError" On 5/3/15 2:01 AM, Ofir Herzas wrote: Hi Michael, Thank you very much for your fast response. I will give it a try. I tried to remove unneeded stuff but I think that the problem is in the track_changes mixin as I never got this error befor

Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-03 Thread Mike Bayer
On 5/3/15 2:01 AM, Ofir Herzas wrote: Hi Michael, Thank you very much for your fast response. I will give it a try. I tried to remove unneeded stuff but I think that the problem is in the track_changes mixin as I never got this error before using it. If you need more stuff or do find somethin

Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-05-02 Thread Ofir Herzas
Hi Michael, Thank you very much for your fast response. I will give it a try. I tried to remove unneeded stuff but I think that the problem is in the track_changes mixin as I never got this error before using it. If you need more stuff or do find something, I'd be happy to know. BTW: for initial

Re: [sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-04-30 Thread Mike Bayer
On 4/30/15 11:00 AM, Ofir Herzas wrote: Hi, I'm using sqlalchemy 0.9.7 and cx_oracle 5.1.3 and every once in a while (inconsistent), I get the following error: Traceback (most recent call last): File "/opt/enigmai/ve/python-2.7.6/lib/python2.7/site-packages/sqlalchemy/orm/session.py", li

[sqlalchemy] Does anyone know how to handle "NoSuchColumnError"

2015-04-30 Thread Ofir Herzas
Hi, I'm using sqlalchemy 0.9.7 and cx_oracle 5.1.3 and every once in a while (inconsistent), I get the following error: Traceback (most recent call last): File "/opt/enigmai/ve/python-2.7.6/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 1919, in flush self._flush(objects)