django-sql-explorer
django-sql-explorer copied to clipboard
Easily share data across your company via SQL queries. From Grove Collab.
Replaced {% trans %} with {% translate %} as Django is moving to the latter syntax as mentioned in issue #567
The AI assistant fairly frequently 'forgets' to put double quotes around table names a and fields when generating SQL to query SQLite files. Alternatively (or perhaps additionally), we could improve...
Please can you add Snowflake engine support to this tool?
Making sure #633 doesn't happen again.
This upgrades the pre-commit hooks.
Fixes #636 where `count` needs to be called.
Hi, in `explorer.tasks.snapshot_queries` func, inside logger, it's written as ```python logger.info( f"Deleting {qs.count} QueryLog objects older than {days} days." ) ``` [Code link](https://github.com/explorerhq/django-sql-explorer/blob/64170743b46d310684982dfe745d65643c08e844/explorer/tasks.py#L102C5-L104C6) Which results in log output as. `Deleting...
Hi all, This issue doesn't appear to manifest in in 4.x, or 4.3.0 specifically. However, the 4.x series isn't quite ready for us yet… ![Screenshot of the query parameters section...
Quick way of viewing "my history"