Martin Kleusberg

Results 103 comments of Martin Kleusberg

Just did some testing (with the latest build and on my system, so the exact number may vary slightly). There is a minimum window height and you're not allowed to...

Do you have any numbers for the time your query takes via ODBC? Maybe this gives us a clue where to start looking for the issue. A quick analysis on...

The bug in the nightly build mentioned by @chrisjlocke (the column not actually being renamed) should be fixed now too. So it's save to give the latest version a try....

Oh, @mgrojo is right! That might be easier then! :smile:

That new crash you saw should be fixed in the latest version, @mrspirytus. Can you update to the latest version and try again if it's indeed working for you? If...

@emailman Tomorrow's nightly build will finally include proper editing of check constraints. You can find it [here](https://nightlies.sqlitebrowser.org/latest/). Can you give that a try? :smile:

Thank you very much for this, @sandman7920! I haven't had the chance to review this in detail yet. But two general thoughts from my side: 1) Ideally we would override...

It's unfortunately not something we really have control over. I suspect the different behaviour comes from the fact that Chrome does lots of stuff asynchronously so the timing between getting...

As Justin already said this statement only works on Oracle databases ```sql SELECT SIGN(-145), SIGN(0), SIGN(145) FROM dual; ``` However, in SQLite you can just remove the ```FROM``` part as...

So this happens for any table definition? As a first try, can you install the ```sqlitebrowser-debuginfo``` package and run ```sqlitebrowser``` from the command line and paste the output when it...