K
Kim Ward
Guest
Hi, I'm currently trying to write a dynamic query object. So I can do something like: dynQuery:newQuery():for("Customer"):where("name", "fred"):get(). At the moment the get method returns a handle to the dynamic temp-table which allows me to use the copy-temp-table method to dump the dynamic temp-table into a static one making it easier to work with. However this feels really untidy. I was wondering if anyone could suggest a better way of doing this? Thanks,
Continue reading...
Continue reading...