zenstack/packages/runtime/test/client-api
Yiming Cao 2e95aa5eef
fix: support using aggregations inside orderBy and having of groupBy (#152)
* fix: support using aggregations inside `orderBy` and `having` of `groupBy`

* update

* update
2025-08-12 18:28:52 +08:00
..
aggregate.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
client-specs.ts perf: improve type checking performance (magically...) (#122) 2025-07-29 18:36:06 +08:00
compound-id.test.ts chore: upgrade eslint (#36) 2025-06-21 23:26:56 +08:00
computed-fields.test.ts chore: use the entire kysely dialect in client options (#130) 2025-07-31 15:18:46 +08:00
count.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
create-many-and-return.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
create-many.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
create.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
default-values.test.ts fix: sqlite createMany issue with mismatching columns (#140) 2025-08-04 22:20:34 +08:00
delegate.test.ts chore: reorg test runs (#121) 2025-07-29 15:59:23 +08:00
delete-many.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
delete.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
filter.test.ts fix: tighten up query input validation, fixed case-sensitivity compatibility with Prisma (#147) 2025-08-06 17:08:45 +08:00
find.test.ts fix: issue with in memory distinct when distinct fields are not selected (#144) 2025-08-05 17:34:16 +08:00
group-by.test.ts fix: support using aggregations inside orderBy and having of groupBy (#152) 2025-08-12 18:28:52 +08:00
import.test.ts feat: implement zmodel import (#126) 2025-07-30 16:45:55 +08:00
mixin.test.ts feat: implement delegate models (create + read) (#110) 2025-07-23 22:54:28 +08:00
name-mapping.test.ts chore: use the entire kysely dialect in client options (#130) 2025-07-31 15:18:46 +08:00
raw-query.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
relation.test.ts chore: reorg test runs (#121) 2025-07-29 15:59:23 +08:00
scalar-list.test.ts chore: upgrade eslint (#36) 2025-06-21 23:26:56 +08:00
transaction.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
type-coverage.test.ts fix: workaround node-pg's issue with passing array to non-array JSON fields (#74) 2025-07-03 13:30:01 +02:00
typed-json-fields.test.ts fix(delegate): filter fixes (#112) 2025-07-24 23:52:12 +08:00
undefined-values.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
update-many.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
update.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
upsert.test.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00
utils.ts chore: reorg test schemas (#116) 2025-07-28 18:19:34 +08:00