Hello,
I have some questions about the way validators are used in SQLObject
(r1457 py2.4).
I'm using web forms to populate a DB (Sqlite), so all inputs are string.
Suppose I have 3 columns in a table: a FloatCol, a CurrencyCol and a DateCol.
Storing something in the DateCol is easy: if it is a "
David Faure wrote:
> And given that the Aggregates table will obviously always be used this way
> (updating a total), being able to set lockRows=true once and for all in the
> definition of that table makes sense to me; more than having to remember to
> pass "lock the rows" in each and every opera