Conversation
WalkthroughAdds DateTime special-casing when evaluating query placeholders to convert string values to Date objects, and introduces a functional test matrix, schema, and test validating composite cursor pagination with a DateTime field in the primary key. Changes
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 1deeed1a-8b18-45e6-910b-01d1d66f04d0
📒 Files selected for processing (4)
packages/client-engine-runtime/src/interpreter/render-query.tspackages/client/tests/functional/issues/29309-datetime-cursor/_matrix.tspackages/client/tests/functional/issues/29309-datetime-cursor/prisma/_schema.tspackages/client/tests/functional/issues/29309-datetime-cursor/tests.ts
packages/client/tests/functional/issues/29309-datetime-cursor/prisma/_schema.ts
Show resolved
Hide resolved
packages/client/tests/functional/issues/29309-datetime-cursor/tests.ts
Outdated
Show resolved
Hide resolved
size-limit report 📦
|
b02b8a4 to
a7957d6
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 3ac622f7-069c-4275-98a8-8413bd74e06f
📒 Files selected for processing (4)
packages/client-engine-runtime/src/interpreter/render-query.tspackages/client/tests/functional/issues/29309-datetime-cursor/_matrix.tspackages/client/tests/functional/issues/29309-datetime-cursor/prisma/_schema.tspackages/client/tests/functional/issues/29309-datetime-cursor/tests.ts
TML-2059
Fixes #29309
Summary by CodeRabbit
Bug Fixes
Tests