1
0
forked from pool/sqlitebrowser
sqlitebrowser/sqlitebrowser.changes
Lars Vogdt 16898eb5e1 - 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

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=4
2014-02-16 19:35:01 +00:00

48 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
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