Kostas Ziovas
Kostas Ziovas
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
Currently SQLAlchemy allows the creation of an engine with a creator method which overrides the other engine creation arguments for example in my code: ``` from google.cloud.sql.connector import Connector from...
## 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...
## What kind of change does this PR introduce? A simple but extremely useful feature adding support for initializing the vecs client with a pre-build SQLAlchemy engine. This way we...