Alexander B
453d5248f1
Poco Path and simbol $ ( #1800 )
...
* 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)
2017-08-10 10:00:06 +02:00
..
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2017-04-01 12:41:14 +02:00
2017-04-01 12:41:14 +02:00
2016-03-13 23:08:44 -07:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2017-04-01 12:41:14 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2014-05-14 08:38:09 +02:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2015-03-19 23:22:00 -05:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2017-02-02 20:54:59 +01:00
2017-02-02 20:54:59 +01:00
2017-07-24 12:21:35 +02:00
2016-01-08 00:17:13 +01:00
2015-03-19 23:22:00 -05:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-04-21 09:34:13 +02:00
2016-04-21 09:34:13 +02:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-03-25 10:04:42 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-03-07 21:38:26 -08:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2017-08-10 10:00:06 +02:00
2017-08-10 10:00:06 +02:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-04-15 16:45:41 +02:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2017-03-21 16:35:16 +01:00
2017-03-21 16:35:16 +01:00
2017-04-01 12:41:14 +02:00
2017-04-01 12:41:14 +02:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-05-05 10:51:37 +02:00
2016-05-05 10:51:37 +02:00
2017-06-21 16:45:39 +02:00
2016-04-18 01:14:13 +08:00
2016-03-07 21:38:26 -08:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-04-15 16:45:41 +02:00
2014-05-14 08:38:09 +02:00
2014-05-14 08:38:09 +02:00
2014-05-14 08:38:09 +02:00
2014-05-14 08:38:09 +02:00
2014-05-14 08:38:09 +02:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2014-10-19 10:59:08 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-09-05 08:28:18 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-03-11 20:57:28 -08:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-07-03 11:59:16 +02:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-08 00:17:13 +01:00
2017-07-03 23:33:32 +02:00
2017-07-03 23:33:32 +02:00
2016-01-08 00:17:13 +01:00
2014-05-14 08:38:09 +02:00
2016-01-11 19:00:18 +01:00
2016-01-08 00:17:13 +01:00