Chris Clark

Results 12 comments of Chris Clark

Yeah this is super annoying 👍

Interesting. I think the way to do this would be to use some kind of better library/control on the front-end. The implementation of the collapsable rows is *very* lightweight (uses...

Definitely open to it and it's a great idea! I don't think it would be super difficult, though I would call out that it would _probably_ make the most sense...

#1 is a terrific idea & bit of feedback. #2...I'm not as sure. I really don't want to rely on parsing SQL for anything security-related. Explorer _does_ have the 'blacklist'...

(late reply) You actually can, sort of, categorize queries today. If you name your queries like: Marketing - Last Month's Sales Marketing - Next Month's Sales etc. Then explorer will...

This is by no means the same thing, but I did just make a change so that explorer shows the most recently run queries *by the current user* at the...

Cure was worse than the disease! The "fix" broke normal pagination of query logs by duplicating the ?page=# paramater.

Could likely be made to work via: https://github.com/microsoft/mssql-django

Addressed via https://github.com/chrisclark/django-sql-explorer/pull/606

Whoa whoa whoa -- there actually IS a way to do this! The param syntax supports providing a default value. As per the docs: You can combine both a default...