summaryrefslogtreecommitdiff
path: root/lib/output/pq/pqStmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/output/pq/pqStmt.h')
-rw-r--r--lib/output/pq/pqStmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/pq/pqStmt.h b/lib/output/pq/pqStmt.h
index 887a326..33047c0 100644
--- a/lib/output/pq/pqStmt.h
+++ b/lib/output/pq/pqStmt.h
@@ -21,7 +21,7 @@ namespace MyGrate::Output::Pq {
public:
PqPrepStmt(const char * const q, std::size_t n, PqConn * c);
- void execute(const std::initializer_list<DbValue> & vs) override;
+ void execute(const std::span<const DbValue> vs) override;
std::size_t rows() const override;