Skip to content

No way to pass in a fully capitalized column name #43

Description

@ahungry

A mixed case column or table name is usable with the pipes :|someThing|, will translate to "someThing" (using postgres), however just as :someThing is being converted to :SOMETHING by common lisp, which is then downcased by sxql to :something - how do we work with a column that is in all caps? (db column SOMETHING)?

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