-
Notifications
You must be signed in to change notification settings - Fork 241
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
Cockroach CI integration #2423
Cockroach CI integration #2423
Conversation
…ach_ci_integration
Use correct user.
…ach_ci_integration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! ✅
|
||
networks: | ||
databases: | ||
databases: null |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw the same change on the engineer PR and should've asked before: what does this do?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's just the plugin autocompleting the correct key now. It was always implicitly null, just explicit now.
Known Prisma Cockroach limitations:
gt
,gte
,lt
,lte
: Not working, missing JSON comparators sql: jsonb comparator operators are not implemented cockroachdb/cockroach#49144Json[]
type does not work.set
works,push
doesn't (missing concat in CDB sql: enum array concatenation operator||
not implemented cockroachdb/cockroach#71388)Money
andXml
native type./
operator perform integer division cockroachdb/cockroach#41448)