QueryTree icon indicating copy to clipboard operation
QueryTree copied to clipboard

Data reporting and visualization for your app

Results 31 QueryTree issues
Sort by recently updated
recently updated
newest added

The Graphing only graphs the current page (10 rows) of results. The graphing should graph all the rows. Most tables have more than 10 rows, as it stands now this...

bug
pinned

**Summary**: I need to create a subselect with MAX(initialDate) GROUP BY id but it was not possible. **Error**: All date fields from my table were excluded from the list of...

feature-request
pinned

When using a sorted table (created by Summarize for example) to create a chart, the X axis is sorted ascending, ignoring the previous sorting. An option to use previous sorting...

bug
pinned

Currently the docker images are tagged mater, develop and then each commit also gets tagged with its commit id. We should instead be tagging with the appveyor build number which...

docker
pinned

It's actually not half bad. Implements: #62 I started out hating the azure config but compared to cloudformation in aws it makes some sense. Nowhere near as simple as heroku...

enhancement
pinned

Hi, thanks for this awesome apps, is there any plan for oracle or odbc datasource support?

help wanted
feature-request
pinned

Hi, as far as i can see, we can't localize QueryTree at the moment, right? Are there any future plans to enable internationalization options? Kind regards

enhancement
help wanted
pinned

Our database is a temporal design because we want to maintain history. So we never update a row and always just insert another row. But at times we want to...

feature-request
pinned

I created a simple report based on a view. The view normally takes around 13secs with a `select * from`. When an email report is schedule, hangfire retries the job...

This fixes one instance of the "No Tables Found" issue for mysql. The problem is that the current version of the mysql package does not support utf8mb3. This issue is...