diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-19 04:49:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-19 04:49:48 +0000 |
commit | fb14c6da71cbfa5ecc411274ab6c5d0c9f29a300 (patch) | |
tree | 822465e520b8353e854131aa48869d24066e797d /scripts/README | |
parent | 5d8aa2f4433b88343b587f333953a6efb61c9250 (diff) |
Encapsulate a lot of sql_fetch*() calls
svn path=/scripts/README; revision=1322
Diffstat (limited to 'scripts/README')
-rw-r--r-- | scripts/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/README b/scripts/README index d3725e0e..5ecb35bd 100644 --- a/scripts/README +++ b/scripts/README @@ -161,9 +161,9 @@ Current TO DO list: Considerations (1) and (3) have to dominate, which may mean we take a hit on (2). -- More dumb little methods missing: objects on the many side of a - one-to-many relationship should have convenience methods for - retrieving their parents. Too many explicit calls to sql_fetch(). +- Most of the explicit calls to sql_fetch*() are now encapsulated in + one-line methods. The remaining ones are probably hints at minor + bits of abstraction still to be done. - Need a logging subsystem, including syslog support. Absent a better plan, see the Python syslog module. |