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

SQLite issue #20

Open
viettran1109 opened this issue May 4, 2023 · 1 comment
Open

SQLite issue #20

viettran1109 opened this issue May 4, 2023 · 1 comment

Comments

@viettran1109
Copy link

viettran1109 commented May 4, 2023

Hi,

I ran into an issue in SQLite.
I get the below errors but I didn't make any changes to my entity/database at all.

DIFFERENT: Student->PrimaryKey 'PK_Students', constraint name. Expected = PK_Students, found =
DIFFERENT: Entity 'Student', constraint name. Expected = PK_Students, found =

@JonPSmith any idea how I can resolve this please?

Thanks!

P.S. love the package btw!

@JonPSmith
Copy link
Owner

Hi @viettran1109,

I need a bit more information for this issue. Can you provide:

  • Your DbContext
  • Your entity classes, e.g. Student
  • Your test code

If your DbContext has lots of entity classes, then it would help me if you could create a cut-down version that fails.

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

No branches or pull requests

2 participants