We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fc4d7 commit 698860cCopy full SHA for 698860c
include/pqxx/transaction_base.hxx
@@ -822,7 +822,7 @@ public:
822
* type details may change.
823
*/
824
template<typename... TYPE>
825
- [[deprecated("Use exec(), and call check_rows() & iter() on the result.")]]
+ [[deprecated("Use exec(), and call expect_rows() & iter() on the result.")]]
826
auto query_n(result::size_type rows, zview query, params const &parms)
827
{
828
return exec(query, parms).expect_rows(rows).iter<TYPE...>();
0 commit comments