postgresql-interfaces/psqlodbc GitHub issues and pull requests (mirror)  
help / color / mirror / Atom feed
[postgresql-interfaces/psqlodbc] PR #69: Correct wrong string method calls
2+ messages / 1 participants
[nested] [flat]

* [postgresql-interfaces/psqlodbc] PR #69: Correct wrong string method calls
@ 2024-10-23 20:12  "chrullrich (@chrullrich)" <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: chrullrich (@chrullrich) @ 2024-10-23 20:12 UTC (permalink / raw)
  To: postgresql-interfaces/psqlodbc <[email protected]>

These two calls have no effect because `std::string::empty()` only tests for emptiness, but does not cause it as apparently intended.

^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [postgresql-interfaces/psqlodbc] PR #69: Correct wrong string method calls
@ 2024-10-23 20:20  "chrullrich (@chrullrich)" <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: chrullrich (@chrullrich) @ 2024-10-23 20:20 UTC (permalink / raw)
  To: postgresql-interfaces/psqlodbc <[email protected]>

There is a chance that I'm misunderstanding the interaction between this code and `xa_recover()`, but I don't think so. The `AuthenticationError()` that `xa_recover()` tests for early on looks to be one coming from the `SQLDriverConnect()` just after these two lines.

^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2024-10-23 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-10-23 20:12 [postgresql-interfaces/psqlodbc] PR #69: Correct wrong string method calls "chrullrich (@chrullrich)" <[email protected]>
2024-10-23 20:20 Re: [postgresql-interfaces/psqlodbc] PR #69: Correct wrong string method calls "chrullrich (@chrullrich)" <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox