diff options
| author | 2015-04-19 22:30:21 -0400 | |
|---|---|---|
| committer | 2015-04-19 22:30:21 -0400 | |
| commit | a308f430f694423064ebc86fd0506c8c6fdb3d93 (patch) | |
| tree | ceacd24fecf92f40980f8d8f3fd169e317c886af /SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt | |
| parent | a5b034d4a9c44f9bc1e83b01de82530f8fc63013 (diff) | |
Imported Upstream version 3.0.5upstream/3.0.5
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt')
| -rw-r--r-- | SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt index f795356..384fd8a 100644 --- a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt +++ b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt @@ -1,3 +1,18 @@ +[3.0.5] + * [ADDED]: #2831 Ported 'Erase table data' feature (in table's context menu) from version 2.1.5. + * [CHANGE]: Data view has now a 'cover' with progress bar when commiting more changes at once. This eliminates weird GUI freeze when commiting lots of new/deleted rows. + * [CHANGE]: Populate dialog has now progress bar when working. + * [CHANGE]: Enhanced SQL formatter to format CREATE TRIGGER statements in a bit more readable way. + * [BUGFIX]: #2838 Fixed outstanding bug causing database file to be deleted if a user tried "Test connection" on the database under Windows. + * [BUGFIX]: Fixed crash when closing Populate Dialog while populating was in progress. + * [BUGFIX]: Fixed warning messages when there was a problem with restoring windows from last session. A message contains now window name that caused problem. + * [BUGFIX]: #2830 Closing database list made impossible. + * [BUGFIX]: #2829 Fixed support for DEFERRABLE (and related) keywords in foreign keys. + * [BUGFIX]: #2827 Release a file after import. + * [BUGFIX]: #2826 Fixed bug in SQL formatter causing 'expr ISNULL' expressions to disappear. + * [BUGFIX]: #2834 Removed './lib' form rpath for linux non-portable compilation. + * [BUGFIX]: #2836 Removed termcap dependency, as it was deprecated and no longer required. + [3.0.4] * [ADDED]: Import dialog has now "Ignore errors" option, to skip rows that causes problems (constraint violation, wrong column count, etc). * [CHANGE]: Enhanced Copy&Paste capabilities of data grid, so copying and pasting internally in SQLiteStudio will not be limited by TSV format (NULL values will be distinguished, tab characters will be allowed in values), only pasting from outside will be affected by TSV limitations. |
