Skip to content

Bug Report: CREATE VIEW lowercases view names containing uppercase #13105

@mcrauwel

Description

@mcrauwel

Overview of the Issue

Using Prisma ORM migrations, Prisma waits forever on a CREATE VIEW having a camelcase definition.

Reproduction Steps

await prisma.$executeRaw`
CREATE VIEW MyAwesomeView AS
SELECT
...

This creates the view on MySQL as myawesomeview

Binary Version

tested on latest main.

Operating System and Environment details

n/a

Log Fragments

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions