[interchange-cvs] interchange - jon modified 2 files

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Apr 13 12:27:15 EDT 2005


User:      jon
Date:      2005-04-13 16:27:15 GMT
Modified:  code/Filter pgbool.filter pgbooln.filter
Log:
Correct description of pgbooln, and clarify it and pgbool.

Revision  Changes    Path
1.4       +2 -2      interchange/code/Filter/pgbool.filter


rev 1.4, prev_rev 1.3
Index: pgbool.filter
===================================================================
RCS file: /var/cvs/interchange/code/Filter/pgbool.filter,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- pgbool.filter	13 Apr 2005 16:13:27 -0000	1.3
+++ pgbool.filter	13 Apr 2005 16:27:15 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
 # Copyright 1996-2002 Red Hat, Inc.
 # Licensed under the GNU GPL v2. See file LICENSE for details.
-# $Id: pgbool.filter,v 1.3 2005/04/13 16:13:27 mheins Exp $
+# $Id: pgbool.filter,v 1.4 2005/04/13 16:27:15 jon Exp $
 
 CodeDef pgbool Filter
-CodeDef pgbool Description Postgres Boolean
+CodeDef pgbool Description PostgreSQL Boolean (undef as false)
 CodeDef pgbool Visibility  private
 CodeDef pgbool Routine <<EOR
 sub {



1.4       +2 -2      interchange/code/Filter/pgbooln.filter


rev 1.4, prev_rev 1.3
Index: pgbooln.filter
===================================================================
RCS file: /var/cvs/interchange/code/Filter/pgbooln.filter,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- pgbooln.filter	13 Apr 2005 16:13:27 -0000	1.3
+++ pgbooln.filter	13 Apr 2005 16:27:15 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 2002-2004 Interchange Development Group (http://www.icdevgroup.org/)
 # Copyright 1996-2002 Red Hat, Inc.
 # Licensed under the GNU GPL v2. See file LICENSE for details.
-# $Id: pgbooln.filter,v 1.3 2005/04/13 16:13:27 mheins Exp $
+# $Id: pgbooln.filter,v 1.4 2005/04/13 16:27:15 jon Exp $
 
 CodeDef pgbooln Filter
-CodeDef pgbooln Description Postgres Boolean NOT
+CodeDef pgbooln Description PostgreSQL Boolean (undef as NULL)
 CodeDef pgbooln Visibility  private
 CodeDef pgbooln Routine <<EOR
 sub {








More information about the interchange-cvs mailing list