aboutsummaryrefslogtreecommitdiff
path: root/test/js/third_party/postgres/postgres.test.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-14fix(net/tls) fix pg hang on end + hanging on query (#6487)Gravatar Ciro Spaciari 1-1/+13
* fix pg hang on end + hanging on query * remove dummy function * fix node-stream * add test * fix test * return error in test * fix test use once instead of on * fix OOM * generated * 💅 * 💅
2023-07-18feature(constants) add constants/node:constants module and tests(prisma) use ↵Gravatar Ciro Spaciari 1-4/+5
prima 5.0.0 + use same connection for postgres, add prisma mssql (disabled for now) (#3672) * use prima 5.0.0 + use same connection for postgres * change mongodb test URL * constants module + mssql prisma test (disabled)
2023-07-04[tls] fix servername (#3513)Gravatar Ciro Spaciari 1-0/+56
* fix servername * add postgres tls tests * update test packages * add basic CRUD test