[SQLObject] Setting Conditions in a Table
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: luis c. <lo....@gm...> - 2007-08-28 17:02:30
|
Is it possible to set conditions on a table entry? For example, if you have a data set with these cols: ts = DateTimeCol () // time stamp id_str = StringCol // string identifier Can I create a condition that forces the ts/id_str combination within each row to be unique? Thanks! - Luis |