Konstantin Nesterov
Konstantin Nesterov
In general it would be great to have an arm64 build
Both `columnType: 'vector(1024)'` and `type: 'vector', length 1024` also do not work :(
This is the output of the schema introspection query (removed other tables): ```sql select table_schema as schema_name, table_name, column_name, column_default, is_nullable, udt_name, coalesce(datetime_precision, character_maximum_length) length, numeric_precision, numeric_scale, data_type, is_identity, identity_generation,...
Just my 2 cents to https://github.com/duckdb/pg_duckdb/issues/30#issuecomment-2605952521: it would be very good to get scenario 1 working. We are currently forced to use scenario 2, but it's not very convenient, since...
@gajus look like this feature request got quite a few upvotes :) I would second that it would be great to have such support in slonik! [Source code](https://github.com/andywer/pg-listen/blob/master/src/index.ts) of `pg-listen`...
Unfortunately I am not too confident with slonik's internals to contribute but perhaps these findings would help someone: The way `pg-listen` works is the following: 1) Opens and holds 1...
`BETWEEN` definitely seems to be problematic, we use Grafana for data visualisation and by default it uses `BETWEEN` for interval filter. Changing it to `>=` + `
@gajus I initially just wanted to fix the types but it looks like some code actually uses the `no-verify` value. Given that it is not mentioned anymore in the [docs](https://www.postgresql.org/docs/current/libpq-ssl.html)...
@gajus I would still like to move forward with this PR, but `no-verify` seems like more of a product decision. Would you prefer to retain it or can I remove...
Would be great to have CRDs as a separate file, this would simplify CNPG's usage with [cdk8s](https://cdk8s.io/docs/latest/cli/import/#crds)