Comment 6 for bug 709527

Revision history for this message
James Henstridge (jamesh) wrote :

Just to follow up, consider the following example:

    >>> from storm.locals import *
    >>> db = create_database("sqlite:memory")
    >>> store = Store(db)
    >>> store.execute("SELECT ? = ?", ('foo', u'foo')).get_one()
    (0,)