/[SQLSession]/trunk/lib/SQLSession/Model/Query.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/SQLSession/Model/Query.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29 by dpavlin, Thu Dec 7 22:13:56 2006 UTC revision 31 by dpavlin, Thu Dec 7 23:22:41 2006 UTC
# Line 31  use SQLSession::Record schema { Line 31  use SQLSession::Record schema {
31                  label is 'Note',                  label is 'Note',
32                  render as 'textarea',                  render as 'textarea',
33                  since 0.0.2;                  since 0.0.2;
34            
35            column visible =>
36                    type is 'boolean',
37                    default is 1,
38                    since 0.0.3;
39  };  };
40    
41  # Your model-specific methods go here.  # Your model-specific methods go here.

Legend:
Removed from v.29  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26