explorerhq / sql-explorer

SQL reporting that Just Works. Fast, simple, and confusion-free. Write and share queries in a delightful SQL editor, with AI assistance.
https://www.sqlexplorer.io
Other
2.74k stars 363 forks source link

What is latest version? #622

Closed tresero closed 3 months ago

tresero commented 3 months ago

I am not sure why, but I'm showing 4.2, but github is at 4.0

django-sql-explorer==4.2

This is a fresh install of django. Plus my UI is totally different.

marksweb commented 3 months ago

It's 4.2. And the UI has changed a lot recently. I think 4.0 was the frontend overhaul.

Repo tags are 4.2, https://github.com/chrisclark/django-sql-explorer/tags Repo releases is 4.2, https://github.com/chrisclark/django-sql-explorer/releases Pypi is 4.2, https://pypi.org/project/django-sql-explorer/

tresero commented 3 months ago

I probably have it configured wrong, but running a query now goes to localhost, and most of the functionality is gone on create query (i.e. see table structure etc) image

marksweb commented 3 months ago

@tresero That looks like you're looking at a query via admin rather than from the application itself.

chrisclark commented 3 months ago

Yep. Go to /explorer/ instead of /admin/ in your browser :)

On Fri, May 24, 2024 at 3:18 PM Mark Walker @.***> wrote:

@tresero https://github.com/tresero That looks like you're looking at a query via admin rather than from the application itself.

— Reply to this email directly, view it on GitHub https://github.com/chrisclark/django-sql-explorer/issues/622#issuecomment-2130212204, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFJLRE6EDGX5FDAA37WJKDZD6G7PAVCNFSM6AAAAABIGBJFLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZQGIYTEMRQGQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tresero commented 3 months ago

Thanks, not sure why my earlier app worked from admin, but it works now. Thanks!