vecs icon indicating copy to clipboard operation
vecs copied to clipboard

fix: Replace bind params with f-string for arguments passing on SET c…

Open kziovas opened this issue 2 months ago • 0 comments

What kind of change does this PR introduce?

Fix that addresses a major bug. Replace bind params with f-string for arguments passing on SET command, cause bind params are not allowed in pg8000, if that client is used.

What is the current behaviour?

See the issue and discussion here

What is the new behaviour?

Exactly the same but works with all postgres clients and all pg versions.

Additional context

Add any other context or screenshots.

kziovas avatar Oct 27 '25 10:10 kziovas