Hi,

> Yesterday I was searching this group and the SA 5.0 doc to get something
> working. Somewere I came across an option to specify the columnames to
> return

You can specify the column names as part of the query, like
session.query(User.name, User.phone).

>             Filename, permissions and the "size of" Store
>
>
>
> I think I need func from sqlalchemy.sql but whatever I try I cannot find any
> sizeof or alike, I know MySQL has something like that.

func.length()

Michael

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

Reply via email to