On Jan 23, 2008, at 3:01 PM, Jonathon Anderson wrote:

>
> What do you mean by textual strings? Do you mean strings backed by a
> TEXT type, rather than a fixed-length string?
>
> Why won't that work?

no, i mean:

result = engine.execute("select * from table")

will not work with any TypeEngine or TypeDecorators in place.

as opposed to :

result = engine.execute(table.select())

which *will* work with all the types in place.

--~--~---------~--~----~------------~-------~--~----~
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