Skip to content

Convert to Camel case breaks when tables start with same name #319

@kevintraver

Description

@kevintraver

In the original schema:

  current_loan_value  Decimal
  current_loan        Boolean

when running pal schema camel-case it becomes:

  currentLoanValue    Decimal  @map("currentLoan_value")
  currentLoan         Boolean  @map("current_loan")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions