[libdancer-plugin-database-perl] annotated tag upstream/2.13 created (now e37dc6b)
gregor herrmann
gregoa at debian.org
Sat Aug 13 14:58:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag upstream/2.13
in repository libdancer-plugin-database-perl.
at e37dc6b (tag)
tagging a56d6524b9186de4cf6a54c03f9beba6c98bdd4f (commit)
replaces upstream/2.12
tagged by gregor herrmann
on Sat Aug 13 16:53:16 2016 +0200
- Log -----------------------------------------------------------------
Upstream version 2.13
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 (266):
Initial development of Dancer::Plugin::Database.
Documentation improvements.
Don't use warnings; don't include version in POD.
get_connection / check_connection are private and should not be called directly.
Implement _check_connection.
Update Changes and README.
Correct email address in docs.
Correct dependencies.
Fix muppetry.
Missing underscore.
Better description in name.
Config example doc fixes thanks to mrpants
Set $last_connection_check upon connection.
Implement our own connection check when needed.
If we need to reconnect, call disconnect on old handle first.
Implement our own check on database connection where needed.
Accept DBI connection params, and support on-connect queries.
Stupid typo in documentation for features added in 0.05.
Separate extra DSN params with semi-colons.
Translate database to dbname for SQLite users.
Preparing 0.07 for release
Another changelog entry for 0.07 which I forgot to add before releasing
Make the SQLite DWIMmery from 0.07 actually work.
Handle multiple named database connections.
Don't attempt to call Dancer::Loggger as a class method.
Preparing version 0.09 for release.
Prepare to release 0.09_1 with Franck's added tests.
Adding t/01-basic.t to MANIFEST.
Of course, shipping the new tests witout t/lib/TestApp.pm won't work.
Preparing to release 0.10 with Franck's added tests.
Bugfix: pass settings when reconnecting, too.
Preparing 0.11 for release.
Silly typo in test output message.
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 git at 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 git at 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 git at 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
Require core 0.16 for D1 version
Bump D1 version to 2.13 and update Changes
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'
franck cuny (4):
load settings when needed, else I can't test
add tests:
require DBD::SQLite or skip
in-memory db
gregor herrmann (1):
Imported Upstream version 2.13
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-perl.git
More information about the Pkg-perl-cvs-commits
mailing list