zhouqingqing / qpmodel

A Relational Optimizer and Executor
MIT License
66 stars 18 forks source link

FIX ISSUE 45: Column names, table names, aliases are all case aware now. #174

Closed pkommoju closed 4 years ago

pkommoju commented 4 years ago
    Double quoting preserves the case of the identifiers and they
    are compared in case sensitive manner. Non double qouted
    identifiers ar lower cased and they compare in case insensitive
    manner.