From 16730fdbd0ab630320aba225314aa6a1a3b450fe Mon Sep 17 00:00:00 2001 From: Nick Kallen Date: Tue, 13 May 2008 16:53:36 -0700 Subject: fixed defect in alias --- doc/TODO | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/TODO b/doc/TODO index 752579d229..00a8ce4e4d 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,11 +1,9 @@ todo: -- Explicitly model recursive structural decomposition / polymorphism -- Explicitly model the namer/externalizer using interpreter jargon -- All Sql Strategies should be accumulations with the top-level relation? -- lock - - SELECT suchandsuch FOR UPDATE +- instance methodify externalize +- test: find_attribute_given_attribute and all @attribute ||= everywhere and memoization of table class. - rename select to where - and/or w/ predicates +- blocks for joins - cache expiry on write - rewrite of arecord querycache test in light of this - scoped writes @@ -65,6 +63,9 @@ done: - fix complex joining cases: - active record query adapter - anonymous table names +- Explicitly model recursive structural decomposition / polymorphism +- Explicitly model the namer/externalizer using interpreter jargon +- All Sql Strategies should be accumulations with the top-level relation? icebox: - #bind in Attribute and Expression should be doing a descend? @@ -76,4 +77,6 @@ icebox: - rename the tion (Selection) classes so that words that don't end in tion don't seem inconsistent - consider this code from has_many: # replace the SELECT clause with COUNT(*), preserving any hints within /* ... */ - @reflection.options[:counter_sql] = @reflection.options[:finder_sql].sub(/SELECT (\/\*.*?\*\/ )?(.*)\bFROM\b/im) { "SELECT #{$1}COUNT(*) FROM" } \ No newline at end of file + @reflection.options[:counter_sql] = @reflection.options[:finder_sql].sub(/SELECT (\/\*.*?\*\/ )?(.*)\bFROM\b/im) { "SELECT #{$1}COUNT(*) FROM" } +- lock + - SELECT suchandsuch FOR UPDATE -- cgit v1.2.3