aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
index 0baf02c..c890b69 100644
--- a/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
+++ b/SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt
@@ -1,3 +1,33 @@
+[3.0.2]
+ * [ADDED]: Full support for the interface translations.
+ * [ADDED]: Polish translation.
+ * [ADDED]: #219, #2711 Reset autoincrement feature to context menu of table and to structure toolbar in table window.
+ * [ADDED]: #2715 Added "rows affected" to the execution result message for INSERT/DELETE/UPDATE queries.
+ * [BUGFIX]: Fixed deleting column from table that is the only column covered by an index or an "UPDATE OF" trigger.
+ * [BUGFIX]: #2703 Fixed compilation errors on GCC 4.9.
+ * [BUGFIX]: #2707 Fixed crash when importing CSV file with empty value for last column.
+ * [BUGFIX]: Valid objects in SQL editor are now highlighted and are Ctrl+clickable (the feature was there, but was broken and it didn't work).
+ * [BUGFIX]: Fixed invalid 'modified' status when focusing out NumberMultiEditor in FormView, resulting in uncommited change on FormView, even there was no change.
+ * [BUGFIX]: #2698 Fixed double precision numbers displaying in the Grid View.
+ * [BUGFIX]: #2696 Fixed handling foreign keys when the main table was not renamed, just columns changed.
+ * [BUGFIX]: #2713 Fixed foreign key actions in Foreign Key dialog, so they are no longer the same for ON UPDATE and ON DELETE, even they were configured differently.
+ * [BUGFIX]: #2715 Fixed storing rows affected/selected in SQL Editor history (bug since version 3.0.0 caused "rows" column in SQL history to be always 0).
+ * [BUGFIX]: Main window toolbar is updated after creating/deleting database objects (it was not).
+ * [BUGFIX]: #2722 Fixed crash when exporting database without data.
+ * [BUGFIX]: #2727 Fixed error message when calling SELECT with table from (transparently) attached database and selecting invalid column - message was misleading.
+ * [BUGFIX]: #2728, #2729 Fixed DEFAULT constraint dialog, so 1) it works when creating first column for new table, 2) it allows a single word as a default value, even the word is not an explicit string.
+ * [BUGFIX]: #2697 Fixed data populate dialog.
+ * [BUGFIX]: #2731 Fixed problem with attached databases not detaching after transparent attach in cross-database queries.
+ * [BUGFIX]: #2734 Fixed code assistant crash in Trigger Dialog.
+ * [BUGFIX]: #2721 Fixed initial selection of database in SQL Editor window, so it's set to the database currently selected in databases list on the left.
+ * [BUGFIX]: #2721 Added database name to error message when the SQL query execution failed.
+ * [BUGFIX]: #2718 Checkbox in CSV import plugin renamed to "Skip first row of data".
+ * [BUGFIX]: Fixed staring edition of data in grid by pressing Enter key.
+ * [BUGFIX]: #2745 Fixed crash when ctrl+right_clicking in SQL editor.
+ * [BUGFIX]: #2733 Fixed handling of foreign keys when changing table structure.
+ * [BUGFIX]: #2749 Fixed handling of function(distinct arg), resulting in incorrect results when executed.
+ * [BUGFIX]: Fixed logging SQL queries when --debug-sql is enabled. Queries from query executor were not logged.
+
[3.0.1]
* [ADDED]: When the data is being read into the Gird View, columns width gets automatically adjusted, so for small values they are shrinked and for bigger values they're enlarged, but never above the configured limit (a new option in config dialog).
* [ADDED]: Implemented support for immediate editing of rows just added to the WITHOUT ROWID tables (previously the manual refresh of data view was required).