* Fix for issue #1043 The fix for this issue was partially implemented in development branch. However, there are still some issue, that were not covered: 1. The std::string overload will sets SQL_LONGVARCHAR as fSqlType if the output parameter is of type VARCHAR(MAX) 2. The UTF16String overload of bind method: a) always resolves fSqlType using the size of formal parameter const std::string& val. b) allocates half of the size of the SP's output parameter. 3. The _utf16Strings member is not sychronized in Binder::synchronize() method. 4. The _utf16Strings member is not reset in Binder::reset() method. * Fixed compiler error for GCC Fixed compiler error caused by improper getting of UTF16String length in Binder::synchronize() * Fix input param initialization in unit test
POCO C++ Libraries
Build Status
POrtable COmponents C++ Libraries are:
- A collection of C++ class libraries, conceptually similar to the Java Class Library, the .NET Framework or Apple’s Cocoa.
- Focused on solutions to frequently-encountered practical problems.
- Focused on ‘internet-age’ network-centric applications.
- Written in efficient, modern, 100% ANSI/ISO Standard C++.
- Based on and complementing the C++ Standard Library/STL.
- Highly portable and available on many different platforms.
- Open Source, licensed under the Boost Software License.
To start using POCO, see the Guided Tour and Getting Started documents.
POCO has an active user and contributing community, please visit our web site, forum and blog. Answers to POCO-related questions can also be found on Stack Overflow.
Please see CONTRIBUTING for submitting contributions, bugs reports, feature requests or security issues.
In regards to Boost, in spite of some functional overlapping, POCO is best thought of as a Boost complement (rather than replacement). Side-by-side use of Boost and POCO is a very common occurrence.
When contributing to POCO, please adhere to our guidelines.
All text file line endings in the repository must be Unix-style (LF). This includes Visual Studio project and solution files (.sln, .vcproj, .vcxproj, .vcxproj.filters).