Re: [sqlalchemy] How to inspect filters

2019-06-23 Thread Mike Bayer
On Sun, Jun 23, 2019, at 5:45 PM, Andrew Martin wrote: > I have a generic CRUDService for my web app. It's a pattern that was loosely > suggested to me by Mike a while back. I've probably not implemented it the > way he intended, but it works pretty well in a pretty small amount of code. > >

[sqlalchemy] How to inspect filters

2019-06-23 Thread Andrew Martin
I have a generic CRUDService for my web app. It's a pattern that was loosely suggested to me by Mike a while back. I've probably not implemented it the way he intended, but it works pretty well in a pretty small amount of code. The main work, however, that needs to be done is in the read_all