mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-08 21:10:02 +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:
@@ -402,6 +402,8 @@
|
||||
RelativePath=".\src\SessionImpl.cpp"/>
|
||||
<File
|
||||
RelativePath=".\src\StatementExecutor.cpp"/>
|
||||
<File
|
||||
RelativePath=".\src\Utility.cpp"/>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
@@ -427,6 +429,8 @@
|
||||
RelativePath=".\include\Poco\Data\MySQL\SessionImpl.h"/>
|
||||
<File
|
||||
RelativePath=".\include\Poco\Data\MySQL\StatementExecutor.h"/>
|
||||
<File
|
||||
RelativePath=".\include\Poco\Data\MySQL\Utility.h"/>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
|
Reference in New Issue
Block a user