zhouqingqing / qpmodel

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

Andb parser int #284

Closed pkommoju closed 3 years ago

pkommoju commented 3 years ago

ANDB parser integration into native code.

Fix dbperf and dbtest. They have to use new way of binding. dbtest doesn't build in Release mode due to conflicting runtime libraries being linked in. Need to investigate.

Name lookup problem is fixed but it is case insensitive now. Initialize SQLStatement properly or destructor will cause suffer SEGV etc.