comparison OrthancServer/DatabaseWrapper.cpp @ 741:913179bc7cc5

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Mar 2014 10:50:53 +0100
parents 4439091f50d3
children 1cd3ec544039
comparison
equal deleted inserted replaced
740:4439091f50d3 741:913179bc7cc5
585 585
586 result.clear(); 586 result.clear();
587 587
588 while (s.Step()) 588 while (s.Step())
589 { 589 {
590 result.push_back(s.ColumnInt(0)); 590 result.push_back(s.ColumnInt64(0));
591 } 591 }
592 } 592 }
593 593
594 594
595 void DatabaseWrapper::LogChange(ChangeType changeType, 595 void DatabaseWrapper::LogChange(ChangeType changeType,