Re: [sqlalchemy] How to best integrate executing against a pandas dataframe in a custom dialect.

2019-08-29 Thread Varun Madiath
Hi Mike. Thank you for taking the time to respond. Responses inline On Thu, Aug 29, 2019 at 10:35 AM Mike Bayer wrote: > > hi there, responses inline > > On Wed, Aug 28, 2019, at 11:39 PM, Varun Madiath wrote: > > Hi. > > I'm working to extend the Turbodbc >

[sqlalchemy] Polymorphic relationships to different classes

2019-08-29 Thread YKdvd
Suppose I have two distinct and unrelated ORM classes, call them Powers, and Dominions (which are in tables "powers" and "dominions", both having an "id" field), and I want them both to have relationships to their own subclass of a single-table polymorphic setup, call it Things. class Abstrac

Re: [sqlalchemy] How to best integrate executing against a pandas dataframe in a custom dialect.

2019-08-29 Thread Mike Bayer
hi there, responses inline On Wed, Aug 28, 2019, at 11:39 PM, Varun Madiath wrote: > Hi. > > I'm working to extend the Turbodbc > dialect of the sqlalchemy_exasol > project to support > executing