Sergei Nikulov

Results 16 comments of Sergei Nikulov

Chrome plugin asking for more permissions. It's good to have more fine granted access. I don't want to provide such extended access to public/private/organizational access. Is it possible? ![image](https://user-images.githubusercontent.com/142123/168070296-a4137678-343f-45dd-8d9a-2131e82d319f.png)

@kirbyfan64 could you please confirm this issue on latest master?

@kirbyfan64 @AldrichChen Could you please confirm that issue is gone, or provide [MCVE](https://stackoverflow.com/help/mcve) for the issue? Thank you. P.S. Example of MCVE [here](https://github.com/snikulov/boost.app.minimal).

@mloskot I suspect reconnect will produce crash or leak. See #136 and #454 which expose this issue

@DraconPern I prefer it should be exclusive and controlled by standard variable BUILD_SHARED_LIBS as pointed out here http://www.slideshare.net/DanielPfeifer1/cmake-48475415 slide 28 @mloskot What do you think?

@b1c9g76 We have some issues with [MySQL](https://github.com/SOCI/soci/issues?q=is%3Aissue+is%3Aopen+label%3AMySQL) backend. But seems to me none of them are similar to problem you've encountered. To better understand the issue could you please write...

@Adiqq @Wescoeur Could you please provide version you're using? Thank you.

`ctest -N` - will give list of available tests. `ctest -VV -R regex` - will run tests according to regex for example `ctest -VV -R postgesql` - will run only...

@mloskot is it really useful for UT?

@dcatteeu what makes you think that it is an issue? CMake using [FindODBC.cmake](https://github.com/SOCI/soci/blob/release/3.2/src/cmake/modules/FindODBC.cmake) module to search for libraries and include file. ODBC_LIBRARY and ODBC_INCLUDE_DIR can be used as hint for...