mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
-Oracle: silly typo fixed, thanks to tojocky (WSTRING_V / STRING_V variant in OCI8Connection::SetParam)
git-svn-id: svn://ultimatepp.org/upp/trunk@2532 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b2eab2752f
commit
ed1a718407
1 changed files with 2 additions and 2 deletions
|
|
@ -346,10 +346,10 @@ void OCI8Connection::SetParam(int i, const Value& q) {
|
|||
SetRawParam(i, SqlRaw(q));
|
||||
break;
|
||||
case STRING_V:
|
||||
SetParam(i, WString(q));
|
||||
SetParam(i, String(q));
|
||||
break;
|
||||
case WSTRING_V:
|
||||
SetParam(i, String(q));
|
||||
SetParam(i, WString(q));
|
||||
break;
|
||||
case BOOL_V:
|
||||
case INT_V:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue