[Pkg-javascript-commits] [node-sqlite3] branch upstream updated (0e5bd62 -> c098d7b)

Jérémy Lal kapouer at alioth.debian.org
Wed Sep 4 12:34:14 UTC 2013


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

kapouer pushed a change to branch upstream
in repository node-sqlite3.

      from  0e5bd62   Imported Upstream version 2.1.1+ds1
       new  90eef8c   Imported Upstream version 2.1.15+ds1
       new  c098d7b   Imported Upstream version 2.1.15+ds2

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:
 .gitignore                          |   26 +-
 .travis.yml                         |    6 +
 CHANGELOG.md                        |    9 +
 Makefile                            |   28 +-
 README.md                           |  115 +++++--
 binding.gyp                         |   59 ++++
 configure                           |    2 +-
 deps/common-sqlite.gypi             |    5 +
 deps/extract.py                     |    9 +
 deps/sqlite3.gyp                    |   93 ++++++
 lib/sqlite3.js                      |    2 +-
 package.json                        |   22 +-
 src/async.h                         |   30 +-
 src/database.cc                     |   46 ++-
 src/database.h                      |    6 +-
 src/macros.h                        |    2 +-
 src/{sqlite3.cc => node_sqlite3.cc} |    3 +-
 src/statement.cc                    |   32 +-
 src/statement.h                     |   23 +-
 src/threading.h                     |   48 +++
 test/affected.test.js               |   28 +-
 test/blob.test.js                   |   36 +-
 test/cache.test.js                  |   71 ++--
 test/constants.test.js              |   72 ++--
 test/database_fail.test.js          |  361 +++++++++-----------
 test/each.test.js                   |   62 ++--
 test/exec.test.js                   |   30 +-
 test/extension.test.js              |   31 +-
 test/fts-content.test.js            |   13 +
 test/map.test.js                    |  127 ++++---
 test/named_columns.test.js          |   34 +-
 test/named_params.test.js           |   59 ++--
 test/null_error.test.js             |   34 +-
 test/open_close.test.js             |  194 +++++------
 test/other_objects.test.js          |  137 ++++----
 test/parallel_insert.test.js        |   46 +--
 test/prepare.test.js                |  622 +++++++++++++++++------------------
 test/profile.test.js                |   74 +++--
 test/rerun.test.js                  |   65 ++--
 test/scheduling.test.js             |   80 ++---
 test/serialization.test.js          |  127 +++----
 test/support/createdb.js            |   38 ++-
 test/support/helper.js              |   11 +-
 test/trace.test.js                  |  105 +++---
 test/unicode.test.js                |   64 ++--
 wscript                             |  146 --------
 46 files changed, 1686 insertions(+), 1547 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 CHANGELOG.md
 create mode 100644 binding.gyp
 create mode 100644 deps/common-sqlite.gypi
 create mode 100644 deps/extract.py
 create mode 100755 deps/sqlite3.gyp
 rename src/{sqlite3.cc => node_sqlite3.cc} (98%)
 create mode 100644 src/threading.h
 create mode 100644 test/fts-content.test.js
 mode change 100644 => 100755 test/support/createdb.js
 delete mode 100644 wscript

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-sqlite3.git



More information about the Pkg-javascript-commits mailing list