/[pgdiff]/Pg/Scheme.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 /Pg/Scheme.pm

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

revision 1.4 by dpavlin, Tue Oct 28 18:56:55 2003 UTC revision 1.5 by dpavlin, Fri Oct 31 11:19:47 2003 UTC
# Line 122  sub explain { Line 122  sub explain {
122          WHERE adrelid = ? and adnum=?          WHERE adrelid = ? and adnum=?
123          ";          ";
124    
125          my @cols;       # all colums (for insert)          my @cols;       # all columns (for insert)
126          my @cols_null;  # colums compared by a=b or a is null and b is null          my @cols_null;  # columns compared by a=b or a is null and b is null
127          my @cols_notnull;# colums compared by a=b          my @cols_notnull;# columns compared by a=b
128    
129          my $sth = $self->{'dbh'}->prepare($sql);          my $sth = $self->{'dbh'}->prepare($sql);
130          my $sth_def = $self->{'dbh'}->prepare($sql_def);          my $sth_def = $self->{'dbh'}->prepare($sql_def);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26