Re: [SOCI-users] Add CMake support for Firebird

2012-10-03 Thread Sergei Nikulov
2012/10/3 Vadim Zeitlin > On Mon, 1 Oct 2012 23:16:11 +0400 Sergei Nikulov > wrote: > > SN> Here the patches for enabling Firebird backend in cmake. > SN> I've tested it on Windows 7 and Fedora Linux 16. > > Thanks a lot, I'm going to test and apply them soon. I'll try to modify > the cmake fil

Re: [SOCI-users] Add CMake support for Firebird

2012-10-03 Thread Vadim Zeitlin
On Mon, 1 Oct 2012 23:16:11 +0400 Sergei Nikulov wrote: SN> Here the patches for enabling Firebird backend in cmake. SN> I've tested it on Windows 7 and Fedora Linux 16. Thanks a lot, I'm going to test and apply them soon. I'll try to modify the cmake files to support fbembed too though, as I'

Re: [SOCI-users] ODBC: adding an accessor to retrieve the completed connection string?

2012-10-03 Thread Vadim Zeitlin
On Tue, 18 Sep 2012 18:31:49 +0200 I wrote: Me> So basically instead of just ignoring the string returned by Me> SQLDriverConnect() in odbc_session_backend ctor I'd like to store it in a Me> member variable and add a get_connection_string() accessor to Me> odbc_session_backend class. Me> Me> Wo