/[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

trunk/lib/SQLSession/Model/Page.pm revision 14 by dpavlin, Sun Dec 3 13:45:00 2006 UTC trunk/lib/SQLSession/Model/Query.pm revision 15 by dpavlin, Sun Dec 3 14:01:53 2006 UTC
# Line 1  Line 1 
1  use strict;  use strict;
2  use warnings;  use warnings;
3    
4  package SQLSession::Model::Page;  package SQLSession::Model::Query;
5  use Jifty::DBI::Schema;  use Jifty::DBI::Schema;
6  use SQLSession::Model::Database;  use SQLSession::Model::Database;
7    
# Line 10  use SQLSession::Record schema { Line 10  use SQLSession::Record schema {
10                  type is 'text',                  type is 'text',
11                  label is 'Name of query',                  label is 'Name of query',
12                  distinct,                  distinct,
13                  hints is 'Short name of this page',                  hints is 'Short name for this query',
14                  mandatory;                  mandatory;
15    
16          column sql_query =>          column sql_query =>

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

  ViewVC Help
Powered by ViewVC 1.1.26