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

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

revision 79 by dpavlin, Mon Jan 29 20:46:20 2007 UTC revision 84 by dpavlin, Tue Jan 30 14:08:47 2007 UTC
# Line 55  under qr{sql/(\d+)} => run { Line 55  under qr{sql/(\d+)} => run {
55  under 'list' => [  under 'list' => [
56    
57          on qr{database/(\d+)} => run {          on qr{database/(\d+)} => run {
58                  set database_id => $1;                  set on_database => $1;
59          },          },
60    
61          show '/list',          show '/list',

Legend:
Removed from v.79  
changed lines
  Added in v.84

  ViewVC Help
Powered by ViewVC 1.1.26