
For long-running queries, this makes a huge difference because it allows you to cancel the query anytime. This means the UI can respond while the query is running. SQL queries are now running in a separate thread. for presentations or printing.īetter threading and cancelling support for long-running queries This allows you to format the table contents just like a table in your favourite spreadsheet application, e.g. Your configured conditional formats are saved to your project files as well.Īdditionally there is a new format toolbar which allows you to set formats arbitrarily without giving any condition. If you are currently filtering the view, you can also right-click the filter bar and click ‘Use for Conditional Format’ to quickly add a conditional format for the current filter condition. To set a conditional format you can right-click a cell or right-click a filter bar, then click ‘Edit Conditional Formats…’ to open the dialog. equals, does not equal, less than, more than, LIKE, etc. Conditional formats can select for anything that can be filtered for, e.g. It works very similarly to what you might know from your spreadsheet application.Ĭonditional formats are set per column and multiple formats can be configured for each column. With this, you can set colours, font, font size, text alignment, and more depending on the values of the cell. We have added a new feature for configuring conditional formats in the Browse Data tab. This allows you to add and edit constraints for multiple columns but it is also useful for setting constraint names or just getting an overview of all constraints in the table. We have also added a new constraint editor. This should make editing the schema of large tables a lot faster. With this release DB4S keeps track of all your modifications, only applying them in one single process when clicking the OK button. Before each of these modifications would be carried out immediately which, for large tables, makes editing them very slow and tiresome. For example, when renaming a column you might want to edit its data type or default value too. Often you do not edit just one bit of your table schema.
#WINDOWS SQLITE BROWSER FULL#
This gives you the full ALTER TABLE support we offer but additionally, all the benefits just mentioned. Starting with this release DB4S makes as much use of this new feature as possible.
#WINDOWS SQLITE BROWSER UPDATE#
This does not only make renaming columns a lot faster, it makes it safer too because the new process is less prone to errors and also makes sure to update all references to the renamed column in your indices and triggers. SQLite 3.25.0 added support for renaming columns with the ALTER TABLE command (previously you had to create a new table with the renamed column, copy all data over, delete the old table, then rename the new table - even leaving out some details of the process here…).

#WINDOWS SQLITE BROWSER WINDOWS#
