[sqlalchemy] Re: [SQLAlchemy-Continuum] sqlalchemy.exc.InvalidRequestError: Implicitly combining column(...) in joined table inheritance scenario

2015-09-07 Thread Piotr Dobrogost
On Sunday, September 6, 2015 at 11:02:36 PM UTC+2, Piotr Dobrogost wrote: > > Hi! > > I've recently raised a bug on SQLAlchemy-Continuum's tracker at > https://github.com/kvesteri/sqlalchemy-continuum/issues/105 > As I've got no replies on SQLAlchemy-Continuum's tracker I asked on

Re: [sqlalchemy] 10 Reasons to love SQLAlchemy

2015-09-07 Thread Michael Bayer
Thanks very much for this post, Paul! Sent from my iPhone > On Sep 4, 2015, at 3:43 PM, Paul Johnston wrote: > > Hi guys, > > I decided to express my love of SQLAlchemy through a blog post: > http://pajhome.org.uk/blog/10_reasons_to_love_sqlalchemy.html > > Enjoy, > >

Re: [sqlalchemy] Re: Support for native PostgreSQL "polygon" type?

2015-09-07 Thread Demitri Muna
Hi Michael, On Monday, September 7, 2015 at 5:40:02 PM UTC-4, Michael Bayer wrote: > > SQLAlchemy doesn't do much else with types at the most basic level other > than pass the data through to the DBAPI, in this case hopefully psycopg2. > Feel free to set the column type to NullType and just

Re: [sqlalchemy] Re: Support for native PostgreSQL "polygon" type?

2015-09-07 Thread Mike Bayer
On 9/6/15 11:28 AM, Demitri Muna wrote: Hi Ian, Thanks for the reply. On Saturday, September 5, 2015 at 11:53:39 AM UTC-4, Ian McCullough wrote: Is there some compelling reason you wouldn't just install the PostGIS extensions? Assuming there is... There is; I can't use any of