ok thats fixed in r3334.

pushes my nice speed test back over the 1M function call mark .... :(


On Aug 16, 2007, at 1:36 PM, Christophe de VIENNE wrote:

> from sqlalchemy import *
>
> e = create_engine("sqlite:///", echo=True)
> m = MetaData(e)
>
> t = Table("test", m,
>     Column('test', String(convert_unicode=True)))
> t.create()
>
> m.bind.execute(t.insert(), dict(test=u'hello'))
> m.bind.execute(t.insert(), dict(test=u''))


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