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

gregoa pushed a change to annotated tag upstream/0.16
in repository libdancer-plugin-database-core-perl.

        at  8917db2   (tag)
   tagging  c24cc2615335adbcc2cf910cd53185788c028931 (commit)
  replaces  upstream/0.15
 tagged by  gregor herrmann
        on  Sat Aug 13 16:48:28 2016 +0200

- Log -----------------------------------------------------------------
Upstream version 0.16

Alan Haggai Alavi (3):
      update settings from configuration file with those from application
      forgot to declare variable $handle
      fixed loop: loop over keys of hash

Alberto Simões (4):
      Merge pull request #63 from nunorc/update-bug
      Merge pull request #71 from bigpresh/fix/logger
      Merge pull request #72 from nunorc/fix-pod
      Merge pull request #78 from SysPete/plugin2-compat

Casao (3):
      quick_count($table, $where);
      Quick Count tests added.
      Updated POD to reference quick_count

David Precious (231):
      Updated README (generated from POD with pod2readme).
      Support connectivity-check-threshold as an alias.
      Update Changes
      Looks like I forgot to commit this after bumping version.
      Adding new handle class implementing covenience methods.
      Refactor - DRY.
      Add quick_delete.
      Document new convenience features in main plugin POD.
      Tests to exercise new extended features.
      Make test for quick_update pass.
      We'll probably want to ship D::P::Database::Handle.
      Add a $VERSION and note about SQL injection mitigation.
      Updated README (pod2readme automatic update)
      Don't try to link to docs for DBI::db.
      Correct URL for www.bobby-tables.com.
      Dirty bodge to work around problems on Windows systems.
      MANIFEST needs filenames, not dir names.
      Preparing to release 0.90.
      Add a use strict to Dancer::Plugin::Database::Handle.
      It's a subclass of DBI::db, not DBI::st.
      Docs and tests for Alan's runtime config patch.
      Update README (auto-generated with pod2readme)
      Releasing version 1.00!
      Refactor to fix GH 5 - horrid named connections bug.
      Add quick_select; re-work documentation.
      Stupid mistake.  (Fix where clause validation.)
      Fix bug with quick_insert() on MySQL/Postgres.
      Test quick_select
      Document new quick_select() briefly in main docs
      Update acknowledgements section
      Preparing to release 1.10.
      Include quick_select example in synopsis.
      Mispaste in docs.
      Another minor typo in docs.
      Documentation fix.
      Add where clause when using quick_select.
      More fixes for quick_select.
      Extend test suite - better testing of quick_select.
      Bump version to 1.11 ready for release.
      Add new auto UTF-8 support feature.
      Bugfix fetching charset setting, POD fix.
      It's ":memory:" not ":memory".
      Update README (automatically with pod2readme)
      Preparing 1.20 for release.
      Return undef if DB connection fails.
      Bump version to 1.21
      Don't log non-ASCII data or long data in debug.
      Remove use of to_json() from test.
      Removing t/boilerplate.t
      Bump version to 1.22 and update changelog.
      Only log queries if log_queries is enabled in config.
      Remove test app log.
      Stash away log_queries setting correctly.
      Avoid warning for undef params when logging.
      Preparing to release 1.24.
      Allow e.g. quick_select($table, {}) for all rows.
      Preparing to release 1.30 with change for gnusosa.
      Be fork/thread-safe.
      test that handles are cached.
      Acknowledge mst, who pointed out the fork/thread safety issue.
      Bumping version to 1.30_01; preparing a dev release.
      Extract driver from DSN so we can still do auto utf8.
      Update Changes; add acknowledgement.
      Mention thread safety in docs.
      Refactor fail - leaving the sigil there would help.
      Preparing to release 1.40.
      Include 'port' in config example.
      Acknowledgement for Christian Walde (Mithaldu).
      Link to watch repo on GitHub.
      Include description in name.
      Merge pull request #9 from LoonyPandora/patch-1
      Preparing to release 1.42.
      Merge pull request #11 from Perlover/master
      Merge pull request #12 from mrallen1/master
      Bumping version to do a test release with @mrallen1's changes.
      Merge branch 'master' of g...@github.com:bigpresh/Dancer-Plugin-Database
      Preparing to release 1.50 with @mrallen1's changes.
      Merge pull request #14 from Perlover/patch/doc-1
      Use =encoding utf8 in POD.
      Link to ACKNOWLEDGMENTS in main D::P::Database docs.
      Typo fix.
      Handle "is" operator in where clauses properly - Issue 15.
      Preparing to release 1.51
      Merge pull request #16 from bor/master
      Acknowledgement for @bor.
      Avoid errors under strict subs
      Avoid stupid uninitialised value warnings
      Add database_connected hook.
      Acknowledgement for mdom
      Updated README (using pod2readme)
      Bump required Dancer version to 1.3050.
      Bump version to 1.60 and update Changes
      Starting to add new additional query options.
      POD fix.
      Merge branch 'master' of g...@github.com:bigpresh/Dancer-Plugin-Database
      New tests to test selecting specific columns.
      Support adding LIMIT clause if specified in options
      Don't leave behind old LIMIT-setting code.
      Test user-supplied limit param.
      Add support for ORDER BY clauses via order_by option.
      Tests for order_by option.
      Bump version on D::P::D::Handle
      Tiny typo fix in comment
      Update DBD:SQLite 'database' alias comment
      Bump copyright year.
      Acknowledgement for Andrey Inishev.
      Clearer ref to full D::P::D::Handle docs.
      Merge branch 'feature/additionaloptions'
      Bump version, preparing for developer release
      Update README (using pod2readme)
      Er, let's ship the new t/02-handle.t
      Bump version for another dev release.
      Adding MANIFEST.SKIP.
      Bump version to 1.70 ready for release
      Bump version to 1.70, preparing to release
      Minor doc tweaks.
      Adding new hooks, as requested in GH-24.
      Test that database_connected hook fires correctly
      Test that database_connected hook receives handle.
      Test that database_error hook fires
      Test that database_lost_connection hook fires
      Rename database_lost_connection and implement it.
      Test that database_connection_failed hook fires.
      Acknowledgement for @knutov.
      Support blessing DB handle into alternative class.
      Test ability to override class of database handles
      Test handle class which subclasses D::P::D::Handle
      Document handle_class option
      Ensure the handle class requested is loaded.
      Requested handle class is now loaded automatically.
      Bump version to 1.70_01, ready for developer release
      Shipping TestHandleClass would be useful.
      Preparing to ship 1.70_02 for more test reports
      Add repository/bugtracker/homepage to META.yml
      Bump version to 1.80, update Changes
      Update README (using pod2readme)
      Minor typo fix.
      Test to expose bug from PR-27.
      Merge pull request #27 from mstap/patch-1
      Merge branch 'master' of g...@github.com:bigpresh/Dancer-Plugin-Database
      Extra test records for test for PR-27.
      Indent fix
      Update tests to reflect the two new test records
      Indent fix
      Capture log output rather than printing it.
      Update Changes
      Version bumpage, preparing to release 1.81
      Mention MySQL sql_mode in the docs.
      Accept a single string as on_connect_do value.
      Cache a ref to settings hashref so it doesn't go out of scope.
      Bump version
      Update Changes
      Merge pull request #30 from bor/fix/POD
      Merge pull request #32 from bigpresh/universal
      Bump Dancer version required to 1.3099
      Set version for a dev release.
      Quote identifiers more intelligently.
      Update Changes
      Fix minor typo in Changes
      Accept limit offset,count syntax too.
      Update changes to reflect limit arg validation change
      Be more consistent.
      Allow a false value for connection_check_threshold to disable checking.
      Update acknowledgements section
      Update README (via pod2readme)
      Bump version for another dev release
      Update Changes
      Bump version - 2.00!
      Fix horrid crashing bug.
      Update Changes
      Bump version to 2.01
      Add Travis CI config
      Merge pull request #34 from bigpresh/use-travis
      Muppetry - don't reuse the same var name, that's silly.
      Merge branch 'master' of github.com:bigpresh/Dancer-Plugin-Database
      Log more helpful error if asked for non-existent default conn
      Bump version
      Update Changes
      Remove left-over debugging warning
      Bump version to 2.03
      Update Changes
      Permit "sid" in DSN for Oracle support.
      Document Oracle sid param (and give SQLite example, too)
      Update Changes
      Update README (via pod2readme)
      Bump version
      Merge pull request #45 from e11it/master
      Merge branch 'patch-1' of git://github.com/jmazon/Dancer-Plugin-Database 
