bart-schaefer

Results 19 issues of bart-schaefer

We have a table used by a web server for segregating HTTP traffic into "human" and "robot" actors. One column of this table contains perl code that is executed to...

bug 🪲

I frequently find I have more tabs open for a given DB connection than will fit horizontally across the screen. There is a horizontal scrollbar below the tabs for moving...

Antares 0.7.23 MacOS Sometimes a folder will become unresponsive -- cannot be opened, or if open, cannot be closed. In the latter case it's also not possible to interact with...

bug 🪲

Often after constructing a filter in the table data view, I'd like to execute the same query in a SQL tab so that I can change the set of output...

enhancement 🚀

In the table data view, it would be useful to be able to force filters to do a numeric comparison on a char column. I have a table with a...

enhancement 🚀

When performing "Copy > Row (SQL INSERT)" (or "Rows (SQL INSERT)"), the resulting SQL has table names in the column list. Example, a query like this: ``` select domain_name, version,...

bug 🪲

This is kind of obscure ... when `table1` and `table2` share a key column named for example `unique_id`, then given a SQL statement such as `SELECT unique_id, table2.* FROM table1...

bug 🪲

I may be hallucinating, but I'm sure at one point I was able to use a regular expression when filtering table names. E.g., find all tables whose names start with...

enhancement 🚀

Frequently I build up a list of filters like Sometimes I then want to remove a filter and add a conflicting one, e.g. To switch back and forth between the...

enhancement 🚀