[Chicago] Random book notes
Jess Balint
jbalint at gmail.com
Fri May 5 18:23:29 CEST 2006
What kind of data sanity checking are you talking about? Application-level
checks are usually done with input-level validation and relationships are
check by foreign key constraints in the db.
-----Original Message-----
From: chicago-bounces at python.org [mailto:chicago-bounces at python.org] On
Behalf Of Martin Maney
one of the things I find disappointing about Django's ORM (and others):
they do too much of the data sanity checking only in the ORM/framework,
and treat the database mostly as a dumb filesystem to hold their data.)
More information about the Chicago
mailing list