into pr/44/cache_after_reconnect
      Test for caching after reconnect (see PR-44)
      Update Changes for shared core
      Updating Changes for Dancer1
      Bump version for Dancer::Plugin::Database
      Bump version for shared core to 0.05
      Merge pull request #48 from e11it/master
      POD syntax fixes
      Merge pull request #49 from jmazon/patch-1
      Fix indentation
      Refactor SQL generation into own method
      Handle SELECT queries with no WHERE clause provided.
      Tests for SQL generation
      Support scalarrefs for untouched data in INSERTs.
      Don't add scalarref values to bind params.
      Expect no space here.
      Include sqlgen tests in plan.
      Document use of scalarrefs for untouched values
      Allow scalarrefs for UPDATE values to be untouched.
      Support testing for expected bind params.
      Test simple WHERE hashref values and bind params
      Test for lack of bind params when not expected too
      Merge pull request #60 from bigpresh/feature/scalarref_for_function_calls
      Bump version to a new testing release
      Use keys in alphabetical order for predictability
      Bump to second dev release for cpantesters
      Uh, actually sort by keys here.
      Bump dev release version, another try at cpantesters.
      Merge pull request #61 from hvoers/master
      Merge branch 'master' of github.com:bigpresh/Dancer-Plugin-Database
      Bump version to 0.09
      Update Changes
      Merge branch 'master' of github.com:bigpresh/Dancer-Plugin-Database
      Update Changes for 0.10
      Bump version to 0.10
      Regenerated README via pod2readme
      Merge branch 'master' of github.com:bigpresh/Dancer-Plugin-Database
      Die informatively if we have no settings.
      Merge pull request #79 from racke/pr/pod-coverage
      Merge pull request #87 from joshrabinowitz/factor-where-clause
      Credit Josh and update to today in changelog entry
      Getting no WHERE clauses is not necessarily an error.
      Bump to 0.16 and update Changes
      Er, bump version here too

