Skip to content

Case sensitive columns and table name. #10

@ezsper

Description

@ezsper

My whole schema is case sensitive.

CREATE TABLE "User" (
  "id" uuid,
  "displayName" varchar,
  PRIMARY KEY("id")
);

To use your query builder I'm obligated to put the column names and table name inside double quotes. Wouldn't be best to have the quotes automatically when building the query. Instead of:

from('"User"').where('"id"', '=', '...')

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions