The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension DBD::PgPP.

0.04  Wed Jul 24 18:49:09 JST 2002
	- The problem which cannot use a BEGIN/ROLLBACK statement
	  was repaired.
	- Add Pure-Perl MD5 Algorithm class. This is used only when
	  there is no 'Digest::MD5' module.
	  Please do not question closely about this source code ;-)
	- OS tested as use is possible is added.
	   * Linux with perl5.005_03 built for ppc-linux
	   * Solaris 2.6 with perl 5.6.1 built for sun4-solaris
	   * Solaris 2.6 with perl 5.004_04 built for sun4-solaris
	- The version of Perl to demand was lowered to 5.004.
	- Add more tests.
	   t/02.local_md5.t
	   t/05.connect.t
	   t/06.setup.t
	   t/07.insert.t
	   t/08.select.t
	   t/09.update.t
	   t/10.delete.t
	   t/11.transaction.t
	   t/12.errorhandle.t
	   t/99.cleanup.t
	- Net::PostgreSQL was unified to DBD::PgPP.

0.03  Thu Jul 11 22:13:44 JST 2002
	- Fix can't select Null field problem.
	- Support of environment without "pack('Z*', $string)".
	  The environment which operation has mistaken is included
	  Ex. perl5.005_03 etc..
	  (Thanks to Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
	- The problem on which "Row Description Object" commits
	  suicide is corrected.
	  Old things, such as perl5.005_03, are influenced.
	- Added the DES-crypt() check.
	  (Thanks to Dan Kogai <dankogai@dan.co.jp>)
	- Add more tests.
	   t/1.des_crypt_checker.t
	   t/2.crypt_auth.t
	   t/3.md5_auth.t

0.02  Tue Jul  9 21:54:37 JST 2002
	- 'md5' auth - MD5 encrypt Authentication support.
	  requre Digest::MD5 module
	- Add script/pgsql.pl demo script.
	- UNIX Socket connection support.

0.01  Fri Jul 12 21:08:29 2002
	- original version; created by h2xs 1.21 with options
		-X -n DBD::PgPP
	- 'password' auth - Crear-text password Authentication support.
	- 'crypt' auth - Crypt() encrypt Authentication support.
	- 'trust' auth - No authentication support.