/[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 1 by dpavlin, Fri Dec 1 23:48:06 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    
8  use SQLSession::Record schema {  use SQLSession::Record schema {
9          column name =>          column name =>
10                  type is 'text',                  type is 'text',
11                    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.1  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.26