On Wednesday, July 9, 2014 9:56:14 PM UTC-4, Frank Liou wrote:
>
> why get not the same result?
>


There is no reason why the example you gave would insert that value.  

You need to make a standalone script that shows this error happening in 
SqlAlchemy.  

If you can't reproduce the error, then no one can help you.

Look at this test script I made for your example:

 • https://gist.github.com/jvanasco/2ff0b9a31ac45198a060

It generates this SQL transaction, and shows everything working as-expected 
:

2014-07-10 11:20:29,707 INFO sqlalchemy.engine.base.Engine COMMIT
2014-07-10 11:20:29,707 INFO sqlalchemy.engine.base.Engine BEGIN (implicit)
2014-07-10 11:20:29,708 INFO sqlalchemy.engine.base.Engine INSERT INTO 
friends(name) VALUES(?)
2014-07-10 11:20:29,708 INFO sqlalchemy.engine.base.Engine ('MTIzNDU2Nw==',)
2014-07-10 11:20:29,708 INFO sqlalchemy.engine.base.Engine ROLLBACK


-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to