summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/ChangeLog
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-09-27 19:16:29 +0000
committerBruce Momjian <bruce@momjian.us>1999-09-27 19:16:29 +0000
commit3f5a1643879f56695830b32feadef10350698f77 (patch)
tree2186ab95aa56209d9ef726d2e0041795fb13c7a1 /src/interfaces/ecpg/ChangeLog
parentebb618bc5d0db1f7006365c98df2283c0bffbafa (diff)
downloadpostgresql-3f5a1643879f56695830b32feadef10350698f77.tar.gz
Hello,
Two patches included: - the first one enables the use of bool variables in fields which might become NULL. Up to now the lib told you that NULL is not a bool variable, even if you provide a indicator. - the second patch checks whether a value is null and issues an error if no indicator is provided. Sidenote: IIRC, the variable should be left alone if the value is NULL. ECPGlib sets it's value to 0 on NULL. Is this a violation of the standard? Regards Christof
Diffstat (limited to 'src/interfaces/ecpg/ChangeLog')
-rw-r--r--src/interfaces/ecpg/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog
index 2738caf6a9..961cd41610 100644
--- a/src/interfaces/ecpg/ChangeLog
+++ b/src/interfaces/ecpg/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 24 15:53:28 MEST 1999
+
+ - made NULL a valid bool value
+ - check for indicator variables on NULL
+
Wed Feb 11 10:58:13 CET 1998
- Added '-d' option to turn on debugging.