[Cppcms-users] cppdb: fetching boolean type
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-07-04 01:19:25
|
Hi, I'm using postgresql on current project. And the db table contains type boolean. Unfortunately there is no result::get<bool> and result::get<int> throws cppdb::bad_value_cast Is the only way fetching it as string and manually converting it to bool? Petr |