Re: [sqlalchemy] preventing columns from being returned or accessed, but allowing them to be used in filters for serverside comparisons?

2017-11-15 Thread Mike Bayer
On Wed, Nov 15, 2017 at 3:49 PM, Jonathan Vanasco wrote: > This is a bit of an odd request, but here goes: > > A table in postgresql has some columns with sensitive data which should be > secured against visibility by one of our applications (we use a central > SqlAlchemy

[sqlalchemy] preventing columns from being returned or accessed, but allowing them to be used in filters for serverside comparisons?

2017-11-15 Thread Jonathan Vanasco
This is a bit of an odd request, but here goes: A table in postgresql has some columns with sensitive data which should be secured against visibility by one of our applications (we use a central SqlAlchemy model for multiple applications) Currently we use an environment var to determine if the