Compiles, links and runs (functionality not tested)
This commit is contained in:
parent
04723a289b
commit
6a97c0447a
48 changed files with 224 additions and 149 deletions
|
|
@ -44,7 +44,7 @@ Value::operator Oid() const
|
|||
return operator int();
|
||||
}
|
||||
|
||||
Value::operator __int64() const
|
||||
Value::operator long long() const
|
||||
{
|
||||
return std::strtoull(m_val, nullptr, 10);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue