mickjones701
Results
1
comments of
mickjones701
I have a similar issue. I'm running orm 2.1.19 with sqlite3 (2.1.7). When I execute `model.find({ conditions }).only('id').all(function(result){ ... });` It returns: ``` [ { "id" : 1, "name" :...