GithubHelp home page GithubHelp logo

Comments (9)

lucascardo12 avatar lucascardo12 commented on May 28, 2024 2

Hi, I'm also having the same problem as described.

from prisma-dart.

sunlimiter avatar sunlimiter commented on May 28, 2024 1

@sunlimiter @lucascardo12 Please try the 2.4.4-dev.0 version to verify whether it is fixed, I have fixed it by myself. Waiting for feedback on this issue, if it has been fixed, a new fixed version will be released. https://pub.dev/packages/orm/versions/2.4.4-dev.0

Okay, problem solved

from prisma-dart.

medz avatar medz commented on May 28, 2024 1

这个问题似乎并没有完全修复,字段是有问题的,周末统一处理,Raw 查询得单独写codegen

from prisma-dart.

medz avatar medz commented on May 28, 2024

@sunlimiter Can you provide a reproducible schema.prisma content?

from prisma-dart.

sunlimiter avatar sunlimiter commented on May 28, 2024
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema

generator client {
  provider        = "prisma-client-dart"
  previewFeatures = ["interactiveTransactions"]
}

datasource db {
  provider = "mongodb"
  url      = env("DATABASE_URL")
}


model VideoLog {
  id    String @id @default(auto()) @map("_id") @db.ObjectId
  extendData String
}

@sunlimiter你能提供一个可重现的schema.prisma内容吗?

from prisma-dart.

medz avatar medz commented on May 28, 2024

@sunlimiter @lucascardo12 Please try the 2.4.4-dev.0 version to verify whether it is fixed, I have fixed it by myself. Waiting for feedback on this issue, if it has been fixed, a new fixed version will be released. https://pub.dev/packages/orm/versions/2.4.4-dev.0

from prisma-dart.

sunlimiter avatar sunlimiter commented on May 28, 2024

没注意到其他问题,被连接鉴权那里卡住了,坐等修复

from prisma-dart.

medz avatar medz commented on May 28, 2024

@skillLan @Ali1Ammar @extrordinaire Hi guys, do you have time to deal with this? Including #62 I've been so busy lately that I probably won't have time until this weekend.

from prisma-dart.

zeucxb avatar zeucxb commented on May 28, 2024

@medz Problem solved here! tks.

from prisma-dart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.