/[SQLSession]/trunk/lib/SQLSession/Action/DoSQL.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/Action/DoSQL.pm

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

revision 5 by dpavlin, Sat Dec 2 14:00:51 2006 UTC revision 6 by dpavlin, Sat Dec 2 21:17:46 2006 UTC
# Line 27  use Jifty::Action schema { Line 27  use Jifty::Action schema {
27                  available are defer {                  available are defer {
28                          my $dbs = SQLSession::Model::DatabaseCollection->new;                          my $dbs = SQLSession::Model::DatabaseCollection->new;
29                          $dbs->unlimit;                          $dbs->unlimit;
30                          warn "dbs = ",dump($dbs->items_array_ref);                          [{
                         return [{  
31                                  display_from => 'name',                                  display_from => 'name',
32                                  value_from => 'name',                                  value_from => 'name',
33                                  collection => $dbs,                                  collection => $dbs,

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26