mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 16:37:13 +01:00
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
This commit is contained in:
commit
33998a2156
@ -172,8 +172,7 @@ void ResultMetadata::init(MYSQL_STMT* stmt)
|
||||
{for (std::size_t i = 0; i < count; i++)
|
||||
{
|
||||
std::size_t size = fieldSize(fields[i]);
|
||||
std::size_t zero = 0;
|
||||
if (size == ~zero) size = 0;
|
||||
if (size == 0xFFFFFFFF) size = 0;
|
||||
|
||||
_columns.push_back(MetaColumn(
|
||||
i, // position
|
||||
|
@ -65,6 +65,8 @@ AAAIntroduction
|
||||
|
||||
- Compiling POCO on Windows without #define POCO_WIN32_UTF8 is deprecated and will
|
||||
lead to diagnostic messages while compiling.
|
||||
- Support (project and solution files) for MS Visual Studio 2003 and 2005 has been
|
||||
removed; the oldest officially supported VS version is 2008 (MSVC version 9.0).
|
||||
|
||||
|
||||
!!!Release 1.5.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user