Changes between Version 2 and Version 3 of Recipes/DeferredColumns
- Timestamp:
- 02/27/08 16:19:01 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Recipes/DeferredColumns
v2 v3 40 40 }}} 41 41 42 ==== =Discussion ====42 ==== Discussion ==== 43 43 The members of the 'deferreds' group will be queried along with the itemnmbr and itemdesc. This is helpful when you have multiple deferred columns as accessing a singly deferred column creates an isolated sql call. Using the original example, to get the values of all 4 columns, would require 3 sql calls. One call for the itemnmbr, itemdesc and then a separate call each for the two remaining attributes. 44 44
