[sqlalchemy] Doubt about UnicodeText

2010-01-18 Thread Tomas Zulberti
de, so I don't understand why the exception is raised... Thanks in advance, Tomas Zulberti pd: I am using sqlalchemy 0.5.8. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalch...@googlegroups.c

[sqlalchemy] Re: Select "as"

2009-11-17 Thread Tomas Zulberti
On Nov 16, 5:15 pm, Conor wrote: > Tomas Zulberti wrote: > > Hi. I am sort of a newbie on SQLAlchemy. Is there a way to do a query > > with the ORM, and doing an "as" on the select. > > > For example: > > > class Example(Base): > >

[sqlalchemy] Select "as"

2009-11-16 Thread Tomas Zulberti
Hi. I am sort of a newbie on SQLAlchemy. Is there a way to do a query with the ORM, and doing an "as" on the select. For example: class Example(Base): name = Column(Unicode(512) ) query = session.query(Example.name AS "foo") query.all() Thanks in advance.. --~--~-~--~~---

[sqlalchemy] Testing and version 0.5.4

2009-06-08 Thread Tomas Zulberti
stion are: -> Is the documentation of fixture old, and it is working with 0.5? -> Which frameworks are you using for filling the database? Thanks in advance, Tomas Zulberti --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go