Knut Olav Løite
Knut Olav Løite
Running all unit tests should be sped up by running more of them in parallel.
Create a documentation page based on https://github.com/GoogleCloudPlatform/pgadapter/issues/701#issuecomment-1463973026
Add support for the NodeJS Prisma ORM. Related to #581
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...
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...