edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
366 stars 43 forks source link

Add codegen for pgsparse. #480

Closed vpetrovykh closed 4 months ago

vpetrovykh commented 4 months ago

I'm a little confused by the test skipping policy w.r.t. codegen. In the rest of the test suite we skip pgvector and pgsparse tests if the extensions are not detected, but codegen tests simply assume presence of pgvector (and pgsparse now). Is this something that needs to be updated and made skippable as well?

vpetrovykh commented 4 months ago

We'll hold off on adding pgsparse, so I'm closing this (and reverting the other pgsparse commit).