[libdbd-sqlite3-perl] 01/05: Merge tag 'upstream/1.48'

Salvatore Bonaccorso carnil at debian.org
Thu Jun 11 18:14:55 UTC 2015


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

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

commit 60752a44aaa9f2ae8c7ff273a7b7fe403ccc3758
Merge: 02a9c89 12f619f
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Jun 11 20:01:19 2015 +0200

    Merge tag 'upstream/1.48'
    
    Upstream version 1.48

 .travis.yml                                        |     8 +-
 Changes                                            |    32 +
 MANIFEST                                           |     6 +-
 MANIFEST.SKIP                                      |     1 +
 META.json                                          |     4 +-
 META.yml                                           |     4 +-
 Makefile.PL                                        |    13 +-
 SQLite.xs                                          |   339 +-
 constants.inc                                      |   941 ++
 dbdimp.c                                           |   353 +-
 dbdimp.h                                           |    11 +-
 lib/DBD/SQLite.pm                                  |    70 +-
 lib/DBD/SQLite/Constants.pm                        |   488 +
 lib/DBD/SQLite/VirtualTable.pm                     |     2 +-
 sqlite3.c                                          | 10983 +++++++++++++------
 sqlite3.h                                          |  1502 ++-
 t/09_create_function.t                             |    31 +-
 t/10_create_aggregate.t                            |    21 +-
 t/34_online_backup.t                               |    10 +-
 t/39_foreign_keys.t                                |     8 +-
 t/43_fts3.t                                        |     7 +-
 t/45_savepoints.t                                  |     6 +-
 t/49_trace_and_profile.t                           |     5 +-
 t/52_db_filename.t                                 |     5 +-
 t/53_status.t                                      |    24 +-
 t/56_open_flags.t                                  |     9 +-
 t/57_uri_filename.t                                |     6 +-
 t/59_extended_result_codes.t                       |    57 +
 t/lib/Test.pm                                      |    36 +-
 t/rt_26775_distinct.t                              |     7 +-
 t/rt_78833_utf8_flag_for_column_names.t            |     9 +-
 t/rt_96050_db_filename_for_a_closed_database.t     |    13 +-
 t/rt_96878_fts_contentless_table.t                 |     9 +-
 ...97598_crash_on_disconnect_with_virtual_tables.t |     6 +-
 t/virtual_table/10_filecontent.t                   |     2 +
 t/virtual_table/11_filecontent_fulltext.t          |    14 +-
 t/virtual_table/20_perldata.t                      |    27 +-
 t/virtual_table/rt_99748.t                         |    14 +-
 util/getsqlite.pl                                  |    85 -
 t/29_cppcomments.t => xt/cpp_comments.t            |     4 +-
 40 files changed, 10518 insertions(+), 4654 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