Manuel
Manuel
Thanks, @chrisjlocke. With the latest commit from master, there is also an option for dropping the fields or table as a `SELECT` query: 8bb16d1dd0ed9989ff7d22bcdb31eff51b86228b
Implemented thanks to PR #3051. Could you try it and close this issue when everything is OK?
> Edit #2: Does copyColumnName actually get called? No, it wasn't associated to the menu entry. Sorry, it seemed so simple that I didn't test it before merging.
I think the original intention for this Constraints tab was to be able to add constraints applying to more than one field. A single foreign key can be added in...
Glad to have you back, @lucydodo.
@chtiland I can't reproduce this, but your backtrace is very useful. This is the related assert: ```c++ #if __cplusplus >= 201103L /** * Returns a read/write reference to the data...
Thanks to ColinDuquesnoy/QDarkStyleSheet, which provides now a light style, I could implement a new option for a light style. @ThomasBallatore could you try with tomorrow's [nightly build](https://github.com/sqlitebrowser/sqlitebrowser#nightly-builds) and report any...
The rationale of this is that we follow your desktop style by default and we adjust our defined colours to match the lightness or darkness of it. Additionally we provide...
> @mgrojo - I don't know how Qt works, but do we say 'use dark theme' and set the colours for each component/widget explicitly, or just tell Qt to use...
> While these latter two certainly look nice, I guess I was hoping for an option to simply show one of the first two by selecting something like light or...