[libdbd-pg-perl] annotated tag upstream/3.5.1 created (now 2d1c2f6)
gregor herrmann
gregoa at debian.org
Sun Jun 28 13:37:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to annotated tag upstream/3.5.1
in repository libdbd-pg-perl.
at 2d1c2f6 (tag)
tagging c538c700ad0fa26e4271ba3bfcd1fa94c44bb539 (commit)
replaces upstream/3.4.2
tagged by gregor herrmann
on Sun Jun 28 15:22:45 2015 +0200
- Log -----------------------------------------------------------------
Upstream version 3.5.1
Dagfinn Ilmari Mannsåker (8):
Force client_encoding=utf8 in tests
Remove old, redundant Unicode tests
Skip tests for characters not supported by the server_encoding
Mortalise destringifed arrayref before sv_setsv()
Fix operator existence check in tests on pre-8.3 servers
Fix client_encoding detection on pre-9.1 servers
Fix building on pre-5.18 perls
Fix pg_switch_prepared database handle documentation
Daniel Perrett (1):
Fix date in Changes file
Greg Sabino Mullane (54):
Final tweaks for 3.4.2
Merge branch 'non-unicode-db-test-fixes' of git://github.com/ilmari/dbdpg
Note recent test changes
Add in memory leak test for array grabbing per mailing list post.
Mortalize internal string created when expanding arrays. Helps but does not completely fix recent memory leak report.
Better testing
Don't return quick on a ping() if we are inside a transaction but idle: do a SELECT to the server as we do with an active session.
Revert wrong mortal declaration.
And revert the revert. Sorry about that.
Merge branch 'master' of git://github.com/pdl/dbdpg
Merge branch 'mortalise-arrayref' of git://github.com/ilmari/dbdpg
Tidy up Changes file
First pass at solving the ping/pg_ping problem. RT #100648
Better test of the ping() method by forcibly killing the existing connection.
Tweak the ping() method docs some.
Update Changes for latest bug fix
Typo
Revert kill version of ping testing: use better file descriptor method as proposed by Tim Bunce.
Bump version to 3.5.0: recent ping() changes require this.
Further tweaking to the ping() and pg_ping() methods.
Remove unused variable
First pass at placeholder escpaing. In other words, allowing literal question marks to be passed into queries by adding a backslash to them.
Remove no longer relevant ping part of test
Improve the {Kids} and {...Kids} tests
Remove more old ping() calls from tests
Overhaul t/00_release.t: add in new dbdimp.c version string.
Add a call to $dbh->{pg_placeholder_escapes} = 0
Bump copyright to 2015
Adjust test count
Expose superuser status to tests.
Skip largeobject tests unless run as Postgres superuser
Update Changes file
Spice up the docs to include the new backslash escaping
Minor test tweaks and Perl::Critic inspired changes.
Change var name in test - actually important as we are counting sth's!
In tests, make sure we drop the fully-qualified versions of the operators we created
Add test for escaped colon-style placeholders, e.g. foobar[1 \\:3]
Set release date for 3.5.0 to January 6, 2015
Signature for 3.5.0
Note git commit for 3.5.0
Remove debugging remnant from tests.
This unsigned should be plain old char, as the one it is modifying is simply char
Prevent core dump if the second argument to the quote() method is anything but a hashref.
Skip SQL_ASCII for certain tests
Add support for new ENV var DBDPG_TEST_ALWAYS_ENV for better testing.
Skip more tests if we are dealing with the crappy SQL_ASCII encoding
Get Changes ready for version 3.5.1
Get ready to release 3.5.0_1 to CPAN
Signature for 3.5.0_1
Clean up Changes with latest commits
Adjust tests to skip some things if client_encoding is not UTF8 (and it really ought to be!)
Ready to roll out 3.5.0_2
Ready to rollout version 3.5.1
Version 3.5.1
Stuart A Johnston (1):
Update Pg.pm
Tim Bunce (2):
Make get_info much more efficient and slightly simpler.
Add get_info(9000) => 1 to indicate driver can escape placeholders
gregor herrmann (1):
Imported Upstream version 3.5.1
-----------------------------------------------------------------------
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/libdbd-pg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list