mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-10 11:35:28 +01:00
453d5248f1
* fix : loop on sessionimpl->close if impl is sqlite and sqlite_close return SQLITE_BUSY * fix : loop on sessionimpl->close if impl is sqlite and sqlite_close return SQLITE_BUSY, try 50 times with 100ms sleeping * bug : into current implementation od path_unix.cpp I can't use simbol $ like a simbol, not a variable prefix, for example, I need to use path /home/user/O1$$/folder. I propose to use escape sequence for this, for ex., if I want to use Poco::Glob, I can do std::set<std::string> files; std::string path = "/home/user/O1$$/folder" Poco::replaceInPlace(path, "$", "\\$"); Poco::Glob::glob(path, files); * fix : loop on sessionimpl->close if impl is sqlite and sqlite_close return SQLITE_BUSY, try 50 times with 100ms sleeping (fix code style) bug : into current implementation od path_unix.cpp I can't use simbol $ like a simbol, not a variable prefix, for example, I need to use path /home/user/O1$$/folder. I propose to use escape sequence for this, for ex., if I want to use Poco::Glob, I can do std::set<std::string> files; std::string path = "/home/user/O1$$/folder" Poco::replaceInPlace(path, "$", "\\$"); Poco::Glob::glob(path, files); add test * fix : try to finalize stmt if its busy (on close session) * fix : try to finalize stmt if its busy (on close session) |
||
---|---|---|
.. | ||
cmake | ||
include/Poco | ||
samples | ||
src | ||
testsuite | ||
wcelibcex-1.0 | ||
CMakeLists.txt | ||
extradirs | ||
Foundation_CE_vs90.sln | ||
Foundation_CE_vs90.vcproj | ||
Foundation_vs90.sln | ||
Foundation_vs90.vcproj | ||
Foundation_vs100.sln | ||
Foundation_vs100.vcxproj | ||
Foundation_vs100.vcxproj.filters | ||
Foundation_vs110.sln | ||
Foundation_vs110.vcxproj | ||
Foundation_vs110.vcxproj.filters | ||
Foundation_vs120.sln | ||
Foundation_vs120.vcxproj | ||
Foundation_vs120.vcxproj.filters | ||
Foundation_vs140.sln | ||
Foundation_vs140.vcxproj | ||
Foundation_vs140.vcxproj.filters | ||
Foundation_vs150.sln | ||
Foundation_vs150.vcxproj | ||
Foundation_vs150.vcxproj.filters | ||
Foundation_WEC2013_vs110.sln | ||
Foundation_WEC2013_vs110.vcxproj | ||
Foundation_WEC2013_vs110.vcxproj.filters | ||
Foundation_WEC2013_vs120.sln | ||
Foundation_WEC2013_vs120.vcxproj | ||
Foundation_WEC2013_vs120.vcxproj.filters | ||
Foundation_x64_vs90.sln | ||
Foundation_x64_vs90.vcproj | ||
Foundation_x64_vs100.sln | ||
Foundation_x64_vs100.vcxproj | ||
Foundation_x64_vs100.vcxproj.filters | ||
Foundation_x64_vs110.sln | ||
Foundation_x64_vs110.vcxproj | ||
Foundation_x64_vs110.vcxproj.filters | ||
Foundation_x64_vs120.sln | ||
Foundation_x64_vs120.vcxproj | ||
Foundation_x64_vs120.vcxproj.filters | ||
Foundation_x64_vs140.sln | ||
Foundation_x64_vs140.vcxproj | ||
Foundation_x64_vs140.vcxproj.filters | ||
Foundation_x64_vs150.sln | ||
Foundation_x64_vs150.vcxproj | ||
Foundation_x64_vs150.vcxproj.filters | ||
Foundation.progen | ||
Foundation.vxbuild | ||
Makefile |