| Bug #45061 | preparedstatement test fails with "not ok 9 - preparedstatement::getWarnings..." | ||
|---|---|---|---|
| Submitted: | 25 May 2009 7:53 | Modified: | 17 Aug 2010 15:16 |
| Reporter: | Sveta Smirnova | Email Updates: | |
| Status: | Closed | ||
| Category: | Connector/C++ | Severity: | S2 (Serious) |
| Version: | 1.0.5 | OS: | Any (Mac OS X, Linux) |
| Assigned to: | Lawrin Novitsky | Target Version: | |
| Triage: | Needs Triage: D2 (Serious) | ||
[25 May 2009 7:53]
Sveta Smirnova
[25 May 2009 7:55]
Sveta Smirnova
Found when tried to verify bug #45048. Probably this is duplicate.
[26 May 2009 13:16]
Ulf Wendel
Feature request -
mysql_warning.cpp
/*
* TODO: implement it. Probably it's not the right place for this function
*/
const sql::SQLString &
errCode2SqlState(int /* errCode */)
{
static const sql::SQLString state("");
return state;
}
[17 Aug 2010 15:16]
Lawrin Novitsky
I believe that is fixed in trunk already
