mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-12 22:36:54 +02:00
MySQL fixes/additions/improvements
- fixed GH #187: MySQL: allow access to the underlying connection handle - added GH #186: MySQL: support for MYSQL_SECURE_AUTH - fixed GH #174: MySQL: 4GB allocated when reading any largetext or largeblob field
This commit is contained in:
@@ -286,6 +286,7 @@
|
||||
<ClCompile Include="src\SessionHandle.cpp" />
|
||||
<ClCompile Include="src\SessionImpl.cpp" />
|
||||
<ClCompile Include="src\StatementExecutor.cpp" />
|
||||
<ClCompile Include="src\Utility.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\Poco\Data\MySQL\Binder.h" />
|
||||
@@ -298,6 +299,7 @@
|
||||
<ClInclude Include="include\Poco\Data\MySQL\SessionHandle.h" />
|
||||
<ClInclude Include="include\Poco\Data\MySQL\SessionImpl.h" />
|
||||
<ClInclude Include="include\Poco\Data\MySQL\StatementExecutor.h" />
|
||||
<ClInclude Include="include\Poco\Data\MySQL\Utility.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets" />
|
||||
|
Reference in New Issue
Block a user