/[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 101 by dpavlin, Mon Feb 5 21:31:02 2007 UTC revision 102 by dpavlin, Fri Feb 16 23:40:21 2007 UTC
# Line 52  use SQLSession::Record schema { Line 52  use SQLSession::Record schema {
52                  default is defer { DateTime->now },                  default is defer { DateTime->now },
53                  filters are 'Jifty::DBI::Filter::DateTime',                  filters are 'Jifty::DBI::Filter::DateTime',
54                  since '0.0.6';                  since '0.0.6';
55            
56            column parent =>
57                    refers_to SQLSession::Model::Query by 'id',
58                    label is 'Originator query',
59                    indexed,
60                    since '0.0.7';
61    
62  };  };
63    
64    sub since { '0.0.1' }
65    
66  # Your model-specific methods go here.  # Your model-specific methods go here.
67    
68  sub current_user_can {  sub current_user_can {

Legend:
Removed from v.101  
changed lines
  Added in v.102

  ViewVC Help
Powered by ViewVC 1.1.26