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

feat(fmt): add quick-fix for missing indexes when relationMode = "prisma" #3431

Merged
merged 9 commits into from
Nov 28, 2022

Commits on Nov 22, 2022

  1. WIP: Waiting on diagnostics implementation

    Added quickfix to add indexes for relations when RelationMode=Prisma
    fixes #1297
    
    Co-authored-by: Tom tom@tomhoule.com
    Druue committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dce195b View commit details
    Browse the repository at this point in the history
  2. removed unecessary imports

    Druue committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    b697ac1 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Fixed: quick-fix to now apply the correct @@Index([...]) text to th…

    …e end of a block
    
    Updated: `create_missing_unique` ~> `create_missing_attribute` + `create_block_attribute`
    Druue committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3e4ad98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b226b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Diagnostic filtering

    Druue committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c045a4a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:prisma/prisma-engines into feat/qf-…

    …relation_mode-indexes
    Druue committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    540f793 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Updated tests :: now working as expected; was missing diagnostics.jso…

    …n; also updated schema.prisma to be mysql relationmode
    Druue committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    e118290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe64361 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:prisma/prisma-engines into feat/qf-…

    …relation_mode-indexes
    Druue committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    ebda379 View commit details
    Browse the repository at this point in the history