[sqlalchemy] Re: Postgres composite types and sqlalchemy; Having trouble with events system; Advice requested

2014-07-11 Thread Alexander Solovyov
Понеділок, 4 листопада 2013 р. 01:28:21 UTC+2 користувач Jon Rosebaugh написав: I'm trying to implement support for Postgres's composite types, which essentially let you make a type which is a struct of other types. This involves several kinds of functionality: Hey Jon, I've tried to use

Re: [sqlalchemy] problems with mysql reflect

2014-07-11 Thread Paul Molodowitch
Done: https://bitbucket.org/zzzeek/sqlalchemy/issue/3123/mysql-reflection-on-python-26-causes-error FYI, for now we're patching sqlalchemy/engine/reflection.py, changing Inspector.reflectable after it gets tbl_opts (line 450 in my code): # reflect table options, like mysql_engine

Re: [sqlalchemy] problems with mysql reflect

2014-07-11 Thread Paul Molodowitch
oops, that line should read Python 2.6 doesn't accept, not except. My hands are too used to typing except SomeError:... On Fri, Jul 11, 2014 at 11:38 AM, Paul Molodowitch elron...@gmail.com wrote: Done:

Re: [sqlalchemy] StaleDataError/ObjectDeletedError

2014-07-11 Thread Staszek
On 2014-02-01 00:09, Michael Bayer wrote: On Jan 31, 2014, at 5:24 PM, lars van gemerden l...@rational-it.com mailto:l...@rational-it.com wrote: Hi, all I am running into these 2 errors and have run out of ideas what to do about it (also because i don't what they mean); They seem to

Re: [sqlalchemy] StaleDataError/ObjectDeletedError

2014-07-11 Thread Mike Bayer
On 7/11/14, 5:07 PM, Staszek wrote: On 2014-02-01 00:09, Michael Bayer wrote: On Jan 31, 2014, at 5:24 PM, lars van gemerden l...@rational-it.com mailto:l...@rational-it.com wrote: Hi, all I am running into these 2 errors and have run out of ideas what to do about it (also because i don't