/[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 15 by dpavlin, Sun Dec 3 14:01:53 2006 UTC revision 17 by dpavlin, Sun Dec 3 14:46:08 2006 UTC
# Line 22  use SQLSession::Record schema { Line 22  use SQLSession::Record schema {
22                  render as 'textarea';                  render as 'textarea';
23                    
24          column on_database =>          column on_database =>
25                  refers_to SQLSession::Model::Database by 'name';                  refers_to SQLSession::Model::Database,
26                    label is 'on database',
27                    mandatory;
28  };  };
29    
30  # Your model-specific methods go here.  # Your model-specific methods go here.

Legend:
Removed from v.15  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26