On Tue, Feb 2, 2010 at 12:19 PM, Frank <[email protected]> wrote:
>> The other thing is it doesn't have row-based permissions, only
>> table-based. Unless it was added in PostgreSQL 8.4. Although I suppose
>> you can mimic row-based permissions in a stored procedure.
>
> I know I'm a bit off-topic but does SQLAlchemy allows for row-based
> permissions?

Permissions are handled by the database engine, not SQLAlchemy.
SQLAlchemy is just a front end for passing SQL statements to the
database.

You pretty much have to go to commercial database engines for
row-based permissions at tjios. MySQL might have it in one of its
backends somewhere. SQLite does not have any permission restrictions,
although it's subject to the filesystem permissions of the database
file.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to