diff options
| author | Michael Meskes <meskes@postgresql.org> | 2005-09-12 11:57:53 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2005-09-12 11:57:53 +0000 |
| commit | c959d370bfb8a92684593fd40a2117b80fcbf347 (patch) | |
| tree | b82f4f0d3d4a982297ac1b280b7e9ac0d888a39c /src/interfaces/ecpg/ChangeLog | |
| parent | 4fe4563550d8aca4b98a4e027b6ca3860d1c733b (diff) | |
Fixed transaction command handling to not ignore savepoints and to correctly check for errors.
Diffstat (limited to 'src/interfaces/ecpg/ChangeLog')
| -rw-r--r-- | src/interfaces/ecpg/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ChangeLog b/src/interfaces/ecpg/ChangeLog index dcb8d4242e1..502c8afb164 100644 --- a/src/interfaces/ecpg/ChangeLog +++ b/src/interfaces/ecpg/ChangeLog @@ -1933,8 +1933,13 @@ Thu Jun 2 14:22:32 CEST 2005 Wed Aug 24 12:17:48 CEST 2005 - Check for NULL before checking whether argument is an array. - - Removed stray character from string quoting. + - Remove stray character from string quoting. - Fixed check to report missing varchar pointer implementation. + +Mon Sep 12 13:53:35 CEST 2005 + + - Fixed transaction command handling to not ignore savepoints + and to correctly check for errors. - Set ecpg library version to 5.1. - Set ecpg version to 4.1.1. |
