Re: [sqlalchemy] Row level permissions

2014-09-22 Thread Jonathan Vanasco
On Monday, September 22, 2014 5:00:26 PM UTC-4, Brian the Lion wrote: > > > In my scheme, I think there's a role both for silent omission and > error-throwing. For example, getting a list of all managed objects' primary > keys should silently omit objects that the caller doesn't have permission

Re: [sqlalchemy] Row level permissions

2014-09-22 Thread Brian the Lion
All, Sorry to resurrect a long-dead thread here, but this seems to have been left dangling precariously close to becoming productive. ;-) Seriously, though, there have been a couple of

Re: [sqlalchemy] Row level permissions

2011-05-19 Thread Michael Bayer
On May 19, 2011, at 1:16 PM, Matthias wrote: > Hello, > > I want to secure my entities on an object-by-object basis. I.e. something > like row level permissions. > > So I found http://www.sqlalchemy.org/trac/wiki/UsageRecipes/PreFilteredQuery > which seems to proof that something like this is

[sqlalchemy] Row level permissions

2011-05-19 Thread Matthias
Hello, I want to secure my entities on an object-by-object basis. I.e. something like row level permissions. So I found http://www.sqlalchemy.org/trac/wiki/UsageRecipes/PreFilteredQuery which seems to proof that something like this is possible with sqlalchemy. On the other hand it seems