Manuel
Manuel
@hvanderlaan I can confirm this pull request is working for me. Well, in fact, this other second pull request is the good updated one: https://github.com/slokhorst/ikea-smartlight/pull/1 I think it would be...
Have you checked the "What's this" information for the filter box? It is not extensive, but it should give hints about the possible filter options. In my latest commits I've...
I added a commit for improving the visibility of the different filter options. See my comment in bbe2e33ea4f1f22c85d133bdc8af20ea986eea2f for explanatioon. It should be already in the nightly.
Recollecting, so far we have implemented: - [X] Visibility and helper menus of existing filters The pending enhancements mentioned in this issue are these kind of filters: - [ ]...
@tlhackque: > > It also would be useful to add a simple JOIN column (e.g. viewing orders, would be nice to add 'join order.customerid = customers.id') > It's not a...
A related issue is #23.
This would be a nice addition to the project. It should be selectable using a [crate configuration variable](https://alire.ada.dev/docs/#using-crate-configuration), or, even better, a runtime option. I saw an [official option](https://protobuf.dev/programming-guides/proto3/#options) `optimize_for`,...
Oops, this is happening for tables for which v3.12 worked like a charm, so we have broken something at some point... Example, [northwind](https://raw.githubusercontent.com/jpwhite3/northwind-SQLite3/main/dist/northwind.db) database.
Here is a workaround, go to Database Structure (Alt+D) and press F5 to refresh the database schema. After that, the autocompletion will work again
> Might be a race condition then, with the intellisense code not running at the correct time for newly opened databases? Probably. And I think this has happened before.