I was just reading documentation on the difference between Dataset and PyDataSet.
I just have a curious question. Why does system.db.execQuery return Dataset, but system.db.runPrepQuery return PyDataSet
I was just reading documentation on the difference between Dataset and PyDataSet.
I just have a curious question. Why does system.db.execQuery return Dataset, but system.db.runPrepQuery return PyDataSet
Legacy differences in the API, which no longer matter in v8.3. Everything now returns a Dataset, which is also now a PyDataset. (Unified implementation.)