pgadapter icon indicating copy to clipboard operation
pgadapter copied to clipboard

PostgreSQL wire-protocol proxy for Cloud Spanner

Results 89 pgadapter issues
Sort by recently updated
recently updated
newest added

Add support for the NodeJS Prisma ORM. Related to #581

type: feature request

Hibernate generated `ALTER TABLE IF EXISTS` statements when generating a database schema.

Implement support for advisory locks. This is probably not feasible, as it would require keeping state across multiple connections. That again is difficult, as multiple PGAdapter instances can be used...

type: feature request

This is less an "issue" than a "perf", and probably should be assigned to a Cloud Spanner ticket tracker, so if you've got any pointers to the correct place to...

Current ORM samples do not use any ARRAY columns. At least SQLAlchemy (and possibly others) support this. https://docs.sqlalchemy.org/en/20/core/type_basics.html#sqlalchemy.types.ARRAY

### Workload A | workload| executed_at| tcp_read_p95| uds_read_p95| tcp_update_p95| uds_update_p95 |-|-|-|-|-|- | f| 2022-10-26T17:15:10| 16087.0| 18751.0| 38591.0| 41343.0 | f| 2022-10-26T19:26:47| 18607.0| 24223.0| 44031.0| 54591.0 ### Workload D | workload|...

test-dashboard

[Work in progress] Add a literal parser to accept more values in `execute` statements.

PGAdapter is included in the user agent string, but the version that is being used is not. Adding the version number makes it possible to keep track of the actual...

type: feature request