-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
48 lines (37 loc) · 1.41 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Revision history for Perl extension Class::DBI::Pg
0.09_01 Tue Jun 5 2012
* Note: 0.09 is in CPAN, but not indexed!
- Quick fix to allow module to work with modern Postgres schema.table names
0.09 Mon Jul 10 03:40:00 2006
* "I'm doind this as I watch the World Cup Finals" release
- Add POD tests
0.08_02 Mon May 29 15:30:00 2006
- Apply patches from Boris Sukholitko. Adds "Primary As Option" and
"Column Groups" features
0.08_01 Sat May 20 10:00:00 2006
- Fix typo in the sequence detection
- Restructure directory structure
0.08 Sat Mar 11 17:00:00 2006
- Stop using _croak (#18093)
0.07 Thu Jan 26 03:00:00 2006
- work with PostgreSQL 8.1's new sequence display
- pg_version(full_version => 1) gets you the major, minor, micro
version strings
- maintainer changed to Daisuke Maki
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.