Message-ID: From: "chrullrich (@chrullrich)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 23 Oct 2024 20:12:57 +0000 Subject: [postgresql-interfaces/psqlodbc] PR #69: Correct wrong string method calls List-Id: X-GitHub-Author-Id: 4695907 X-GitHub-Author-Login: chrullrich X-GitHub-Issue: 69 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/pull/69 Content-Type: text/plain; charset=utf-8 These two calls have no effect because `std::string::empty()` only tests for emptiness, but does not cause it as apparently intended.