
What is New ?
- [ADDED]: WxSQLite3 plugin (with encryption support).
- [ADDED]: System.Data.SQLite plugin (ADO.NET, includes encryption support).
- [ADDED]: Support for "Row Value" introduced in SQLite 3.15.0.
- [ADDED]: New option in configuration dialog to decide whether you want to keep NULL values when entering empty strings in cells (new, more intuitive behavior), or overwrite NULLs with empty string values (as it used to be so far).
- [ADDED]: Editor window has now "Find" and "Replace" toolbar buttons for those functions (which were already there, available under shortcuts).
- [ADDED]: New built-in functions: import(), import_formats(), import_options() and charset(). All described on SQLiteStudio's wiki (at User Manual page).
- [ADDED]: You can't view the links! Click here to register ScriptingTcl has now "tcl_init" command to invoke full interpreter initialization, which creates [clock] commands and some others. It's not invoked automatically to avoid performane issues.
- [ADDED]: You can't view the links! Click here to register Added "--master-config" command line option to have a settings file (regular SQLiteStudio config file) that all running SQLiteStudio instances import settings from. More details in manual on wiki page.
- [ADDED]: You can't view the links! Click here to register Added 'select all' and 'deselect all' buttons in tigger's UPDATE OF columns dialog.
- [CHANGE]: You can't view the links! Click here to register Re-enabled possibility to close database list panel (and reopen it from the View menu entry).
- [CHANGE]: You can't view the links! Click here to register Automatically generated database name includes full file name, except for the file extension only (unlike before, when it took only a file name up to the first dot).
- [CHANGE]: You can't view the links! Click here to register The "generate name automatically" checkbox has been removed. Now the name is generated automatically by default, unless user starts to edit the name manually.
- [BUGFIX]: You can't view the links! Click here to register You can't view the links! Click here to register You can't view the links! Click here to register Fixed double precision numbers formatting.
- [BUGFIX]: DbAndroid plugin: Fixed 'adb' automatic detection under Linux.
- [BUGFIX]: You can't view the links! Click here to register You can't view the links! Click here to register Fixed problem with database versions in Android plugin.
- [BUGFIX]: You can't view the links! Click here to register Fixed crash when confiriming custom FK value with Enter key.
- [BUGFIX]: You can't view the links! Click here to register You can't view the links! Click here to register Fixed default FK value preselection when tabbing through cells.
- [BUGFIX]: You can't view the links! Click here to register Fixed crash when mass replacing token to another token containing initial token.
- [BUGFIX]: Fixed query generation for "UPDATE" and "DELETE" when invoking it from Database List context menu for the table.
- [BUGFIX]: Fixed Ctrl+click (Cmd+click on MacOSX) handling of object names that require name wrapping (such as names with spaces in it).
- [BUGFIX]: You can't view the links! Click here to register Fixed resolving tables with unusual (like cyrillic) characters in their names.
- [BUGFIX]: You can't view the links! Click here to register Restored data editing by Return key hit, that got broken in 3.1.0 for MacOSX.
- [BUGFIX]: You can't view the links! Click here to register Several tweaks to Android shell mode connection.
- [BUGFIX]: You can't view the links! Click here to register Fixed memory leak in Android plugin.
- [BUGFIX]: You can't view the links! Click here to register Fixed column resolving in a View that uses same alias for two different columns.
- [BUGFIX]: Fixed importing Windows and Macintosh end-line format CSV files (handling \r\n and \r properly).
- [BUGFIX]: You can't view the links! Click here to register Fixed recognizing CREATE TRIGGER statements properly when CASE-WHEN-END is used inside.
- [BUGFIX]: You can't view the links! Click here to register Fixed Foreign Key editing when the foreign table was modified (for example renamed) and the local column was already presented in the data view.
- [BUGFIX]: You can't view the links! Click here to register DEFAULT value is now automatically inserted only when committing NULL for NOT NULL column. Also new option is introduced to use DEFAULT always for NULL values, regardles of NOT NULL constraint.
- [BUGFIX]: Fixed refreshing database list view when changing labels display settings in configuration dialog.
- [BUGFIX]: Fixed FormView row navigation shortcuts.
- [BUGFIX]: You can't view the links! Click here to register Fixed alphabetical ordering when exporting entire database.
- [BUGFIX]: Fixed "UPDATE OF" column list formatting (indentation) in Enterprise Formater plugin.
- [BUGFIX]: Fixed SqlSimpleFormatter plugin to add ";" at the end of CREATE TABLE statements while exporting database schema to SQL format.
- [BUGFIX]: Data view fonts now apply to other tabs in the table window and view window.
- [BUGFIX]: You can't view the links! Click here to register Fixed performance issue with lots of big values loaded into the grid. Also fixed editing those values using the inline cell editor.
- [BUGFIX]: You can't view the links! Click here to register Fixed query executor to idenfity properly tables in named subselects, to the ROWID is handled correctly.
- [BUGFIX]: You can't view the links! Click here to register Fixed data filter field in data view, so it handles the single quote character.
- [BUGFIX]: You can't view the links! Click here to register Erasing table data context menu option now honors multiple table selection.
- [BUGFIX]: You can't view the links! Click here to register Optimized execution of thousands of queries at once in SQL editor window.
- [BUGFIX]: You can't view the links! Click here to register Table foreign key dialog can now refer to the same table. So far only column dialog constraint for FK could do it.
- [BUGFIX]: You can't view the links! Click here to register Performance of SQL editor window greatly increased when working with huge sets if queries (like thousands).
- [BUGFIX]: You can't view the links! Click here to register Fixed formatter for "NOT EXISTS" expression.
- [BUGFIX]: You can't view the links! Click here to register Fixed handling scientific numbers notation.
- [BUGFIX]: You can't view the links! Click here to register Fixed "go to referenced row" function when using multi word object names.
- [BUGFIX]: You can't view the links! Click here to register Fixed numerous typos in messages and names.
- [BUGFIX]: You can't view the links! Click here to register Fixed pagination for query simple execution method.
- [BUGFIX]: You can't view the links! Click here to register Fixed ORDER BY with column numbers, instead of names.
- [BUGFIX]: You can't view the links! Click here to register Fixed trigger UPDATE OF columns popup dialog positioning.
- [BUGFIX]: You can't view the links! Click here to register Fixed crash when trying to print data.
- [BUGFIX]: Fixed reading long values of not-editable result columns (like expressions or functions that return long values). They used to be truncated.
- [BUGFIX]: Compilation fixes.
