-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 detectedLatest commit: b92db85 The changes in this PR will be included in the next version bump. This PR includes changesets to release 24 packages
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
force-pushed
the
prisma-sqlite
branch
9 times, most recently
from
October 26, 2020 03:45
72e65bc
to
58189b3
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
10 times, most recently
from
October 28, 2020 04:44
0de2d55
to
516fcfb
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
2 times, most recently
from
November 10, 2020 05:10
98109aa
to
143ae71
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
3 times, most recently
from
November 23, 2020 03:59
35f1afa
to
21e9396
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
2 times, most recently
from
December 13, 2020 21:47
756378a
to
4163848
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
December 21, 2020 21:24
4163848
to
84f1016
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 11, 2021 00:47
fc587f0
to
3508e94
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 11, 2021 04:58
3508e94
to
3805baf
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 11, 2021 23:55
3805baf
to
1b3e8fa
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 12, 2021 02:37
1b3e8fa
to
fe23693
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 12, 2021 03:19
fe23693
to
b0e94b9
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 12, 2021 03:44
4876ba2
to
0eb2999
Compare
emmatown
reviewed
Mar 15, 2021
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 15, 2021 00:22
4b9ec8d
to
0470f72
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 15, 2021 03:23
0b76e5d
to
a32de4c
Compare
timleslie
force-pushed
the
prisma-sqlite
branch
from
March 15, 2021 03:30
a32de4c
to
87419b5
Compare
JedWatson
approved these changes
Mar 15, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Open issues:
Json
fields in Prisma: Support forJson
field type in SQLite prisma/prisma#3786Update:
Json
fields will need to be disabled for nowUnsupported Features/Limitations:
document
decimal
text
: Advanced filtering (contains
,starts_with
,ends_with
, case insensitive matching)timestamp
: Dates outside of the range1970-2038
.autoincrement
: Can only be used as anid
field.