Knut Olav Løite

Results 112 issues of Knut Olav Løite

Running all unit tests should be sped up by running more of them in parallel.

type: process

Create a documentation page based on https://github.com/GoogleCloudPlatform/pgadapter/issues/701#issuecomment-1463973026

documentation

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

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

[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