We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c354d commit ab2cddeCopy full SHA for ab2cdde
README.rdoc
@@ -126,7 +126,7 @@ sum cache that sums the length of a string column.
126
127
Arguments:
128
main_table :: name of table holding counter cache column
129
-main_table_id_column :: column in main table matching counted_table_id_column in counted_table
+main_table_id_column :: column in main table matching summed_table_id_column in summed_table
130
sum_column :: column in main table containing the sum cache
131
summed_table :: name of table being summed
132
summed_table_id_column :: column in summed_table matching main_table_id_column in main_table
0 commit comments