[sqlalchemy] calchipan

2014-10-25 Thread mdob
Hi, I was trying to use SQLAlchemy with Pandas - CALCHIPAN. Installed sqlalchemy, numpy and pandas from pip, then calchipan from source. SQLAlchemy==0.9.8 argparse==1.2.1 calchipan==0.1.0dev ipython==2.3.0 numpy==1.9.0 pandas==0.15.0 python-dateutil==2.2 pytz==2014.7 six==1.8.0 wsgiref==0.1.2

[sqlalchemy] Re: eager loading the presence of a relationship ?

2014-10-25 Thread Jonathan Vanasco
what DOESNT sqlalchemy do? -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [sqlalchemy] calchipan

2014-10-25 Thread Michael Bayer
I haven't looked at calchipan in a couple of years, it's very likely that changes either in pandas or SQLAlchemy have caused minor breakages.You might as an experiment try out older versions of both. If you have any interest in debugging that would be of great help as I don't have much

[sqlalchemy] Eager Loading of AssociationProxy (Generic Association with Discriminator on Association)

2014-10-25 Thread Victor Reichert
Hi, I am following the Generic Association with Discriminator on Association example at: http://docs.sqlalchemy.org/en/latest/_modules/examples/generic_associations/discriminator_on_association.html However, I would like to eager load the customer.addresses in a query like eager_sales_persons