Must use stringy GUIDs to compare in Summarizer.
This commit is contained in:
parent
f1968c9d40
commit
92841f2bf5
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ sub execute {
|
|||
my $endTime = time() + $self->getTTL;
|
||||
my $deltaInterval = $self->get('deltaInterval');
|
||||
|
||||
my $passive = 'select * from passiveLog where userId <> 1 order by userId, sessionId, timeStamp';
|
||||
my $passive = q{select * from passiveLog where userId <> '1' order by userId, sessionId, timeStamp};
|
||||
my $sth;
|
||||
my $lastUserId;
|
||||
my $lastSessionId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue