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

Error: Error in migration engine. Reason: [migration-engine/connectors/sql-migration-connector/src/sql_renderer/sqlite_renderer.rs:229:45] not implemented: text #5169

Closed
pantharshit00 opened this issue Jan 19, 2021 · 2 comments
Assignees
Labels
bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. topic: migrate
Milestone

Comments

@pantharshit00
Copy link
Contributor

Command: prisma migrate dev --preview-feature
Version: 2.14.0
Binary Version: 5d491261d382a2a5ffdc71de17072b0e409f1cc1
Report: https://prisma-errors.netlify.app/report/12630
OS: x64 linux 5.4.0-62-generic

JS Stacktrace:

Error: Error in migration engine.
Reason: [migration-engine/connectors/sql-migration-connector/src/sql_renderer/sqlite_renderer.rs:229:45] not implemented: text
    "country" text not handled yet

Please create an issue in the migrate repo with
your `schema.prisma` and the prisma command you tried to use 🙏:
https://github.com/prisma/prisma/issues/new

    at ChildProcess.<anonymous> (/home/felipe/www/cep/node_modules/@prisma/cli/build/index.js:54401:23)
    at ChildProcess.emit (events.js:315:20)
    at ChildProcess.EventEmitter.emit (domain.js:467:12)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)

Rust Stacktrace:

[migration-engine/connectors/sql-migration-connector/src/sql_renderer/sqlite_renderer.rs:229:45] not implemented: text
    "country" text not handled yet
@pantharshit00 pantharshit00 added bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. topic: migrate team/schema Issue for team Schema. labels Jan 19, 2021
@tomhoule tomhoule self-assigned this Mar 3, 2021
@tomhoule tomhoule added this to the 2.19.0 milestone Mar 3, 2021
@tomhoule
Copy link
Contributor

tomhoule commented Mar 4, 2021

I had a close look at this, and the code that crashed is now gone, so I think the issue can be closed.

@tomhoule tomhoule closed this as completed Mar 4, 2021
@tomhoule
Copy link
Contributor

tomhoule commented Mar 4, 2021

(that changed with native types — we should be fine now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/1-unconfirmed Bug should have enough information for reproduction, but confirmation has not happened yet. kind/bug A reported bug. team/schema Issue for team Schema. topic: migrate
Projects
None yet
Development

No branches or pull requests

4 participants