Sorry that dosn't work.
I try:
engine = create_engine('sqlite:///tutorial_sqlalchemy05.sqlite',
convert_unicode=True) No.
u"xxx" No.
Combination... No
Am Sonntag, den 26.10.2008, 15:32 -0400 schrieb Michael Bayer:
> use the Unicode type instead of the String type, or alternatively
> set
> convert_unicode=True on your create_engine() call.
>
> On Oct 26, 2008, at 2:23 PM, dunkelgruen wrote:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---