Results 10 comments of Anil V

I use mysql and have data schemas with composite primary keys as well: ``` CREATE TABLE `payments` ( `customerNumber` int NOT NULL, `checkNumber` varchar(50) NOT NULL, `paymentDate` date NOT NULL,...

This is a useful PR at least as a reference, as one thing we are quite interested in is taking a SQL and determining the tables that are referenced within...

For enterprise use cases we don't want anyone overriding / disabling / misspelling it, which is why the reverse proxy pass through header is ideal. We can have an envvar...

Won't this break users who need those filters?

If a test fails, the resulting table view is empty, this is a bit painful if you want to have an iterative write/test/fix workflow, where you first write a sql...

Longer term would be nice if the SQL test can also display what the failure was (the returned rows can include concatenated strings on what broke to help us debug...

I like the mix of sql and assert, it makes the simple cases easier but still gives the power of flexible queries. Is there a simple for assert saying "user_id"...

If an error is shown for tests, will the end dashboard still be up for end users? Ideally I imagine it could be. Would this be the best way to...