connection::execute is not implemented
Closed this issue · 3 comments
isliser commented
Missing implementation of
size_t sqlpp::postgresql::connection::execute::execute(const std::string& command);
cszawisza commented
Please try my fork I've recently manage to implement returning feature for insert and update and also better exception handle then the standard lib
https://github.com/cszawisza/sqlpp11-connector-postgresql/tree/develop
It's working with develop branch of sqlpp
isliser commented
Hello cszawisza!
I'll try it. Are you thinking of pulling changes into the trunk?
cszawisza commented
After I manage to fix all issues that I found during implementation, that where 'harmless' for my needs at the moment (e.g. leak of 'allof(tab)' in returning )
edit:
And when code that I use from sqlpp will be merged into master, and that is:
rbock/sqlpp11@f546805