[libdbd-sqlite3-perl] branch master updated (4dc0f8a -> 576fb3a)

Salvatore Bonaccorso carnil at debian.org
Thu Feb 11 13:44:42 UTC 2016


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

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

      from  4dc0f8a   update changelog
      adds  01123b1   savepv and free unprepared_statements attribute when necessary, to fix #11 (Grinnz++)
      adds  c5ab12c   updated SQLite to 3.8.11.1
      adds  f7dde96   outermost savepoint should be treated as a begin(RT #106151)
      adds  de23515   not to FETCH in a loop
      adds  3a8faa0   improved note on allow_multiple_statements/unprepared_statements
      adds  5a163d9   releng 1.49_01
      adds  4891d48   extended errcode is available only if SQLite >= 3.6.5
      adds  3eb1a18   skip all the tests for table_column_metadata if ENABLE_COLUMN_METADATA is not set.
      adds  f679a6c   oops
      adds  3f61844   added a failing test for rt-106950
      adds  0acc824   added a workaround for prepared savepoints to fix rt-106950
      adds  d3d9abe   releng 1.49_02
      adds  726d1b5   made getsqlite.pl possible to download a snapshot version of SQLite
      adds  c165f39   defined SQLITE_ENABLE_JSON1 to enable json support (for SQLite 3.9.0+)
      adds  fec891c   updated SQLite to 3.9.0
      adds  5b1ad44   updated SQLite to 3.9.1
      adds  0590120   updated SQLite to 3.9.2
      adds  c7d4cc5   releng 1.49_03
      adds  5aca46b   Fix version check against 3.7.11 so the test runs
      adds  7a6d13f   Merge pull request #14 from nanis/nanis-fix-t59-version-check
      adds  150e9a4   fixed utility to fetch SQLite 3.7.4 correctly
      adds  e657de6   die if PageNotFound page is returned successfully
      adds  eb69d88   moved the guts of api_history utility to SQLiteUtil
      adds  fa0b8ed   made SQLiteUtil a bit less verbose
      adds  5802dae   made it easier to find what to add
      adds  b754aec   updated constants info
      adds  80f9f10   updated ::Constants
      adds  92f3b0b   releng 1.49_04
      adds  f706e15   tweaked utility to fetch library released in 2016 (3.10.0 and above)
      adds  61ae7b0   updated to SQLite 3.10.0
      adds  25b1b6d   oops; 3090000 was not 3.9.0
      adds  125d5c1   new constant is introduced in 3.10.0
      adds  fd95558   list avaialable constants for clarity
      adds  8cdc7a1   updated Constants
      adds  ea07bcc   LIKE/GLOB/REGEXP are also required to be implemented for SQLite 3.10.0 and above
      adds  376a224   better error checks
      adds  8845364   implemented ReadOnly attribute
      adds  5377c25   required to use DBD::SQLite before exporting
      adds  58e5083   added two shorter tag names
      adds  9a647c5   ignore virtual_table_scan_flags
      adds  ce28ce5   regenerated constants
      adds  c366b4d   added a note about the ReadOnly attribute
      adds  b71c5a6   removed a big warning on foreign keys
      adds  1a279cd   sort for consistency
      adds  ed34c8a   expose SQLITE_VERSION_NUMBER
      adds  b494c77   regen constants
      adds  03dd9b4   tweaked to include the bundled SQLite library version (RT-107040)
      adds  d38cfa0   moved the pragma section before the foreign keys section
      adds  57e13ad   create_module is for dbh, not sth
      adds  fcb048e   silenced uuv
      adds  b624002   sqlite_db_readonly requires SQLite 3.7.11
      adds  f5aaef2   allowed strlike to take a letter as the third arg, instead of a number
      adds  bc3fb95   added a note on strlike and strglob
      adds  0d52eae   added a test for strlike
      adds  c58791f   releng 1.49_05
      adds  e04ff84   updated SQLite to 3.10.1
      adds  36a662a   releng 1.49_06
      adds  609895d   updated to SQLite 3.10.2
      adds  db43f7a   releng 1.49_07
      adds  008e129   ignore one of the tests that requires the enhanced query syntax if DBD::SQLite is not compiled with ENABLE_FTS3_PARENTHESIS (RT-111558)
      adds  a17b7f3   these tests should be skipped if DBD::SQLite is not compiled with FTS3/4
      adds  ff895aa   releng 1.49_08
      adds  75c3f2e   releng 1.50
      adds  12640fd   Imported Upstream version 1.50
       new  ffdc878   Merge tag 'upstream/1.50'
       new  576fb3a   Update debian/changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |     75 +-
 MANIFEST                                           |      4 +
 META.json                                          |      2 +-
 META.yml                                           |      2 +-
 Makefile.PL                                        |      1 +
 SQLite.xs                                          |     22 +
 constants.inc                                      |    103 +
 dbdimp.c                                           |    189 +-
 dbdimp.h                                           |      1 +
 debian/changelog                                   |      5 +-
 fts3_tokenizer.h                                   |      1 +
 lib/DBD/SQLite.pm                                  |    201 +-
 lib/DBD/SQLite/Constants.pm                        |    346 +-
 lib/DBD/SQLite/VirtualTable.pm                     |      2 +-
 lib/DBD/SQLite/VirtualTable/PerlData.pm            |     24 +-
 sqlite3.c                                          | 106816 +++++++++++-------
 sqlite3.h                                          |    931 +-
 sqlite3ext.h                                       |     31 +-
 t/51_table_column_metadata.t                       |     10 +-
 t/59_extended_result_codes.t                       |      2 +-
 t/60_readonly.t                                    |     47 +
 t/61_strlike.t                                     |     30 +
 t/lib/Test.pm                                      |      2 +-
 t/rt_106151_outermost_savepoint.t                  |    161 +
 t/rt_106950_extra_warnings_with_savepoints.t       |     27 +
 t/rt_96878_fts_contentless_table.t                 |      1 +
 ...97598_crash_on_disconnect_with_virtual_tables.t |      1 +
 t/virtual_table/11_filecontent_fulltext.t          |     17 +-
 28 files changed, 70460 insertions(+), 38594 deletions(-)
 create mode 100644 t/60_readonly.t
 create mode 100644 t/61_strlike.t
 create mode 100644 t/rt_106151_outermost_savepoint.t
 create mode 100644 t/rt_106950_extra_warnings_with_savepoints.t

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