[libdbd-sqlite3-perl] 03/09: Merge tag 'upstream/1.44'

gregor herrmann gregoa at debian.org
Wed Oct 22 16:25:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbd-sqlite3-perl.

commit a5a757d9c1307629afbd622fd64d98a5f97943b8
Merge: f8123dd 881e97e
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 22 17:36:36 2014 +0200

    Merge tag 'upstream/1.44'
    
    Upstream version 1.44

 .travis.yml                                        |    9 +
 Changes                                            |   53 +
 MANIFEST                                           |   16 +
 MANIFEST.SKIP                                      |    2 +
 META.json                                          |    5 +-
 META.yml                                           |   21 +-
 Makefile.PL                                        |   38 +-
 SQLite.xs                                          |   19 +-
 dbdimp.c                                           | 1065 ++-
 dbdimp.h                                           |   16 +-
 lib/DBD/SQLite.pm                                  |  325 +-
 lib/DBD/SQLite/Cookbook.pod                        |   33 -
 lib/DBD/SQLite/Fulltext_search.pod                 |  514 ++
 lib/DBD/SQLite/VirtualTable.pm                     |  824 ++
 lib/DBD/SQLite/VirtualTable/FileContent.pm         |  333 +
 lib/DBD/SQLite/VirtualTable/PerlData.pm            |  454 ++
 sqlite3.c                                          | 8229 +++++++++++++-------
 sqlite3.h                                          |  244 +-
 t/02_logon.t                                       |    5 +-
 t/33_non_latin_path.t                              |   35 +-
 t/35_table_info.t                                  |   31 +-
 t/42_primary_key_info.t                            |   34 +-
 t/lib/Test.pm                                      |    2 +-
 t/rt_96050_db_filename_for_a_closed_database.t     |   24 +
 t/rt_96877_unicode_statements.t                    |   40 +
 t/rt_96878_fts_contentless_table.t                 |   58 +
 ...97598_crash_on_disconnect_with_virtual_tables.t |   38 +
 t/virtual_table/00_base.t                          |  137 +
 t/virtual_table/01_destroy.t                       |   76 +
 t/virtual_table/02_find_function.t                 |  171 +
 t/virtual_table/10_filecontent.t                   |   62 +
 t/virtual_table/11_filecontent_fulltext.t          |  101 +
 t/virtual_table/20_perldata.t                      |  121 +
 t/virtual_table/21_perldata_charinfo.t             |   52 +
 34 files changed, 9836 insertions(+), 3351 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-perl.git



More information about the Pkg-perl-cvs-commits mailing list