| 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 | Impact on me: | |
| Category: | Connector / C++ | Severity: | S2 (Serious) |
| Version: | 1.0.5 | OS: | Any (Mac OS X, Linux) |
| Assigned to: | Lawrenty Novitsky | CPU Architecture: | Any |
[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]
Lawrenty Novitsky
I believe that is fixed in trunk already
