forked from pool/sqlitebrowser
3766e6f8f6
+ 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 - use cmake now instead of old qmake - let make install the sqlitebrowser binary OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=7
72 lines
2.7 KiB
Plaintext
72 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
- use cmake now instead of old qmake
|
|
- let make install the sqlitebrowser binary
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|