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

Add sqlite support to the prisma adapter #3946

Merged
merged 2 commits into from
Mar 15, 2021
Merged

Add sqlite support to the prisma adapter #3946

merged 2 commits into from
Mar 15, 2021

Conversation

timleslie
Copy link
Contributor

@timleslie timleslie commented Oct 13, 2020

Open issues:

Update:

  • Field types which require Json fields will need to be disabled for now
  • The connection timeout issue has a workaround. We do multi-update/create operations sequentially, rather than in parallel.
  • Datetimes are now supported
  • Case sensitive filters are disabled in this adapter.

Unsupported Features/Limitations:

  • document
  • decimal
  • text: Advanced filtering (contains, starts_with, ends_with, case insensitive matching)
  • timestamp: Dates outside of the range 1970-2038.
  • autoincrement: Can only be used as an id field.

@request-info
Copy link

request-info bot commented Oct 13, 2020

It looks like we could use some more details. Good titles and descriptions help us fix things faster. If you can provide more information please update this issue.

@changeset-bot
Copy link

changeset-bot bot commented Oct 13, 2020

🦋 Changeset detected

Latest commit: b92db85

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

This PR includes changesets to release 24 packages
Name Type
@keystone-next/website Minor
@keystone-next/fields Minor
@keystone-next/fields-document Minor
@keystone-next/keystone Minor
@keystone-next/types Minor
@keystone-next/adapter-prisma-legacy Minor
@keystone-next/fields-legacy Minor
@keystone-next/fields-auto-increment-legacy Minor
@keystone-next/fields-cloudinary-image-legacy Minor
@keystone-next/fields-color-legacy Minor
@keystone-next/fields-markdown-legacy Minor
@keystone-next/fields-oembed-legacy Minor
@keystone-next/fields-unsplash-legacy Minor
@keystone-next/fields-wysiwyg-tinymce-legacy Minor
@keystone-next/keystone-legacy Minor
@keystone-next/test-utils-legacy Minor
@keystone-next/api-tests-legacy Minor
@keystone-next/auth Major
@keystone-next/example-auth Patch
@keystone-next/app-basic Patch
@keystone-next/example-ecommerce Patch
keystone-next-app Patch
@keystone-next/example-roles Patch
@keystone-next/example-todo 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

@timleslie timleslie force-pushed the prisma-sqlite branch 9 times, most recently from 72e65bc to 58189b3 Compare October 26, 2020 03:45
@timleslie timleslie force-pushed the prisma-sqlite branch 10 times, most recently from 0de2d55 to 516fcfb Compare October 28, 2020 04:44
@timleslie timleslie force-pushed the prisma-sqlite branch 2 times, most recently from 98109aa to 143ae71 Compare November 10, 2020 05:10
@timleslie timleslie force-pushed the prisma-sqlite branch 3 times, most recently from 35f1afa to 21e9396 Compare November 23, 2020 03:59
@timleslie timleslie force-pushed the prisma-sqlite branch 2 times, most recently from 756378a to 4163848 Compare December 13, 2020 21:47
@vercel vercel bot temporarily deployed to Preview March 11, 2021 00:47 Inactive
@vercel vercel bot temporarily deployed to Preview March 11, 2021 04:58 Inactive
@vercel vercel bot temporarily deployed to Preview March 11, 2021 23:55 Inactive
@vercel vercel bot temporarily deployed to Preview March 12, 2021 02:37 Inactive
@vercel vercel bot temporarily deployed to Preview March 12, 2021 03:19 Inactive
@vercel vercel bot temporarily deployed to Preview March 12, 2021 03:36 Inactive
@vercel vercel bot temporarily deployed to Preview March 12, 2021 03:44 Inactive
@vercel vercel bot temporarily deployed to Preview March 15, 2021 00:05 Inactive
@vercel vercel bot temporarily deployed to Preview March 15, 2021 00:22 Inactive
@vercel vercel bot temporarily deployed to Preview March 15, 2021 00:27 Inactive
@vercel vercel bot temporarily deployed to Preview March 15, 2021 03:23 Inactive
@vercel vercel bot temporarily deployed to Preview March 15, 2021 03:30 Inactive
@vercel vercel bot temporarily deployed to Preview March 15, 2021 05:52 Inactive
@timleslie timleslie merged commit 8e9b04e into master Mar 15, 2021
@timleslie timleslie deleted the prisma-sqlite branch March 15, 2021 06:05
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.

3 participants