mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.removed DUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@7755 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e31df73a27
commit
f278bf1b8f
1 changed files with 0 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ String MakeSqlValue(int code, T& value)
|
|||
template <class T>
|
||||
T ReadSqlValue(T& x, const char *&s) {
|
||||
memcpy(&x, s, sizeof(T));
|
||||
DUMPHEX(String(s, sizeof(T)));
|
||||
s += sizeof(T);
|
||||
return x;
|
||||
}
|
||||
|
|
@ -373,7 +372,6 @@ String SqlFormat(Date x)
|
|||
|
||||
String SqlFormat(Time x)
|
||||
{
|
||||
DUMPHEX(MakeSqlValue(SQLC_TIME, x));
|
||||
return MakeSqlValue(SQLC_TIME, x);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue