Accepting request 348016 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/348016 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite2?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1715f8e6dfd6e1fe34ae5c8d8b15e3d856b29e5416d6b02d5575ff55f4411e60
|
|
||||||
size 371022
|
|
3
DBD-SQLite2-0.37.tar.gz
Normal file
3
DBD-SQLite2-0.37.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8948fa682607ebbeb0fad5abf12aab4085deb4388a4dec06a65896dc340fd07f
|
||||||
|
size 370783
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 9 09:03:54 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.37
|
||||||
|
see /usr/share/doc/packages/perl-DBD-SQLite2/Changes
|
||||||
|
|
||||||
|
0.37 2015-12-08 rurban
|
||||||
|
- Fix handling of 64bit int and double result types [cpan #28448].
|
||||||
|
We promote now overlong integers to double, not strings.
|
||||||
|
sqlite_set_result_double() was never used.
|
||||||
|
- Add LICENSE for t/98_kwalitee.t (only specified in EUMM rule)
|
||||||
|
- Add CONFIGURE_REQUIRES => DBI [cpan #110188]
|
||||||
|
- Fix little spelling error [cpan #85437]
|
||||||
|
- Silence void* to int cast warning in func.c
|
||||||
|
- Improve kwalitee test
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 19:40:28 UTC 2015 - coolo@suse.com
|
Thu Apr 16 19:40:28 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DBD-SQLite2
|
Name: perl-DBD-SQLite2
|
||||||
Version: 0.36
|
Version: 0.37
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DBD-SQLite2
|
%define cpan_name DBD-SQLite2
|
||||||
Summary: Self Contained RDBMS in a DBI Driver (sqlite 2.x)
|
Summary: Self Contained RDBMS in a DBI Driver (sqlite 2.x)
|
||||||
@@ -44,30 +44,30 @@ domain, DBD::SQLite2 includes the entire thing in the distribution. So in
|
|||||||
order to get a fast transaction capable RDBMS working for your perl project
|
order to get a fast transaction capable RDBMS working for your perl project
|
||||||
you simply have to install this module, and *nothing* else.
|
you simply have to install this module, and *nothing* else.
|
||||||
|
|
||||||
For real work please use the updated the DBD::SQLite manpage driver with
|
For real work please use the updated DBD::SQLite driver with the up-to-date
|
||||||
the up-to-date sqlite3 backend. SQLite2 supports the following features:
|
sqlite3 backend. SQLite2 supports the following features:
|
||||||
|
|
||||||
* Implements a large subset of SQL92
|
* Implements a large subset of SQL92
|
||||||
|
|
||||||
See http://www.sqlite.org/lang.html for details.
|
See http://www.sqlite.org/lang.html for details.
|
||||||
|
|
||||||
* A complete DB in a single disk file
|
* A complete DB in a single disk file
|
||||||
|
|
||||||
Everything for your database is stored in a single disk file, making it
|
Everything for your database is stored in a single disk file, making it
|
||||||
easier to move things around than with the DBD::CSV manpage.
|
easier to move things around than with DBD::CSV.
|
||||||
|
|
||||||
* Atomic commit and rollback
|
* Atomic commit and rollback
|
||||||
|
|
||||||
Yes, DBD::SQLite2 is small and light, but it supports full transactions
|
Yes, DBD::SQLite2 is small and light, but it supports full transactions
|
||||||
|
|
||||||
* Extensible
|
* Extensible
|
||||||
|
|
||||||
User-defined aggregate or regular functions can be registered with the
|
User-defined aggregate or regular functions can be registered with the SQL
|
||||||
SQL parser.
|
parser.
|
||||||
|
|
||||||
There's lots more to it, so please refer to the docs on the SQLite web
|
There's lots more to it, so please refer to the docs on the SQLite web
|
||||||
page, listed above, for SQL details. Also refer to the DBI manpage for
|
page, listed above, for SQL details. Also refer to DBI for details on how
|
||||||
details on how to use DBI itself.
|
to use DBI itself.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Reference in New Issue
Block a user