[Jifty-commit] jifty-dbi branch, master, updated. 0.60-5-g16dc121

Jifty commits jifty-commit at lists.jifty.org
Tue Apr 6 19:22:06 EDT 2010


The branch, master has been updated
       via  16dc121b6b5f13de220f3d0e18a7ac0608a11c51 (commit)
       via  aac2336f0e326df1a639a43027a6e590cb540652 (commit)
      from  5cdc9e000728ba2f0a7a35190cabf26beaf1aa04 (commit)

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

- Log -----------------------------------------------------------------
commit aac2336f0e326df1a639a43027a6e590cb540652
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Apr 6 19:21:28 2010 -0400

    Typo fix

diff --git a/lib/Jifty/DBI/Schema.pm b/lib/Jifty/DBI/Schema.pm
index 4e46217..1df27cc 100644
--- a/lib/Jifty/DBI/Schema.pm
+++ b/lib/Jifty/DBI/Schema.pm
@@ -550,7 +550,7 @@ Synonym for C<references>.
 =head2 by
 
 Helper for C<references>.  Used to specify what column name should be
-used in the referenced model.  See the documentation for C<references>e
+used in the referenced model.  See the documentation for C<references>.
 
 =head2 type
 

commit 16dc121b6b5f13de220f3d0e18a7ac0608a11c51
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Tue Apr 6 19:21:30 2010 -0400

    More on "virtual"

diff --git a/lib/Jifty/DBI/Schema.pm b/lib/Jifty/DBI/Schema.pm
index 1df27cc..5039fd8 100644
--- a/lib/Jifty/DBI/Schema.pm
+++ b/lib/Jifty/DBI/Schema.pm
@@ -629,7 +629,8 @@ Correct usage is C<is distinct>.
 =head2 virtual
 
 Declares that a column is not backed by an actual column in the
-database, but is instead computed on-the-fly.
+database, but is instead computed on-the-fly. This is usually
+used to have a column whose value is a collection.
 
 =head2 sort_order
 

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


More information about the Jifty-commit mailing list