supavisor icon indicating copy to clipboard operation
supavisor copied to clipboard

Update faq.md | changed wording around prepared statements in FAQ

Open TheOtherBrian1 opened this issue 1 year ago • 0 comments

What kind of change does this PR introduce?

doc update

What is the current behavior?

Supavisor in transaction mode does not support standard prepared statements, but the documentation claims otherwise.

What is the new behavior?

Updated the FAQ

Additional context

The docs state:

As of 1.0 Supavisor supports prepared statements. Supavisor will detect prepare statements and issue those to all database connections. All clients will then be able to address those prepared statements by name when issuing execute statements.

Prepared statements are not fully supported and this claim caused user confusion (ticket). It's worthwhile to add more context or remove the claim.

It's also worth re-opening up issue #69

TheOtherBrian1 avatar Nov 03 '24 19:11 TheOtherBrian1