Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-DBD-Pg-3.10.4-1.21 RPM for x86_64

From OpenSuSE Leap 15.3 for x86_64

Name: perl-DBD-Pg Distribution: SUSE Linux Enterprise 15
Version: 3.10.4 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.21 Build date: Sat Jun 6 03:27:41 2020
Group: Development/Libraries/Perl Build host: sheep61
Size: 603153 Source RPM: perl-DBD-Pg-3.10.4-1.21.src.rpm
Packager: https://www.suse.com/
Url: https://metacpan.org/release/DBD-Pg
Summary: PostgreSQL database driver for the DBI module
DBD::Pg is a Perl module that works with the DBI module to provide access
to PostgreSQL databases.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Thu Mar 05 2020 mlin@suse.com
  - Build requries postgresql-server-devel on Leap 15.2/SLE15 SP2
* Tue Feb 04 2020 timueller+perl@suse.de
  - updated to 3.10.4
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.10.4  (released February 3, 2020)
    - Allow localtime from Time::Piece to be used directly as a bind value again.
      This applies to all "magical" arrays.
      [Greg Sabino Mullane]
      [Github issue #63]
    - Force tests to NOT run in parallel.
      [Greg Sabino Mullane]
      [RT #130834]
* Tue Jan 21 2020 timueller+perl@suse.de
  - updated to 3.10.3
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.10.3  (released January 20, 2020)
      Set things cleared via PQclear to NULL as soon as possible, to remove race conditions.
      [Greg Sabino Mullane]
      [RT #131522]
    Version 3.10.2  (released January 17, 2020)
    - Adjust tests to pass on 32-bit machines
      [Greg Sabino Mullane]
      [RT #131482]
    Version 3.10.1  (released January 13, 2020)
    - Prevent double-free memory errors
      [Greg Sabino Mullane]
      [RT #130681]
    - Fix crash when pg_error_field is called
      [Greg Sabino Mullane]
      [RT #130721]
    - Update the list of Postgres reserved words in quote.c
* Wed Sep 04 2019 timueller+perl@suse.de
  - updated to 3.10.0
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
* Tue Aug 20 2019 coolo@suse.com
  - remove disable-attr.patch as longer needed
* Fri Aug 16 2019 coolo@suse.com
  - updated to 3.9.1
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.9.1, released August 15, 2019
      Bugfix for pg_error_field: make sure we do not feed null to newSVpv,
      handle older versions of Postgres better.
      [Greg Sabino Mullane]
* Wed Aug 14 2019 coolo@suse.com
  - updated to 3.9.0
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.9.0, released August 13, 2019
    - ShowErrorStatement works for "quickexec" do() calls
      [Dmitry Karasik]
      [RT #120268]
      [Github issue #44]
    - Add :pg_limits to add constants such as PG_MAX_SMALLINT
      [Greg Sabino Mullane]
      [Github issue #51]
    - Add $dbh->pg_error_field() function
      [Greg Sabino Mullane]
    - Fix failing tests due to incorrect 'initdb' check
      [Greg Sabino Mullane]
      [Github issue #54]
      [RT #130279]
* Tue Jul 16 2019 coolo@suse.com
  - updated to 3.8.1
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.8.1, released July 6, 2019
    - Fix encoding of SQL_VARBINARY type in $dbh->quote() function
      [Pali]
    - Fix E'' string escape handling on architectures with unsigned chars
      [Github issue #46]
    - Minor fix to allow DBD::Pg to connect to PGbouncer's internal 'pgbouncer' database.
      [Greg Sabino Mullane]
      [Github issue #47]
    - Fix so table_info test works on non-empty databases
      [Matt Buchanan]
      [CPAN ticket #127906]
* Fri Apr 26 2019 coolo@suse.com
  - updated to 3.8.0
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.8.0, released April 25, 2019
    - Increase minimum supported PostgreSQL version to 8.0
      [Dagfinn Ilmari Mannsåker]
    - Add support for foreign tables in table_info() and column_info()
      [Dagfinn Ilmari Mannsåker]
    - Return the current database name as TABLE_CAT in info methods
      [Dagfinn Ilmari Mannsåker]
    - Handle backslash-escaped quotes in E'' strings
      [Dagfinn Ilmari Mannsåker]
    - Fix typo in Makefile.PL
      [CPAN ticket #127097]
    - Fix parsing of PostgreSQL versions >= 10 on Debian/Ubuntu
      [Dagfinn Ilmari Mannsåker]
    - Fix client_min_messages=FATAL test when PostgreSQL caps it to ERROR
      [Dagfinn Ilmari Mannsåker]
      [CPAN ticket #128529]
    - Fix ->ping error detection on PostgreSQL 12
      [Dagfinn Ilmari Mannsåker]
    - Adjust tests for new pg_ctl output
      [Erik Rijkers    er at xs4all.nl]
      [CPAN ticket #128966]
    - Adjust tests for removal of WITH OIDS in PostgreSQL 12
      [Dagfinn Ilmari Mannsåker]
    - Fix support for PostgreSQL versions back to 8.0
      [Dagfinn Ilmari Mannsåker]
    - Remove usage of deprecated pg_attrdef.adsrc and pg_constraint.consrc columns
      [Dagfinn Ilmari Mannsåker]
    - Fix typo in pg_placeholder_colons example
      (Github issue #41)
    - Support GENERATED ... AS IDENTITY columns in last_insert_id()
      [Dagfinn Ilmari Mannsåker]
* Tue Feb 26 2019 coolo@suse.com
  - apply disable-attr.patch to disable broken test:
    https://rt.cpan.org/Public/Bug/Display.html?id=128529
* Wed Feb 14 2018 coolo@suse.com
  - updated to 3.7.4
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
* Mon Feb 12 2018 coolo@suse.com
  - updated to 3.7.1
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.7.1  Released February 11, 2017 (git tag 3.7.1)
    - Fixed problem when using placeholders and escaped question marks, the recopied string
      was not terminated correctly.
      [Greg Sabino Mullane]
      (Github issue #33)
    - Make sure nulls in our self-generated arrays are not set as read-only in some Perls.
      [Greg Sabino Mullane]
      (CPAN ticket #107556)
    - If the server returns no error message, and an "unknown" code from libpq, supply a custom
      message mentioning client_min_messages may be to blame.
      [Greg Sabino Mullane]
      (CPAN ticket #109591)
    - Declare VERSION with 'our' in seldom-used Bundle module
      (CPAN ticket #123218)
* Fri Oct 06 2017 coolo@suse.com
  - updated to 3.7.0
    see /usr/share/doc/packages/perl-DBD-Pg/Changes
    Version 3.7.0  Released September 24, 2017 (git tag 3.7.0)
    - If no placeholders, use PQexec instead of PQexecParams
      [Greg Sabino Mullane]
    - Fix running tests with non-UTF8 server_encoding
      [Dagfinn Ilmari Mannsåker]
      (Github issue #26)
    - Fix crash with missing client_encoding
      [David Christensen, reported by Marko Tiikkaja]
      (Github issue #29)
    - Fix crash with missing server_version
      [David Christensen]
    - Fix leak in ->state methods
      [Dagfinn Ilmari Mannsåker]
      (Github issue #30)
    - Add $sth->{pg_async_status} to determine async status of a statement handle.
      Values can be 0 (no async), 1 (async), or -1 (cancelled)
      [Greg Sabino Mullane, as requested by Dmytro Zagashev (ZDM)]
      (CPAN ticket #116172)
    Version 3.6.2  Released May 23, 2017 (git tag 3.6.2)
    - Remove errant debugging aid from test suite
    Version 3.6.1  Released May 22, 2017 (git tag 3.6.1)
    - Various fixes to support testing against Postgres 10beta
      [David Christensen]
    Version 3.6.0  Released April 17, 2017 (git tag 3.6.0)
    - Make sure we do not inadvertently modify the string passed to prepare() when
      doing the new backslash escape manipulation.
      [Greg Sabino Mullane]
      (CPAN ticket #114000)
    - Fix bug where $DBD::Pg::DBDPG_DEFAULT not picked up as a magic
      string first time it is used in a script.
      [Greg Sabino Mullane]
      (CPAN ticket #112309)
    - Fix UTF8 flag handling in pg_(get|put)copydata
      [Dagfinn Ilmari Mannsåker]
    - Fix UTF8 double-encoding with pg_enable_utf8 = 0
      [Serge Pushkin]
      (CPAN ticket #103137)
    - Fix bug in quote_name which would fail to quote in some circumstances
      (Github Issue #22)
    - Allow clean parsing of new Postgres X.Y version format
      [Erik Rijkers    er at xs4all.nl]
    - Add pg_canonical_ids() and pg_canonical_names(), which returns information
      about each column in the result set.
      [Warstone    warstone at list.ru]
      (CPAN ticket #106858)
    - Map SQL_NUMERIC to PG_NUMERIC (instead of PG_FLOAT8)
      [Alice Maz    alice at alizemaz.com]
      (CPAN ticket #120358)
    - Force real, float, and double precision into SvNVs
      [Greg Sabino Mullane]
      (CPAN ticket #113683 and other places)
    - Support for number of rows greater than an "int". Requires support for same
      from a future version of libpq before it will work completely.
      [Greg Sabino Mullane]
      (CPAN ticket #102444)
    - Fix skipped test counts in Win32 builds
      [Andy Grundman]
    - Allow tests to work against Postgres 8.4 by tweaking client_encoding calls.
      [Pavel Raiskup    praiskup at redhat.com]
      (CPAN ticket #116179)
    - Silence warnings in t/02attribs.t and t/04misc.t
      [Dagfinn Ilmari Mannsåker]
    - Support binary COPY format
      [Dagfinn Ilmari Mannsåker]
    - Ensure tests do not use $ENV{PGSERVICE} or $ENV{PGDATABASE}
      [Erik Rijkers]
    - Switched canonical repo to git://github.com/bucardo/dbdpg.git
* Wed Aug 30 2017 coolo@suse.com
  - Just use postgresql-server everywhere and leave it up to prjconf,
    SLE12 has no 94 in maintenance anymore
* Sat Mar 18 2017 aj@ajaissle.de
  - Fixed sle_version macro
  - Removed %clean section
* Tue Dec 08 2015 stephan.barth@suse.com
  - update to version 3.5.3
    changes with 3.5.3:
    - Minor fix in the test file t/03dbmethod.t
    changes with 3.5.2:
    - Fix enum value ordering on Postgres servers 9.1 and greater
    - Return bigint values as plain integer values when they fit
    - Fix typo in sprintf for get_info() SQL_DATA_SOURCE_NAME
    - Set the repository in META.yml to github
* Wed Feb 18 2015 stephan.barth@suse.com
  - Update to version 3.5.1 from 3.5.0
    Upstream changes:
    - Prevent core dump if the second argument to the quote() method
      is anything but a hashref
    - Better "support" for SQL_ASCII servers in the tests.
      Allow env var DBDPG_TEST_ALWAYS_ENV to force use of DBI_DSN and DBI_USER
      in tests.
    - Fix client_encoding detection on pre-9.1 servers
    - Fix operator existence check in tests on pre-8.3 servers
    - Documentation fix
    - Fix pg_switch_prepared database handle documentation
* Mon Jan 26 2015 stephan.barth@suse.com
  - Update to version 3.5.0 from 3.4.1
    Upstream changes:
    - 3.5.0
    - Allow "placeholder escaping" by the use of a backslash directly before
      it (CPAN bug #101030)
    - Improve the workings of the ping() method (CPAN bug #100648)
    - Add get_info(9000) => 1 to indicate driver can escape placeholders.
    - In tests, force the client_encoding to UTF8, skip tests that involve
      characters not supported by the server_encoding
    - Fix memory leak when selecting from arrays
    - Make get_info much more efficient and slightly simpler
    - 3.4.2
    - Fix bug where single-quoted type arguments to the table_info()
      method were causing a SQL error. (CPAN bug #99144)

Files

/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Bundle
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Bundle/DBD
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Bundle/DBD/Pg.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/DBD
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/DBD/Pg.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/DBD
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/DBD/Pg
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/DBD/Pg/Pg.so
/usr/share/doc/packages/perl-DBD-Pg
/usr/share/doc/packages/perl-DBD-Pg/Changes
/usr/share/doc/packages/perl-DBD-Pg/README
/usr/share/doc/packages/perl-DBD-Pg/README.dev
/usr/share/doc/packages/perl-DBD-Pg/README.win32
/usr/share/doc/packages/perl-DBD-Pg/TODO
/usr/share/doc/packages/perl-DBD-Pg/win32.mak
/usr/share/man/man3/Bundle::DBD::Pg.3pm.gz
/usr/share/man/man3/DBD::Pg.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:54:44 2024