Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drizzle rqb2 wip #1392

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

drizzle rqb2 wip #1392

wants to merge 6 commits into from

Conversation

hayes
Copy link
Owner

@hayes hayes commented Mar 14, 2025

No description provided.

Copy link

changeset-bot bot commented Mar 14, 2025

🦋 Changeset detected

Latest commit: 9e1fe40

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 42 packages
Name Type
@pothos-examples/prisma-smart-subscriptions-apollo Patch
@pothos/plugin-smart-subscriptions Patch
@pothos-examples/relay-windowed-pagination Patch
@pothos-examples/envelope-helix-fastify Patch
@pothos/plugin-simple-objects Patch
@pothos/tracing-opentelemetry Patch
@pothos-examples/prisma-subscriptions Patch
@pothos/plugin-prisma-utils Patch
@pothos/plugin-add-graphql Patch
@pothos-examples/prisma-federation Patch
@pothos-examples/simple-interfaces Patch
@pothos/plugin-complexity Patch
@pothos/plugin-dataloader Patch
@pothos/plugin-directives Patch
@pothos/plugin-federation Patch
@pothos/plugin-scope-auth Patch
@pothos/plugin-with-input Patch
@pothos/plugin-sub-graph Patch
@pothos/tracing-newrelic Patch
@pothos-examples/graphql-shield Patch
@pothos-examples/open-telemetry Patch
@pothos-examples/simple-classes Patch
@pothos/plugin-drizzle Patch
@pothos/plugin-example Patch
@pothos/plugin-tracing Patch
@pothos/tracing-sentry Patch
@pothos/plugin-errors Patch
@pothos/plugin-prisma Patch
@pothos-examples/prisma-relay Patch
@pothos/plugin-mocks Patch
@pothos/plugin-relay Patch
@pothos/tracing-xray Patch
@pothos-examples/complex-app Patch
@pothos-examples/federation Patch
@pothos/plugin-zod Patch
@pothos/test-utils Patch
@pothos/converter Patch
@pothos-examples/nextjs Patch
@pothos-examples/prisma Patch
@pothos-examples/helix Patch
@pothos/core Patch
@pothos/deno Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Mar 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pothos ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2025 10:15pm

@hayes hayes changed the title rqb2 wip drizzle rqb2 wip Mar 14, 2025
const sql = state.extras.get(key);

return sql && (sql.sql !== value.sql || sql.fieldAlias !== value.fieldAlias);
// TODO: fix comparison
return sql && sql.getSQL() !== resolvedValue.getSQL();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant