forked from pool/sqlitebrowser
- 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
This commit is contained in:
parent
5696d43c10
commit
16898eb5e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31385555c0df24f974f17fb8997ae91fee7e1295adc44867fbd3849fc88efb41
|
||||
size 305182
|
3
sqlitebrowser-sqlb-3.0.2.tar.bz2
Normal file
3
sqlitebrowser-sqlb-3.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc9bf217f8cb0fd93a71b541b23acfe4c64ed386d8fc3034eb8e3c9e23adcf20
|
||||
size 305461
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sqlitebrowser
|
||||
#
|
||||
# Copyright (c) 2012-2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012-2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: sqlitebrowser
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 1
|
||||
License: GPL-2.0+
|
||||
Summary: Create, design and edit SQLite Databases
|
||||
|
Loading…
Reference in New Issue
Block a user