Re: [sqlalchemy] Database Type Attributes

2017-09-15 Thread Mike Bayer
On Thu, Sep 14, 2017 at 11:35 PM, Philip Martin wrote: > Mike, thanks for the prompt response and all of your work on the library. > Looking over the generic_repr again it now looks more general. While not > according for positional arguments, probably something like

Re: [sqlalchemy] Database Type Attributes

2017-09-14 Thread Philip Martin
Mike, thanks for the prompt response and all of your work on the library. Looking over the generic_repr again it now looks more general. While not according for positional arguments, probably something like what I have below seems to work. I'm guessing by design we should expect the parameter

Re: [sqlalchemy] Database Type Attributes

2017-09-14 Thread Mike Bayer
On Thu, Sep 14, 2017 at 10:49 AM, Philip Martin wrote: > We have several third-party vendors that provide us with large, normalized > schema (100+) tables. I am looking to quickly discover probable foreign keys > based on a column's name and data type attributes. > >

[sqlalchemy] Database Type Attributes

2017-09-14 Thread Philip Martin
We have several third-party vendors that provide us with large, normalized schema (100+) tables. I am looking to quickly discover probable foreign keys based on a column's name and data type attributes. For the data type attributes, I am looking to extract any attribute values set on the data