Message-ID: From: "vadz (@vadz)" To: "postgresql-interfaces/psqlodbc" Date: Sun, 02 Feb 2025 16:47:20 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #89: Batch update with some invalid values fails for all rows In-Reply-To: References: List-Id: X-GitHub-Author-Login: vadz X-GitHub-Comment-Id: 2629468380 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 89 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/89#issuecomment-2629468380 Content-Type: text/plain; charset=utf-8 Just trying to understand: how does the driver manage to send multiple parameters to the server? From looking at the code it seems like it does `PQsendQuery()` for each row in a loop, but I must be missing something...