[sqlalchemy] convert_unicode=True returns 'str' type instead of 'unicode' type

2007-02-13 Thread michi
'str' ### end code Why is the result of type str? Thanks, --Michi --~--~-~--~~~---~--~~ 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

[sqlalchemy] Re: convert_unicode=True returns 'str' type instead of 'unicode' type

2007-02-13 Thread michi
Hi Michael, Thank you for your response. I have one question: 1. By constructed SQL, do you mean something like select * from table_name? If that's the case, I tried it, and it still returns str. Again, thank you for your quick response, --Michi On Feb 13, 2:44 pm, Michael Bayer [EMAIL

[sqlalchemy] Re: convert_unicode=True returns 'str' type instead of 'unicode' type

2007-02-13 Thread michi
I see, I'll give it a try. Thank you! --Michi On Feb 13, 4:05 pm, Michael Bayer [EMAIL PROTECTED] wrote: i mean like, t = Table(sometable, metadata, Column(...)) s = select([t], t.c.somecol==5) thats constructed SQL. constructed SQL has some support for literal strings. you should