forked from pool/sqlitebrowser
e40c7d1c2b
new upstream release OBS-URL: https://build.opensuse.org/request/show/386607 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=15
202 lines
11 KiB
Plaintext
202 lines
11 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Apr 9 15:32:00 UTC 2016 - mailaender@opensuse.org
|
|
|
|
- update to version 3.8.0
|
|
* Enhancements
|
|
- Add proper file extension filters to all file dialogs - 6b8f57d (thanks to @MKleusberg)
|
|
- Improved error handling, e.g. more error messages with more detailed error descriptions - #362, #363, 1696ad1 (thanks to @schdub and @MKleusberg)
|
|
- Allow changing table columns even when there is a foreign key constraint on the table - #362 (thanks to @MKleusberg)
|
|
- When holding Ctrl and Shift while clicking on a cell with a foreign key set, the browser now jumps to the referenced record - #192 (thanks to @MKleusberg)
|
|
- Add option for disabling the SQL error indicators in the Execute SQL area - #302 (thanks to @MKleusberg)
|
|
- Add an option for setting the colours of fields with regular and binary data - #377 (thanks to @schdub)
|
|
- Use the name of the imported file as default suggestion for a table name during CSV import - #376 (thanks to @MKleusberg)
|
|
- Save filter values, sort order and column widths for all tables when switching the current table or tab; also save the settings in the project file - 748f06d (thanks to @MKleusberg)
|
|
- Show a small clear button inside each filter box - 944e22a (thanks to @MKleusberg)
|
|
- Add basic support for different 'display formats', i.e. a conversion of the contents of a column into a different format for display purposes (e.g. converting a Unix epoch into an actual date) - 7c1d237, 22e858d (thanks to @MKleusberg)
|
|
- Remove deleted files from list of recently opened files - #379 (thanks to @MKleusberg)
|
|
- Add a new option for horizontal tiling of the code and result view in the Execute SQL area - #380 (thanks to @MKleusberg)
|
|
- Move execution time of the SQL statement to the top of the result view in the Execute SQL area - #381 (thanks to @MKleusberg)
|
|
- Add 'x rows affected' information to the result view of the Execute SQL area - 82292c2 (thanks to @MKleusberg)
|
|
- Add built-in UTF16 and UTF16CI collation - #391 (thanks to @sebastian-philipp)
|
|
- Add Ctrl+R shortcut (besides F5) for the refresh table button - #388 (thanks to @MKleusberg)
|
|
- Add option for setting the font and font size of the text in the table browser view - #383 (thanks to @MKleusberg)
|
|
- Support opening of read only database files - #402 (thanks to @MKleusberg)
|
|
- Add option for showing the rowid column in the data browser view - #408 (thanks to @MKleusberg)
|
|
- Add option for showing the text in the data browser view using a different encoding - #414 (thanks to @MKleusberg)
|
|
- Add option for setting an escape character for the filters in the data browser - #421 (thanks to @MKleusberg)
|
|
- Add a small delay before applying a new filter value instead of performing an instantaneous search to improve performance on large tables - #415 (thanks to @MKleusberg)
|
|
- Automatically add '%...%' wildcards to a filter query - #415 (thanks to @MKleusberg)
|
|
- Add Delete and Alt+Delete keyboard shortcuts for setting the current cell to empty string or NULL in the data browser view - #443 (thanks to @MKleusberg)
|
|
- Add new option for moving the Edit cell data dialog into a dock which is locked to the main window and stays opened - #416, #440, #441 (thanks to @MKleusberg)
|
|
- Allow drag-&-dropping text and files on a cell in the data browser - #441 (thanks to @MKleusberg)
|
|
- Add keyboard shortcuts for recently opened files - #432 (thanks to @MKleusberg)
|
|
- Add new option for setting a SQL script which gets executed whenever any database file is opened - #451 (thanks to @MKleusberg)
|
|
- Allow pasting data (e.g. from a spreadsheet) directly into the data browser view - #453 (thanks to @MilosSubotic)
|
|
* Bug fixes
|
|
- Fix missing SQL log when query contains a line break, also trim the log - #337, #356 (thanks to @schdub and @MKleusberg)
|
|
- Also set foreign key settings when creating a new database instead of just setting them when opening a file - 212116a (thanks to @MKleusberg)
|
|
- Fix drawing of Unicode characters in the SQL editor where the font settings wouldn't apply as they should have - #365 (thanks to @SevenLines)
|
|
Allow values greater than 10000 in the user_version pragma of a database - #366 (thanks to @schdub)
|
|
- Fix adding new a record into a table where all fields are set to a default value - #369 (thanks to @schdub)
|
|
- Fix resizing of the code and result view in the Execute SQL area - 6806a9b (thanks to @MKleusberg)
|
|
- Fix error message when changing table - #390 (thanks to @MKleusberg and @GeorgijK)
|
|
- Fix parsing of double backticks and double quotes used to escape a single one in create table statements - 160bc87, dce47b3 (thanks to @MKleusberg)
|
|
- Fix handling of tables when their name contains a backtick - #387 (thanks to @MKleusberg)
|
|
- Try to set a better window position when opening the Edit cell data dialog - #342, #394 (thanks to @MKleusberg)
|
|
- Fix possible infinite loop in the Edit cell data dialog - #444 (thanks to @manisandro)
|
|
- Fix bug when pressing the cancel button in the dialog you see when you're closing a database with unsaved changes - #432 (thanks to @MKleusberg)
|
|
- Don't allow conflicting field names in the Edit Table dialog - #460 (thanks to @MKleusberg)
|
|
* Translations
|
|
- Add translation into Traditional Chinese - #425 (thanks to @PeterDaveHello)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 13 12:29:25 UTC 2015 - stephan.barth@suse.com
|
|
|
|
- update to version 3.7.0
|
|
* Among many bug fixes 3.7.0 also contains these upstream enhancements:
|
|
- Add option to remember last location for file dialogs
|
|
- Add option for setting the font used in the SQL code editor
|
|
- Preserve filters in Browse Data tab when changing tabs
|
|
- Allow setting the line type and the point shape in the plot area
|
|
- Add a 'Copy Create statement' popup action to Database Browser tab
|
|
See the full list of 3.7.0 changes under
|
|
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.7.0
|
|
* Major new features that were added by upstream for version 3.6.0:
|
|
- Better SQL export
|
|
- REGEXP support (see the wiki page for details...)
|
|
- NULL value highlighting - customisable in the preferences
|
|
See the full list of 3.6.0 changes under
|
|
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.6.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 28 21:32:32 UTC 2015 - crrodriguez@opensuse.org
|
|
|
|
- Use QT5 for Factory builds
|
|
- Honour RPM_OPT_FLAGS.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 2 07:09:42 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Update licensing information
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 26 14:04:19 UTC 2015 - stephan.barth@suse.com
|
|
|
|
- Update to version 3.5.1 from 3.4.0
|
|
Upstream changes for 3.5.1:
|
|
|
|
Bug fixes
|
|
|
|
- Default Location field can't be changed in v3.5.0 on OSX - #197
|
|
- Crash when a table name is empty - #194
|
|
- CSV Import bug - final row being missed - #193
|
|
- Attach database when main is encrypted - #174
|
|
- Failure to delete some SQLite entries (.s3db) - #172
|
|
|
|
Important upstream changes for 3.5.0:
|
|
One of the major improvements in this release, is support for encrypted
|
|
databases. This is done using the SQLCipher encryption library.
|
|
|
|
Enhancements
|
|
|
|
- I18N - Simplified Chinese language support - #138
|
|
- Add tooltip for all table items - #139
|
|
- Remember CSV export options - #149
|
|
- Distinguish Save and Save As when saving SQL files in the Execute SQL tab
|
|
- #152
|
|
- Add two buttons to navigate to the head and the tail - #169
|
|
- Support Indices without sorting - #176
|
|
|
|
Enhancements with progress, though more still needs to be done
|
|
|
|
- Open Encrypted Database - #12
|
|
- Add full support for tables without rowid - #51
|
|
- NULL field values are not highlighted - #163
|
|
- Ability to change language - #182 #187
|
|
|
|
Bug fixes
|
|
|
|
- Foreign Key in Edit Create Table - #109
|
|
- CSV export bug - Fields aren't automatically quoted when separator
|
|
character is present in the data - #144
|
|
- [feature request]"Execute SQL": clear output if query returns nothing -
|
|
- #151
|
|
- Export to SQL INT Datatype Expression - #156
|
|
- Crash when opening db without rowid and composite primary key - #159
|
|
- Database Structure view: wrong parsing of CHECK constraints - #179
|
|
- tests: fix QCoreApplication parameters #185
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 8 10:51:35 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
- update to 3.4.0
|
|
+ CSV file import and export code has been extensively modified
|
|
for better RFC compatibility
|
|
+ support for custom collation sequences. This lets people use
|
|
SQLite3 databases copied from their Android phone or tablet.
|
|
+ several fixes in our SQL grammar parser
|
|
+ Make adding new rows less confusing by showing automatically
|
|
generated data by default values, triggers or the PK right after
|
|
the new row is added
|
|
+ Edit Table dialog: Add option for adding a unique constraint to columns
|
|
+ UI improvements: Show line numbers in the SQL log
|
|
+ Add a database schema pane (can be torn off)
|
|
+ Added a Russian translation, fixed German translation
|
|
+ new Project files feature, for saving metadata about your SQLite
|
|
Database files
|
|
+ New: Plotting, a quick and dirty way to draw graphs from your
|
|
table data
|
|
+ Bi-licensed under MPLv2 and GPLv3
|
|
- adapt package license string for the bi-license
|
|
- use cmake now instead of old qmake
|
|
- let make install the sqlitebrowser binary
|
|
- build-require hicolor-icon-theme for the directory ownership
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 16 19:34:33 UTC 2014 - lars@linux-schulserver.de
|
|
|
|
- update to 3.0.2:
|
|
+ Fix a memory leak
|
|
+ Allow space characters in table and index names, disallow ` chars
|
|
+ Update execute query table view when no results returned
|
|
+ Fix non tables/column names with non ascii characters
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 15 15:55:47 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- update to 3.0.1:
|
|
+ key names in table/column names
|
|
+ copy/paste of single cell
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 7 13:20:45 UTC 2013 - lars@linux-schulserver.de
|
|
|
|
- update to 3.0:
|
|
+ Qt3Support was removed
|
|
+ Recent files menu added
|
|
+ Improved UI, making it more modern, replacing some dialogs etc.
|
|
+ Syntax highlighting for SQL code
|
|
+ Cleaned up the code, reducing the SLOC quite a bit
|
|
+ Added basic support for triggers and views
|
|
+ Added pragma editing
|
|
+ Added BLOB support
|
|
+ Added a new filter row for searching
|
|
+ Improved performance when opening large tables
|
|
+ Extended the SQL tab
|
|
+ Added SQLite extension support
|
|
+ Fixed a ton of bugs
|
|
+ Probably more
|
|
- removed edittableform-fix-qdebug-use.patch
|
|
- removed sqlitebrowser-libs.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 07:24:24 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
- add -ldl to the linker (sqlitebrowser-libs.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 25 14:10:41 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
- initial version 2.0b1, but using SVN revision 69 instead
|
|
|