patrickTingen / DataDigger

A dynamic dataviewer for your Progress / OpenEdge databases
https://datadigger.wordpress.com/
MIT License
50 stars 24 forks source link

Auto-add quotes in where clause #67

Open patrickTingen opened 3 years ago

patrickTingen commented 3 years ago

When entering a where clause on a character field and omitting quotes, DD should add them.

WHERE: cust-name = All Around Sports Should be changed by DD to WHERE: cust-name = "All Around Sports"

(Johan Geerts mail 5-1-2021)