Skip to content

Add select(false) for columns (#393) #511

Add select(false) for columns (#393)

Add select(false) for columns (#393) #511

Triggered via push September 15, 2024 14:39
Status Failure
Total duration 1m 49s
Artifacts
test-and-release
1m 39s
test-and-release
Generate badge image with test coverage value
0s
Generate badge image with test coverage value
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
error: expect(received).toEqual(expected): packages/qb/pqb/bun.test.ts#L28
[ "BEGIN", + "SELECT \"id\", \"name\", \"picture\", \"data\", \"age\", \"active\", \"createdAt\", \"updatedAt\" FROM \"user\"", - "SELECT * FROM \"user\"", "SAVEPOINT \"1\"", + "SELECT \"id\", \"name\", \"picture\", \"data\", \"age\", \"active\", \"createdAt\", \"updatedAt\" FROM \"user\"", - "SELECT * FROM \"user\"", "RELEASE SAVEPOINT \"1\"", "COMMIT" ] - Expected - 2 + Received + 2 at /home/runner/work/orchid-orm/orchid-orm/packages/qb/pqb/bun.test.ts:28:19
test-and-release
pqb#test:ci: command (/home/runner/work/orchid-orm/orchid-orm/packages/qb/pqb) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test:ci exited (1)
test-and-release
Process completed with exit code 1.
test-and-release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/