File: Changes

package info (click to toggle)
libclass-dbi-pg-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 56 kB
  • ctags: 8
  • sloc: perl: 67; makefile: 41
file content (23 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Perl extension Class::DBI::Pg

0.06  Wed Dec 02 18:00:00 2004
        - support for compound primary keys (Simon Flack)

0.05  Wed Dec 01 14:00:00 2004
        - no more warnings for missing sequences (Marcus Ramberg)

0.04  Wed Dec 01 10:00:00 2004
        - cleanup

0.03  Thu Sep 10 00:00:00 2004
        - 0.03
        - treat dropped column correctly.
        - fixed sequence test.
        - added pg_version().
        - fixed PREREQ_PM 

0.02  Thu Aug 08 00:00:00 2004
        - 0.01
        - original version
        - 0.02
        - added SERIAL type support.