On Apr 27, 2:34 pm, "Paul Hemans" <dar...@nowhere.com> wrote:

[snip]

> exists = session.query(schema.BILLS).filter(schema.BILLS.REFNO==u"1")
> if exists.count == 0:
>     entry.REFNO = u"1"
>     entry.THRDPTY = u"""C5"""
>     entry.AMOUNT = 0
>     entry.TIMESTAMP = 0
>     entry.ALLOCATED = 0
>     session.add(entry)

ἐδάκρυσεν ὁ Ἰησοῦς
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to