gmane.comp.db.postgresql.dbdpg.cvs archive
522 archived articles, newest first (page 4 of 6). Latest articles →
[DBD::Pg] Add TODO (aka known failing) tests for setting $sth->err to 6 as specified in the docs. Per RT 88332. Thanks to Christoph Lamprecht for a well designed test case.
Thu, 5 Sep 2013 21:30:40 -0400[DBD::Pg] Credit recent patch
Thu, 5 Sep 2013 10:10:34 -0400[DBD::Pg] Introduce a _fatal_sqlstate function setting the sqlstate of the dbh either to 08000 (connection exception) or 22000 (data exception), based on the result of PQconnStatus. Calls to this function have been inserted in front of all pg_error invocations happening because of some kind of libpq error return. It also changes the error handling in pg_db_cancel to set the sqlstate via _sqlstate before calling pg_error. I've also taken the liberty to streamline the _sqlstate function somewhat, by dropping the technically redundant stateset variable and consolidiating the various strncpy operations into one copying the value of the sqlstate variable pointing to the 'best sqlstate' the function could determine.
Sun, 1 Sep 2013 23:35:58 -0400[DBD::Pg 2/2] Make sure this test matchess the description!
Sun, 1 Sep 2013 23:34:23 -0400[DBD::Pg 1/2] Adjust test count
Sun, 1 Sep 2013 23:34:22 -0400[DBD::Pg 2/2] Note recent change.
Sun, 1 Sep 2013 00:22:41 -0400[DBD::Pg 1/2] Add a test for the recent SQL_CHAR related fix.
Sun, 1 Sep 2013 00:22:40 -0400[DBD::Pg] Make sure we respect our "canonical SQL version" flag when automagically building our mapping list of internal PG data types to SQL types. This was causing a bug in which a SQL_CHAR type was getting mapped to a pg "char" (single character) rather than the expected bpchar (both map back to SQL_CHAR). This was causing bind_param to fail, if it was using the returned types. Per email to dbi-dev list from H.Merijn Brand 2013/03/04.
Sun, 1 Sep 2013 00:16:01 -0400[DBD::Pg] Confirmed that lo_import_with_oid does not exists anywhere in the 8.4 source. Why is this giving us so many problems?
Fri, 30 Aug 2013 22:50:57 -0400[DBD::Pg] Update types via 9.2 source tree
Wed, 3 Jul 2013 22:27:42 -0400[DBD::Pg] Put a skeleton utf8 test place.
Wed, 3 Jul 2013 22:25:04 -0400[DBD::Pg] Make pg_enable_utf8 accept ints, and reject invalid values.
Tue, 2 Jul 2013 21:36:11 -0400[DBD::Pg] Typo
Tue, 2 Jul 2013 21:16:39 -0400[DBD::Pg] Another stab at the UTF-8 system, this time simplified as much as possible. See the pod for pg_enable_utf8 for an explanation. Note that this commit will probably be picked out later, as we want to release a new minor version before releasing such a big change
Tue, 2 Jul 2013 00:35:08 -0400[DBD::Pg 2/2] For testing setup: * don't try so hard for a default connection: use initdb instead * use pg_resetxlog to boost the oids super high * handle case where the postgres user does not exist
Mon, 1 Jul 2013 22:23:31 -0400[DBD::Pg 1/2] Add new methods for pg_resetxlog and pg_upgrade. Bump copyright.
Mon, 1 Jul 2013 22:23:30 -0400[DBD::Pg] Note last change
Mon, 1 Jul 2013 21:50:16 -0400[DBD::Pg] Do not assume oid will fit in an int! Per RT 85836 https://rt.cpan.org/Public/Bug/Display.html?id=85836
Mon, 1 Jul 2013 21:47:27 -0400[DBD::Pg 1/2] Give info on mailing list subscription and archives. Per RT #86610
Mon, 1 Jul 2013 21:08:08 -0400[DBD::Pg 2/2] Soecify exactly what .pl and .pm files we want copied to the lib dirs, rather than relying on the default wildcard method which was picking up unwanted files. Per RT #84494 https://rt.cpan.org/Ticket/Display.html?id=84494
Mon, 1 Jul 2013 21:08:09 -0400[DBD::Pg] Typo fixes per rt.cpan.org #86378
Mon, 24 Jun 2013 09:20:04 -0400[DBD::Pg] Use DEBUG1 for the PrintWarn test, as Postgres got less chatty in 9.3
Fri, 17 May 2013 22:10:55 -0400[DBD::Pg] Mention hstore to hash mapping
Tue, 12 Feb 2013 13:52:04 -0500[DBD::Pg] Note bug number
Fri, 8 Feb 2013 23:14:55 -0500[DBD::Pg] Remove math.h requirement: should not be needed anymore, and causing problems on some platforms. RT #79256
Fri, 8 Feb 2013 16:17:54 -0500[DBD::Pg] Fix previous PGLIBVERSION check.
Fri, 8 Feb 2013 16:08:54 -0500[DBD::Pg] Better AutoCommit docs. RT 82356
Fri, 8 Feb 2013 16:06:02 -0500[DBD::Pg] Tweak the test for lo_import_with_oid requirement yet again. RT bug 83145
Fri, 8 Feb 2013 15:45:55 -0500[DBD::Pg] Bump to 2013
Fri, 8 Feb 2013 15:34:04 -0500[DBD::Pg] Credit last change
Fri, 8 Feb 2013 15:21:00 -0500[DBD::Pg] Better handling of failed libpq connections. Should fix the bug where a SQLSTATE of 08000 is expected but not returned.
Fri, 8 Feb 2013 13:53:07 -0500[DBD::Pg] Make sure CREATE TABLE .. AS SELECT returns rows in non do() cases. Per dicsussion on #postgresql
Fri, 7 Dec 2012 17:42:59 -0500[DBD::Pg] Note bug 78168
Fri, 9 Nov 2012 19:03:29 -0500[DBD::Pg] Mention the spclocation/pg_tablespace_location() change for 2.19.3
Fri, 9 Nov 2012 19:01:16 -0500[DBD::Pg] Attempt to output some compiler information in case DBD::Pg fails to load at all, as can happen when we have multiple conflicting libpq versions, leading to messages like this: lo_import_with_oid: referenced symbol not found
Wed, 22 Aug 2012 22:47:15 -0400[DBD::Pg] Note git commits in recent version releases.
Tue, 21 Aug 2012 15:47:25 -0400[DBD::Pg] Spelling correction per #78168
Tue, 21 Aug 2012 13:30:27 -0400[DBD::Pg 4/4] Signature for 2.19.3
Tue, 21 Aug 2012 13:16:24 -0400[DBD::Pg 1/4] Finish the sth() in this test
Tue, 21 Aug 2012 13:16:21 -0400[DBD::Pg TAG] New tag added: 2.19.3
Tue, 21 Aug 2012 13:16:30 -0400[DBD::Pg 2/4] Let's get 2.19.3 out the door today
Tue, 21 Aug 2012 13:16:22 -0400[DBD::Pg 3/4] Add section to README.dev on generating git tags
Tue, 21 Aug 2012 13:16:23 -0400[DBD::Pg 4/4] Bump version to 2.19.3
Tue, 21 Aug 2012 13:03:12 -0400[DBD::Pg 3/4] Spellchecking updates
Tue, 21 Aug 2012 13:03:11 -0400[DBD::Pg 2/4] Minor tweaks.
Tue, 21 Aug 2012 13:03:10 -0400[DBD::Pg 1/4] For the testing setup script, add better debugging, and make sure we check for an existing and running database better.
Tue, 21 Aug 2012 13:03:09 -0400[DBD::Pg] Better logic inside of pg_st_split_statement for the end of the string. Per talk on RT 79035. In a nutshell, we cannot look at *statement, which is one past the current character (ch), if we know what we have already reached the end of the string because ch == '\0'. This was (quite understanably!) causing segfaults on some platforms. Another set of eyes for reviewing welcome (hi Davids)
Mon, 20 Aug 2012 14:12:05 -0400[DBD::Pg 2/2] Get rid of all that powf() crap per talk on 79035
Mon, 20 Aug 2012 14:02:09 -0400[DBD::Pg 1/2] Test using lots of placeholders.
Mon, 20 Aug 2012 14:02:08 -0400[DBD::Pg] Quick tests per suggestions in ticket 79035
Mon, 20 Aug 2012 13:42:59 -0400[DBD::Pg] Quick reminder from IRC
Thu, 26 Jul 2012 23:23:54 -0400[DBD::Pg] Adjustments for the loss of spclocation in 9.2
Thu, 31 May 2012 14:10:31 -0400[DBD::Pg] Quick commit of in-progress testing
Mon, 14 May 2012 18:38:04 -0400[DBD::Pg] Version tweak
Mon, 14 May 2012 18:07:16 -0400[DBD::Pg] Note recent cpantesters failure
Wed, 14 Mar 2012 14:39:04 -0400[DBD::Pg] Testing git config.
Wed, 14 Mar 2012 11:29:17 -0400[DBD::Pg] Typo, and git config test.
Wed, 14 Mar 2012 11:24:10 -0400[DBD::Pg] add comments suggesting better approch to logging
Tue, 13 Mar 2012 17:26:17 -0400[DBD::Pg] rename all macros that call DBIS by appending _slow to their name
Tue, 13 Mar 2012 17:11:57 -0400[DBD::Pg] Avoid expensive DBIS call in fetch
Tue, 13 Mar 2012 17:00:43 -0400[DBD::Pg 2/2] Ready for release 2.19.2
Mon, 12 Mar 2012 16:58:04 -0400[DBD::Pg 1/2] Another day, another release :)
Mon, 12 Mar 2012 16:58:03 -0400[DBD::Pg TAG] New tag added: 2.19.2
Mon, 12 Mar 2012 16:58:07 -0400[DBD::Pg] Fix for named placeholders: we have to take into account both the length of the potential match and the length of the item we are searching for. Add more tests to confirm.
Mon, 12 Mar 2012 16:38:58 -0400[DBD::Pg 1/2] Quick demo of utf8::upgrade
Mon, 12 Mar 2012 16:08:52 -0400[DBD::Pg 2/2] Add failing test per bug 75713
Mon, 12 Mar 2012 16:08:53 -0400[DBD::Pg] Done
Sat, 10 Mar 2012 22:33:04 -0500[DBD::Pg 6/6] Ready for 2.19.1 release
Sat, 10 Mar 2012 22:25:26 -0500[DBD::Pg] Quick utf8 test showing importance of binmode.
Sun, 11 Mar 2012 11:32:55 -0400[DBD::Pg TAG] New tag added: 2.19.1
Sat, 10 Mar 2012 22:25:28 -0500[DBD::Pg 5/6] Bump to 2.19.1
Sat, 10 Mar 2012 22:25:25 -0500[DBD::Pg 3/6] Per report, fix problem with undefined elements in an array being passed as arguments. Lesson here: av_fetch cannot be trusted, always test it first! Also added a failing (but now passing) test.
Sat, 10 Mar 2012 22:25:23 -0500[DBD::Pg 4/6] Give our spellchecker more brainz so it doesn't freak out about git commit hashes.
Sat, 10 Mar 2012 22:25:24 -0500[DBD::Pg 1/6] Note git commits in Changes file, prep for 2.19.1
Sat, 10 Mar 2012 22:25:21 -0500[DBD::Pg 2/6] Add git url, note upcoming fix.
Sat, 10 Mar 2012 22:25:22 -0500[svn:DBD-Pg] r15181 - in DBD-Pg: . trunk
Sat, 25 Feb 2012 10:24:41 -0800 (PST)[svn:DBD-Pg] r15182 - in DBD-Pg: branches tags trunk
Sat, 25 Feb 2012 10:29:02 -0800 (PST)[svn:DBD-Pg] r15174 - in DBD-Pg/trunk: . LICENSES lib t
Thu, 23 Feb 2012 12:39:02 -0800 (PST)[svn:DBD-Pg] r15173 - DBD-Pg/trunk
Thu, 23 Feb 2012 12:34:50 -0800 (PST)[DBD::Pg] Fixes to the array-marshalling code
Tue, 17 Jan 2012 15:07:54 -0500[DBD::Pg] allow hi-bit chars in dollar-quoted identifiers
Thu, 12 Jan 2012 12:26:30 -0500[DBD::Pg] Make Time::HiRes a prerequisite, as the async test uses it. Per bug 72584
Mon, 21 Nov 2011 22:52:06 +0000[DBD::Pg 1/2] Check server_encoding each time, so we never ever flag as utf8 if the backend is SQL_ASCII.
Tue, 13 Sep 2011 13:47:55 +0000[DBD::Pg 2/2] Add test skeleton for new pg_utf8_flag work.
Tue, 13 Sep 2011 13:47:56 +0000[DBD::Pg] Quick check of server_encoding on startup so we don't try and utf8 flag data from a SQL_ASCII database. Will need to cache that info or check other places...
Tue, 13 Sep 2011 04:17:00 +0000[DBD::Pg] Another way of handling the UTF8 mess, per discussions on The Channel.
Tue, 13 Sep 2011 03:55:37 +0000[DBD::Pg] Rename
Tue, 6 Sep 2011 13:02:47 +0000[DBD::Pg] Note latest change
Tue, 6 Sep 2011 12:48:28 +0000[DBD::Pg 2/2] Simplify regex check, per bug 70759.
Tue, 6 Sep 2011 12:46:48 +0000[DBD::Pg 1/2] Spelling ujpdates
Tue, 6 Sep 2011 12:46:47 +0000[DBD::Pg] correct inverted logical check for setting client_encoding to UTF-8
Wed, 29 Jun 2011 13:13:21 +0000[DBD::Pg] Add note about using sv_utf8_decode to determine validity/update utf8 flag
Wed, 29 Jun 2011 14:35:00 +0000[DBD::Pg 2/2] Commit UTF-8 design notes/discussion between DWC/GSM
Tue, 28 Jun 2011 22:31:45 +0000[DBD::Pg 1/2] Typo fix
Tue, 28 Jun 2011 22:31:44 +0000[DBD::Pg] Quick partial implmentation of the new UTF-8 plan.
Wed, 29 Jun 2011 02:50:08 +0000[DBD::Pg] David, I think you mean convenience here?
Wed, 29 Jun 2011 02:20:14 +0000[DBD::Pg] Spelling and clarify we don't set utf-8 if already there.
Wed, 29 Jun 2011 02:14:57 +0000[DBD::Pg 2/2] Version number tweak.
Mon, 20 Jun 2011 20:44:11 +0000[DBD::Pg 1/2] Bump to 2.99.9_2
Mon, 20 Jun 2011 20:44:10 +0000[DBD::Pg] Provide a manual PGRES_COPY_BOTH in case compiling against an older libpq.
Mon, 20 Jun 2011 20:38:46 +0000
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.