mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-23 22:03:33 -06:00
*Sql: GCC compile fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2671 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
944c637304
commit
513db5ba87
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class SqlRaw : public String, AssignValueTypeNo<SqlRaw, SQLRAW_V> {
|
|||
public:
|
||||
operator Value() const { return RawValue<SqlRaw>(*this); }
|
||||
SqlRaw(const Value& q)
|
||||
: String(IsNull(q) ? NULL :
|
||||
: String(IsNull(q) ? String() :
|
||||
IsString(q) ? String(q) :
|
||||
String(RawValue<SqlRaw>::Extract(q))) {}
|
||||
SqlRaw(const String& s) : String(s) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue