diff options
Diffstat (limited to 'lib/output/pq/pqStmt.cpp')
-rw-r--r-- | lib/output/pq/pqStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/output/pq/pqStmt.cpp b/lib/output/pq/pqStmt.cpp index 7e085b5..eb3c32d 100644 --- a/lib/output/pq/pqStmt.cpp +++ b/lib/output/pq/pqStmt.cpp @@ -19,7 +19,7 @@ namespace MyGrate::Output::Pq { } void - PqPrepStmt::execute(const std::initializer_list<DbValue> & vs) + PqPrepStmt::execute(const std::span<const DbValue> vs) { Bindings b {vs}; res = {PQexecPrepared( |