Update pear-MDB2_Driver_pgsql package to 1.5.0b3.

1.5.0b3		2010-08-29 12:31 UTC

Changelog:

- fixed bug #16281: getTableFieldDefinition() does not recognize NULL defaults
  with datatype [Holger Schletz]
- fixed bug #16384: alterTable() does not remove NOT NULL constraints [Holger
  Schletz]
- fixed bug #16405: Compatibility issues with escaped strings [hschletz]

open todo items:
- enable pg_execute() once issues with bytea column are resolved
- use pg_result_error_field() to handle localized error messages (Request
  #7059)
- add option to use unnamed prepared statements (see
  http://www.postgresql.org/docs/current/static/protocol-flow.html "Extended
  Query")
This commit is contained in:
taca 2010-12-22 15:22:26 +00:00
parent 0cf5d67a21
commit 52ca97d080
3 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
# $NetBSD: Makefile,v 1.6 2010/12/22 15:22:26 taca Exp $
DISTNAME= MDB2_Driver_pgsql-1.5.0b2
DISTNAME= MDB2_Driver_pgsql-1.5.0b3
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2009/01/19 20:14:00 abs Exp $
$NetBSD: distinfo,v 1.5 2010/12/22 15:22:26 taca Exp $
SHA1 (pear/MDB2_Driver_pgsql-1.5.0b2.tgz) = 712f64c96d6524a255927ae6bd6bd09269b6194d
RMD160 (pear/MDB2_Driver_pgsql-1.5.0b2.tgz) = 19aa2f77a24fcc17f418f480ecab035e1ff4c5f1
Size (pear/MDB2_Driver_pgsql-1.5.0b2.tgz) = 41046 bytes
SHA1 (patch-aa) = f22b73962e5831b34501d9932f53413cfbda919d
SHA1 (pear/MDB2_Driver_pgsql-1.5.0b3.tgz) = a8191376efe21246b1bace21d0d19eb4bbfaab3d
RMD160 (pear/MDB2_Driver_pgsql-1.5.0b3.tgz) = 5b219703cccae801d6bf77fbbb4209c82a691a6c
Size (pear/MDB2_Driver_pgsql-1.5.0b3.tgz) = 41214 bytes
SHA1 (patch-aa) = 3b7bc7547e060c5cfdbce77b0edf634f2b70e981

View file

@ -1,10 +1,10 @@
$NetBSD: patch-aa,v 1.3 2009/01/19 20:14:00 abs Exp $
$NetBSD: patch-aa,v 1.4 2010/12/22 15:22:26 taca Exp $
--- ../package.xml.orig 2007-05-03 21:07:38.000000000 +0200
--- ../package.xml.orig 2010-08-29 12:16:21.000000000 +0000
+++ ../package.xml
@@ -83,9 +83,6 @@ open todo items:
@@ -88,9 +88,6 @@ open todo items:
<channel>pear.php.net</channel>
<min>2.5.0b2</min>
<min>2.5.0b3</min>
</package>
- <extension>
- <name>pgsql</name>