forked from dimitri/pgloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingcomponent: transformsCasting, type mapping, data transformsCasting, type mapping, data transformsenhancementNew feature or requestNew feature or request
Description
Upstream PR
Summary
When *identifier-case* is :snake_case, SQL keyword identifiers were not being downcased — only :downcase mode triggered downcasing. Fix adds (eq :snake_case *identifier-case*) to the downcasing condition.
Files
src/utils/quoting.lisp
Notes
- Low risk, 1-line change
- Fixes upstream capitalized letters in names after snake_case transformation dimitri/pgloader#1320
- Priority: High
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent: transformsCasting, type mapping, data transformsCasting, type mapping, data transformsenhancementNew feature or requestNew feature or request