search for: next_upd

Displaying 2 results from an estimated 2 matches for "next_upd".

Did you mean: next_uid
2011 Jan 20
1
[PATCH] Don't display a progress bar if stderr isn't on a tty
...print STDERR user_message(__x("Transferring storage volume {name}: ". + "{size} bytes", + name => $src->get_name(), + size => $expected)); + } + my $next_update = 0; for (;;) { my $buf = $src_s->read(4 * 1024 * 1024); @@ -137,12 +148,15 @@ sub _volume_copy $total += length($buf); $dst_s->write($buf); - $next_update = $progress->update($total) if ($total > $next_update); + $next_update = $progre...
2006 Jul 01
0
activerecord generating wrong syntax with postgresql
...TUS_VALID.to_s has_many :certificates, :class_name => ''Certificate'', :foreign_key => ''issuer_id'' has_many :current_crl, :class_name => ''CRL'', :finder_sql => ''SELECT id, issuer_id, last_update, MAX(next_update) '' + ''AS next_update FROM crls GROUP BY id'' end end end