~ubuntu-branches/ubuntu/precise/libdbd-pg-perl/precise

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf, Gunnar Wolf, Jonathan Yu
  • Date: 2009-08-07 23:57:04 UTC
  • mfrom: (1.1.20 upstream) (4.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090807235704-gwhfvbf4l1cs0oyj
Tags: 2.15.1-1
[ Gunnar Wolf ]
* New (very minor) upstream release. Merging changelog entry with
  Jonathan's, as previous version (2.15.0) has not been uploaded

[ Jonathan Yu ]
* New upstream release
  + Use PQexecPrepared even with no placeholders (RT#48155)
  + Allow execute_array and bind_param_array to take an odd number of items:
    DBI will make the missing ones undef (RT#39829)
  + Single quites around array literals when quoting arrays (RT#48420)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
('GSM' is Greg Sabino Mullane, greg@turnstep.com)
2
2
 
3
 
2.13.1 Released April 23, 2009
 
3
2.15.1 Released August 7, 2009
 
4
 
 
5
  - Release to fix the SIGNATURE file. [GSM]
 
6
 
 
7
2.15.0 Released August 4, 2009 (subversion r13164)
 
8
 
 
9
  - Use PQexecPrepared even when no placeholders (CPAN bug #48155) [GSM]
 
10
  - Allow execute_array and bind_param_array to take oddly numbered items, 
 
11
    such that DBI will make missing entries undef/null (CPAN bug #39829) [GSM]
 
12
  - Put single quotes around array literals when quoting arrays via
 
13
    the quote() method. Per report from David Garamond (CPAN bug #48420) [GSM]
 
14
 
 
15
2.14.1 Released July 28, 2009 (subversion r13140)
 
16
 
 
17
  - Remove invalid bigint assignment [Tim Bunce]
 
18
 
 
19
2.14.0 Released July 27, 2009 (subversion r13130)
 
20
 
 
21
  - Make quoting of int, floats, and names much safer. (CPAN bug #41565) [GSM]
 
22
  - Make quoting of geometric types respect all valid chars (CPAN bug #41565) [GSM]
 
23
  - Fix quoting of booleans to respect more Perlish variants (CPAN bug #41565) [GSM]
 
24
  - Return ints and bools-cast-to-number from the db as true Perlish numbers.
 
25
    (CPAN bug #47619) [GSM]
 
26
  - Fix backslash quoting of arrays (CPAN bug #46732) [GSM]
 
27
  - Fix error when destringifying array starting with '[x:y]='. Per report from 
 
28
    Jeff Trout [GSM]
 
29
  - Fix problem with foreign_key_info() and NAME_uc (CPAN bug #46109) [GSM]
 
30
  - Make foreign_key_info() respect FetchHashKeyName (CPAN bug #46103) [GSM]
 
31
  - Fix Makefile.PL to apply POSTGRES_INCLUDE in a saner way.
 
32
    (CPAN bug #45769) [GAURAV@cpan.org]
 
33
  - Improve Win32 README notes [Curtis Jewell]
 
34
  - Fix spelling error in type_info (CPAN bug #47786) [justin.d.hunter@gmail.com]
 
35
  - Add functions to support MS VC++ 7.0 (CPAN bug #47858) [Taro Nishino]
 
36
 
 
37
2.13.1 Released April 23, 2009 (subversion r12713)
4
38
 
5
39
  - Fix leak in pg_warn (CPAN bug #45163) [rweikusat@mssgmbh.com]
6
40