Henk van Oers (1):
      use an on_plugin_import block

Ilya Makarov (3):
      Check for defined vals, not only exists
      Offset item description
      Offset item description(fix formate)

Ivan Bessarabov (1):
      Writing everywhere correct param name

James Aitken (1):
      Don't warn that we're adding UTF-8 support if we've already set it 
ourselves

James Russo (2):
      update logic for eval.
      return 0 on some on the eval check.

Jean-Baptiste Mazon (2):
      Save a reference to the new handle when reconnecting
      Join the reconnection and connection codepaths

Josh Rabinowitz (1):
      factor out generate_where_clauses() for

Mark Allen (4):
      Fetch specific columns using quick_select by passing arrayref
      Add quick_lookup syntactic sugar method
      Make WHERE more configurable - no test cases yet
      Implement where clause operators as hashref keys

Michael Stapelberg (1):
      Bugfix: Make ORDER clauses work when using WHERE clauses (missing space)

Mohammad S Anwar (1):
      - Fixed the cpants issue:

Nuno Carvalho (2):
      Fix SQL building and params handling for updates
      Fix documentation POD

Perlover (3):
      Now we can do to disconnect for $dbh (database->disconnect) successfully
      Added Makefile.old to .gitignore
      Fixed doc about 'dbi_params'

Peter Mottram (4):
      Ugly fix for plugin2 compat
      hide plugin2 compat DSL from pod coverage test
      use $dsl->config instead of plugin_settings for plugin2
      syspete-- plugin2 check should use $dsl->app->can

Sergiy Borodych (3):
      small fixes in POD
      added reminder about using "quote/quote_identifier" in WHERE
      some POD fixes

Stefan Hornburg (Racke) (1):
      Run POD coverage tests only for authors.

Steve Bertrand (1):
      POD Updates, work on #43

ambs (90):
      support IS NULL where clause
      Docs, Changes, Release
      I know I didn't do much.. but
      Refer SimpleCRUD
      In the way for a Universal DPD
      Nothing relevant
      More passing tests
      Nothing relevant
      Almost ready for 2. need to test again with 1
      Clean up code
      Clean up some more
      Better var naming
      New Dancer 2 way for hooks
      Use last commits on dancer 1
      Move test files
      More moves
      Last moves
      Empty Shared module
      Moved Handle
      More main methods
      Move complete. Now test
      Mostly done
      Fixed
      Trying to fix travis
      Fix2?
      Creating Dancer2 version
      Dancer 2 version passing tests
      Try to test two dists
      Fix bad yaml
      And test Dancer 2 as well
      Test the correct thing
      call other execute_hook
      Fix Changes
      Fix changes
      Fix dependencies
      Update Changes
      Update changes
      Release split version
      Merge branch 'pr/split'
      2.06
      Fix TestHandleClass
      Fix TesthandleClass base class
      fixes
      Fix nasty bug
      Use array instead of hashref
      Update changes
      Bump Handle version
      Fix my latest commit on using selectrow_array
      Merge branch 'Casao-master'
      Release Dancer::Plugin::Database::Core 0.04 with quick_count
      Release Dancer::Plugin::Database 0.08 with quick_count
      Release Dancer2::Plugin::Database 0.09
      Moved TestHandleClass from place
      Dancer2 no longer searches for 'lib'
      Require recent Dancer2
      Bump version
      Add server config opt
      metadata for metacpan
      Added dsn_extra options
      Update makefile for new prerequisites
      Fixed t/01-basic.t
      Changes
      Fix dep
      RT #101180
      Fix docs
      Bumped version
      Bump version, and changelog
      Fix license and bump version
      tickets
      Fix logger usage, hopefully
      bump version
      Require latest Core
      New version, some reverts, seems to work
      Version++
      Prepare 2.14 release
      Bump required Dancer2 version
      Merge branch 'master' of 
https://github.com/jamesrusso/Dancer-Plugin-Database into jamesrusso-master
      Merge branch 'jamesrusso-master'
      Rewrite PR code
      Core v0.14
      Update changes before is forgotten
      D2 v2.15
      Update MANIFEST.IGNORE
      Release
      Merge branch 'stevieb9-master'
      Changes
      Merge branch 'SysPete-plugin2'
      Prepre new relese
      update changes
      Merge branch 'Manwar-fix-cpants-issue'

gregor herrmann (1):
      Imported Upstream version 0.16

root (1):
      wrap ping in eval.

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-database-core-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to