[Jifty-commit] jifty-dbi branch, master, updated. 0.60-16-ge9b89ae

Jifty commits jifty-commit at lists.jifty.org
Wed May 19 04:37:00 EDT 2010


The branch, master has been updated
       via  e9b89ae142db79d61d2ac648b7cd1e8edaab10f3 (commit)
      from  0a127dd881da91a32f9a92f3115a69521de3eb23 (commit)

Summary of changes:
 lib/Jifty/DBI/Schema.pm |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit e9b89ae142db79d61d2ac648b7cd1e8edaab10f3
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed May 19 17:37:22 2010 +0900

    Doc for computed, update virtual's doc

diff --git a/lib/Jifty/DBI/Schema.pm b/lib/Jifty/DBI/Schema.pm
index 5039fd8..f7a4906 100644
--- a/lib/Jifty/DBI/Schema.pm
+++ b/lib/Jifty/DBI/Schema.pm
@@ -628,9 +628,16 @@ Correct usage is C<is distinct>.
 
 =head2 virtual
 
+Used to declare that a column references a collection, which hides
+it from many parts of Jifty. You probably do not want to set this manually,
+use C<references> instead.
+
+=head2 computed
+
 Declares that a column is not backed by an actual column in the
-database, but is instead computed on-the-fly. This is usually
-used to have a column whose value is a collection.
+database, but is instead computed on-the-fly using a method written by
+the application author. Such columns cannot (yet) be used in searching,
+sorting, and so on, only inspected on an individual record.
 
 =head2 sort_order
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list