mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-02 03:00:38 -06:00
* Move the method definitions for sqlpp::postgresql::detail::statement_handle_t inside the class. * Move the method definitions for sqlpp::postgresql::detail::prepared_statement_handle_t inside the class. * Move the method definitions for sqlpp::postgresql::prepared_statement_t inside the class. * Move the method definitions for sqlpp::postgresql::::Result inside the class. * Remove superfluous inline specifier from the in-class method definitions of sqlpp::postgresql::Result. * Remove unused method declaration sqlpp::postgresql::Result::hasError() * Move the method definitions for sqlpp::postgresql::bind_result_t inside the class. * Move the method definitions for sqlpp::postgresql::connection_base inside the class. * Add a comment explaining why sqlpp::postgresql::context_t::escape() is defined out-of-class. * Remove incorrect comment about forward declaration * Remove a superfluous function that forwards the call to PQFinish(). * Replace "std::string" parameters with "const std::string&". * Remove superfluous detail:: namespace qualification. * Rename class/struct types, variables and functions from CamelCase to snake_case.