antonmks / Alenka

GPU database engine
Other
1.17k stars 120 forks source link

Case sensitive columns #98

Closed vasu-cherlopalle closed 8 years ago

vasu-cherlopalle commented 8 years ago

Hi Anton,

Is there a way that we can make the column names case sensitive? Ex: bId and bid

Thanks for your help Vasu

antonmks commented 8 years ago

Well, it would take a few changes. With the different databases the case sensitivity implemented differently - some support it, some don't. So I'd rather leave it as it is for now.